linux audio software using gcj&swt!
Bryce McKinlay
bryce@mckinlay.net.nz
Thu Oct 23 04:23:00 GMT 2003
On Oct 23, 2003, at 2:20 PM, Norbert Frese wrote:
> there seems to be a problem with swt
> now. the appliction starts up - then hangs (cpu 99%) for a while and
> drops core (segmentation fault). (i think it hangs inside "new
> Display()")
And "new Display()" does a System.loadLibrary perhaps? I seem to recall
that dlopen() from a static binary can be problematic. Probably what
you need is a "psuedo-static" binary, with a statically linked libgcj
but dynamically linked libgcc, libdl, libc, etc
Unfortunately I don't know of an easy way to do this.
Bryce.
More information about the Java
mailing list