Happens with openjdk-7 too (Ubuntu 12.04 / AMD64).
Oracle JDK 7u4 64-bit works fine.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982665
Title:
java crashed with SIGABRT in os::is_first_C_frame()
This bug only occurs in Karmic (removing the package works fine in Jaunty
although the package version and contents are exactly the same).
I did some debugging and think that the new version of dpkg in Karmic is
stricter in some things and this causes
the prerm script fail.
The problem is that th
I think we're dealing with two different bugs here.
The first one involving libxcb (the bug that this report actually is about)
seems to be fixed after libxcb reverted to sloppy locking by default.
However, the crash that Sami Dalouche reported occurs on my machine too. As a
matter of fact, all o
Thanks for testing the patch, that was quicker than I expected. :)
Jonathan said: "Joonas' patch works fine for me as long as I have the 32-bit
libcap.so.1.10 installed manually. "
I noticed that I had installed manually a 32-bit version of libcap earlier (I
built libflashsupport on gutsy using
I managed to compile 32-bit libflashsupport with a simple hack.
Luckily ia32-libs package contains all the 32-bit libraries needed, so all I
had to do was recompile the package with -m32 and /usr/lib32 as library path.
Also, two symlinks are required in /usr/lib32.
Please note that this is complet