This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


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

Re: Abort using libgcj


John> #0  0xff14f5a4 in GC_find_limit (p=0xffbee97c "", up=1)
John>     at /edg6/gnusrc/libgcj-2.95.1/boehm-gc/os_dep.c:681

This is probably the normal segv the GC provokes on some systems.  Try
continuing past it in gdb to find the real segv.

John> On Intel I get:

John> #0  0xdfee0562 in _Jv_equalUtf8Consts (a=0x0, b=0xdff708a4)
John>     at /edg6/gnusrc/libgcj-2.95.1/libjava/prims.cc:89

I've seen reports of this before but I'm afraid I no longer remember
the bug or the fix.  Sorry.

Are you using the GNU linker?  That is one known problem on Solaris.
(That is, you must use it.)

Tom

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