A useful workaround may be adding
"-XX:CompileCommand=exclude,com/aelitis/net/udp/uc/impl/PRUDPPacketHandlerImpl$5,runSupport"
to the java incantation.  For example, in karmic's version of azureus,
change /usr/bin/azrueus from:

run_java -Dazureus.install.path="$HOME/.azureus" $UI \
    org.gudy.azureus2.ui.common.Main "$@"

to

run_java -Dazureus.install.path="$HOME/.azureus" $UI \
    
-XX:CompileCommand=exclude,com/aelitis/net/udp/uc/impl/PRUDPPacketHandlerImpl$5,runSupport
 \
    org.gudy.azureus2.ui.common.Main "$@"

It runs.  But it hasn't been long enough to be sure it prevents the
crashing.

-- 
Azureus crashes both openjdk and sun java.
https://bugs.launchpad.net/bugs/428514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to