#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb7fbe540, pid=3168, tid=1988291472
#
# Java VM: Java HotSpot(TM) Server VM (10.0-b22 mixed mode linux-x86)
# Problematic frame:
# C [libpthread.so.0+0x7540] pthread_mutex_lock+0x20
#
# An error report file with more information is saved as:
# /home/geek/workspace/sgDash/hs_err_pid3168.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
After a _long_ debug session it seems that the root cause is adding
an object to an ArrayList
Neither the arrayList nor the Object are null.
I was running 1.5.0 but when i started having this problem I upgraded
to 1.5.1, with no change. I am running Linux 2.6.19 (Ubuntu 8.4),
sun's java 1.6.06.
If i deploy the app to tomcat it runs just fine. No crashes or
javascript errors.
I have been looking at this for over 8 hours now. Any help would be helpful.
TabPanel.add(DockPanel,HorizontalPanel);
Also, if i am in the debugger eclipse gives me a popup with this error message:
Exception processing async thread queue
Exception processing async thread queue
Got IOException from Virtual Machine
-Jeremaih