Re: AGAIN: A problem of gcj with SVGAlib

Search this archive.

From: Matan Ziv-Av (matan@svgalib.org)
Date: Thu 16 May 2002 - 16:54:01 IDT


On Wed, 15 May 2002, Bruce You wrote:

> Hi,
> 
> 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.

By default, svgalib 1.4.3 uses SIGUNUSED (31) and SIGPROF (27), so I
don't think svgalib is responsible for the SIGPWR. Anyway, since on
kernel 2.4 pthread uses RT signals, you can recompile svgalib to use
SIGUSR1 and SIGUSR2 (by changing if 0 to if 1 at the end of libvga.h),
and see if it helps.


-- 
Matan Ziv-Av.                         matan@svgalib.org




------------------------------------------------------------------
Unsubscribe:  To:   listbot@svgalib.org
              Body: unsubscribe linux-svgalib


This archive was generated by hypermail 2.1.4 : Wed 21 Jan 2004 - 22:10:25 IST