[Bug 832] Crash in ARM assembler interpreter when connecting bubbleupnp client to the running bubbleupnp-server on armel Debian Lenny
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Dec 14 04:42:14 PST 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=832
Xerxes Rånby <xerxes at zafena.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerxes at zafena.se
Component|IcedTea6 |Thumb2 JIT
AssignedTo|unassigned at icedtea.classpat |aph at redhat.com
|h.org |
Summary|Connecting to the java |Crash in ARM assembler
|applet "bubbleupnp" via |interpreter when connecting
|android app causes the java |bubbleupnp client to the
|applet on the arm plattform |running bubbleupnp-server
|to crash! |on armel Debian Lenny
--- Comment #1 from Xerxes Rånby <xerxes at zafena.se> 2011-12-14 12:42:14 UTC ---
Hi I have examined your bug-report.
Debian Lenny have upgraded your openjdk installation in one of their security
updates, this new version includes of course all the security fixes and also
pused out the thumb2-jit and assembler interpreter for ARM for armel Debian
Lenny users. Unfortunately you have discovered a bug in the assembler
interpreter that triggers when running the BubbleUPnPServer.
workaround:
you can start the server with:
java -XX:+PrintCommandLineFlags -jar BubbleUPnPServer.jar
The -XX:+PrintCommandLineFlags will disable the assembler interperter and make
the code run using the c++ zero interpreter. http://gbenson.net/?p=239#comments
If possible build and try the latest Icedtea6 1.10.4 release on your ARM
server, it includes a more bug-fixed hotspot and also some alternative JVM's
like cacao and JamVM that you can use.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list