This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj problem with -static option
FERANDELLE Pascal writes:
> > Your best option is to try a more recent gcj release. 4.1 would be a
> > good idea.
> >
>
> I rebuild everything with GCC 4.1.0 version on PC running RedHat EL 3.0.
> My simple HelloWorld program is still "segfaulting" when compiled with the -static option.
> But the trace under gdb has changed; I have now :
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00000000 in ?? ()
> (gdb) info stack
> #0 0x00000000 in ?? ()
> #1 0x081d0d8e in pthread_create (new_thread=0x869335c, attr=0xbfffa824,
> start_routine=0x8077f40 <really_start>, arg=0x68ff8)
> at ../.././boehm-gc/pthread_support.c:1289
OK. You're going to have to tell us more about your environment.
Also, please provide a test case.
Andrew.