Bug 275 : jikes.exe crashes when using java.lang.Exception as argument of client.errorMessage
Last modified: 2006-01-20 11:26




Status:
RESOLVED
Resolution:
WONTFIX -
Priority:
P4
Severity:
normal

 

Reporter:
SmilyOrg
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-01-19 15:31
When I tried to compile my program with this line:
println(thisClient.errorMessage(" ", java.lang.Exception));
jikes.exe crashed, but processing continued to work. I found this bug out
from stupidity with "I wonder if this will work" so I don't treat it as a
very serious bug. While on that topic, could you tell me how to use
errorMessage properly so when a client disconnects, the app doesn't crash
when I write something to the client (for example with server.write()).
Also I'm not a serious programmer yet, so excuse my code :)
I used the 0099 Beta version on Windows XP SP2 when I got that bug.
Additional Comment #1 From fry 2006-01-20 09:35
i'm gonna close this one since we're not gonna get into fixing bugs in
jikes, but will just note them and eventually move over to a different
compiler (maybe just javac). or at least provide that as an option when you
want something less buggy, though it's a lot slower.

as for the other stuff, can you ask that in the 'programs' section of the
discourse board?
Additional Comment #2 From SmilyOrg 2006-01-20 11:26
Ok, sure, I didn't know what jikes was so thanks for clearing things up for
me and I'll ask the other stuff on the forum. Thanks again :)

(In reply to comment #1)
>
>
>
> Additional Comment #1 From
> fry
> 2006-01-20 09:35
>
> <!--
> addReplyLink(1); //-->[reply]
>
>
>
>
> i'm gonna close this one since we're not gonna get into fixing bugs in
> jikes, but will just note them and eventually move over to a different
> compiler (maybe just javac). or at least provide that as an option when you
> want something less buggy, though it's a lot slower.
>
> as for the other stuff, can you ask that in the 'programs' section of the
> discourse board?
>
>