A problem of gcj with SVGAlib
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Wed May 15 20:01:00 GMT 2002
Bruce You wrote:
>I am trying using gcj(GNU's Java) and SVGAlib to do something (thru
>JNI), but I am facing a trouble, it'll get SIGPWR somehow, I don't know
>where the problem is.
>
Hi Bruce,
SIGPWR is used by the garbage collector for communication between
threads, so it is normal to see this in gdb - see
http://gcc.gnu.org/java/gdb.html for how to disable this message from
gdb so that it will continue to the real problem.
regards
Bryce.
More information about the Java
mailing list