After I installed eclipse and Android SDK, ADT and so on. I was testing my application on my phone but every single time Eclipse crashed with no reason. Finally I ran it on bash to check what there were the error messages after It crashes.
Finally I got something like that:
-
- (Eclipse:9685): CRITICAL **: murrine_style_draw_box: assertion `height >= -1′ failed
-
- (Eclipse:9685): CRITICAL **: murrine_style_draw_box: assertion `height >= -1′ failed
-
- (Eclipse:9685): CRITICAL **: murrine_style_draw_box: assertion `height >= -1′ failed
- A fatal error has been detected by the Java Runtime Environment:
- SIGSEGV (0xb) at pc=0x006a2f2d, pid=9685, tid=3078395584
- JRE version: 6.0_20-b20
- Java VM: OpenJDK Client VM (19.0-b09 mixed mode, sharing linux-x86 )
- Derivative: IcedTea6 1.9.10
- Distribution: Ubuntu 10.04.1 LTS, package 6b20-1.9.10-0ubuntu1~10.04.2
- Problematic frame:
- C [libpthread.so.0+0x7f2d] pthread_mutex_lock+0x1d
- An error report file with more information is saved as:
- /tmp/hs_err_pid9685.log
- If you would like to submit a bug report, please include
- instructions how to reproduce the bug and visit:
- https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
- The crash happened outside the Java Virtual Machine in native code.
- See problematic frame for where to report the bug.
Aborted
After I searched on the internet the solution, I had to remove xulrunner-1.9.1.
$ sudo apt-get remove xulrunner-1.9.1
The url forum is here:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/581994
I hope that removing is not going to affect any software in the future. Meanwhile I will enjoy until next error.
