On 5/14/05, Gerhard Gaußling <[EMAIL PROTECTED]> wrote: > But I could do some debugging. I found out, that I could start it with > java -Xrs -Xdebug -jar /usr/share/java/Azureus2.jar > Exception in thread "main" java.lang.UnsatisfiedLinkError: no > swt-pi-gtk-3116 in java.library.path > at java.lang.ClassLoader.loadLibrary(Unknown Source) > and so on (I can post the other lines too, but I think the first line > gives the important error.
The swt-pi-gtk-3116 library the error is referring to is... $ ls -l /usr/lib/libswt-pi-gtk-3116.so -rw-r--r-- 1 root root 286K May 7 11:59 /usr/lib/libswt-pi-gtk-3116.so It's location is specified with 'java -Djava.library.path=/usr/lib'. Start with the command line given in /usr/bin/azureus and go from there. If it's the Java VM itself that's causing the SIGSEGV, this is definitely a bug in the VM and not in Azureus. Although Azureus seems to be exacerbating the VM's bug. Cheers, Shaun