GCJ application runs not too bad with shared libs, but crashes with static libs

Jeff Sturm jsturm@one-point.com
Wed Nov 20 21:20:00 GMT 2002


On Wed, 20 Nov 2002, Scott Gilbertson wrote:
> (gdb) run
> Starting program: /home/scott/mts5000/java/mts5000.bin PC
> ... lots of application-generated stuff...
> Program received signal SIGABRT, Aborted.
> 0x0817b8e4 in __libc_write ()
> (gdb) where
> #0  0x0817b8e4 in __libc_write ()

What are other threads doing?  I doubt that write() can trigger a
SIGABRT.  More likely, this thread is waiting for I/O while some other
thread caused the abort.

Jeff



More information about the Java mailing list