Re: [Libxine-java-devel] VM Crash on ubuntu
Status: Beta
Brought to you by:
freckle
From: Matthias R. <mri...@in...> - 2008-09-23 05:48:00
|
Hi Kristian that looks serious. I don't know what's failing. What CPU do you have? In the log it says something about 64-bit. So far I did not have a chance to test with 64-bit machines. Could you sent me the crash log (/hs_err_pid32602.log), maybe it tells us something. I have a standard Pentium 4 Ubuntu 8.04 for the linux development and a slightly older Java VM there: java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing) Does the normal xine-ui (just xine on the command line) work fine on your system (just trying to check everything) matthias On Sep 23, 2008, at 7:18 AM, Kristian Lindemann Larsen wrote: > 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 |