Please add workaround for JRE (open and sun) bug to azureus package.

Darxus at ChaosReigns.com Darxus at ChaosReigns.com
Mon Sep 21 02:03:54 UTC 2009


https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/428514

There is a bug in both sun java and the openjdk that causes azureus to
crash.  There is a workaround that prevents the crash by just using a
command line argument to java to disable JIT compiling one thing.  Please
include this workaround in the package:

/usr/bin$ diff -u azureus.2 azureus
--- azureus.2	2009-09-07 09:53:33.000000000 -0400
+++ azureus	2009-09-20 22:00:45.000000000 -0400
@@ -15,4 +15,5 @@
 fi
 
 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 "$@"

-- 
"Government is not reason, it is not eloquence, it is force; like fire,
a troublesome servant and a fearful master. Never for a moment should
it be left to irresponsible action." - George Washington
http://www.ChaosReigns.com                                 Guns save lives.




More information about the Ubuntu-devel-discuss mailing list