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]
Other format: [Raw text]

Re: A problem of gcj with SVGAlib


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.



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