This is the mail archive of the java@gcc.gnu.org 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: ZipInputStream broken?


Adam Megacz wrote:

>Cool... what does this stack trace mean? I'm getting an "Aborted"
>instead of an exception being thrown. And the java/util/zip you see is
>java code, not libgcj.
>

This is, I think, still not the right stack trace. GDB is stopping due 
to the signals the GC uses to communicate between threads. Try adding 
these lines to ~/.gdbinit:

handle SIGXCPU nostop noprint
handle SIGPWR nostop noprint

Also see http://gcc.gnu.org/java/gdb.html

regards

Bryce.




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