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: linux audio software using gcj&swt!


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.



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