This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: A problem of gcj with SVGAlib
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Bruce You <bruceyou at sina dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 16 May 2002 14:59:41 +1200
- Subject: Re: A problem of gcj with SVGAlib
- References: <001301c1fc7d$c2eb5a00$4f01a8c0@pcbruce>
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.