[Libxine-java-devel] VM Crash on ubuntu
Status: Beta
Brought to you by:
freckle
From: Kristian L. L. <wa...@pa...> - 2008-09-23 05:18:22
|
Hey I'm currently running kubuntu 8.04.1, manually installed jdk1.6.0_10 and developing in netbeans-6.1. When i try to run my program, the VM crashes aprox. 9/10 times when i try to bind the controller to the video canvas: engine.createController( video ); The vm dumps the following: # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007feebe8aca6d, pid=32602, tid=1097247056 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b15 mixed mode linux-amd64) # Problematic frame: # C [libxineJNI.so.0.0.0+0x1fa6d] xineJ_create_visual+0x35 # # An error report file with more information is saved as: # /home/walker/NetBeansProjects/TestVideo/hs_err_pid32602.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Java Result: 134 Any idea? Thanx walker |