[vtkusers] libGL Error

William A. Hoffman billlist at nycap.rr.com
Mon Feb 9 09:56:39 EST 2004


Looks like there may be a problem with GL on your machine.
You could try building vtk with debug, then run java
under a debugger and see exactly where it is crashing.
Although it looks like it is crashing in an openGL call.


-Bill


At 04:48 AM 2/8/2004, Alexander Jung wrote:
>Hi!  
> 
>Bingo. Now i got Step1/Cone.java working.  
>But then at Cone2 the next problem appeared:  
> 
>An unexpected exception has been detected in native code outside the VM. 
>Unexpected Signal : 8 occurred at PC=0x4DB7D8AA 
>Function=(null)+0x4DB7D8AA 
>Library=/usr/lib/libGL.so.1 
> 
>Current Java thread: 
>        at vtk.vtkRenderWindow.Render_6(Native Method) 
>        at vtk.vtkRenderWindow.Render(vtkRenderWindow.java:36) 
>        at Cone.main(Cone.java:89) 
> 
> 
>NOTE: We are unable to locate the function name symbol for the error 
>      just occurred. Please refer to release documentation for possible 
>      reason and solutions. 
> 
>I get the same message even if i add the following in Cone.java:  
> 
>vtkAxes axe = new vtkAxes ();  
> 
>Looking forward to your answers.  
> 
>Alex  




More information about the vtkusers mailing list