Bug 50860

Summary: Unexpected NullPointerException when create simple class
Product: gcc Reporter: lsching17
Component: javaAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 4.5.2   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed:
Attachments: test case to reproduce the problem
gcj -v
information of command "gcj -v"
compile linux x64 executable (by gcj 4.5.2)

Description lsching17 2011-10-25 00:11:32 UTC
Created attachment 25601 [details]
test case to reproduce the problem

I am currently porting a simple network server from sun jre 6 to gcj

The server do the following:
a. listen to socket 20000                           (net_server_main.java)
b. submit a task to threadpool to handle connection (net_server_connection_class.java)

However, when i try to resolve the string of current date, null pointer exception is raised (net_server_connection_class.java, line 23)

The related line is simple and i suspect that it is related to gcj bug

Step to reproduce:
1. run script "compile_and_run.sh"
2. use a web browser to browse "http://localhost:20000" (in my PC, firefox 7.0)

help message will be display at stdout/stderr of step 1.
Comment 1 lsching17 2011-10-25 00:12:29 UTC
Created attachment 25602 [details]
gcj -v
Comment 2 lsching17 2011-10-25 00:13:58 UTC
Created attachment 25603 [details]
information of command "gcj -v"
Comment 3 lsching17 2011-10-25 00:16:13 UTC
Created attachment 25604 [details]
compile linux x64 executable (by gcj 4.5.2)

--main=net_server_main -pipe -O2
Comment 4 Andrew Pinski 2016-09-30 22:52:18 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.