This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java/5986: SIGSEGV in __gcj_personality_v0


On Thu, 21 Mar 2002, Bryce McKinlay wrote:
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5986
> 
> This test case works-for-me on both x86 and PPC:
> 
> $ gcj CrashEH.java --main=CrashEH -O2
> $ ./a.out
> cleanup
> ok

I apologize for the faulty instructions.  (Writing a good PR is hard!)

Compile/run the example from bytecode:

[jsturm@omega tmp]$ gcj CrashEH.class -o CrashEH --main=CrashEH
[jsturm@omega tmp]$ ./CrashEH
Segmentation fault

It makes no difference whether I use javac or gcj -C to compile the 
source.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]