Bug 43

Summary: Linux crashes with glBufferDataARB
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 1   
Hardware: All   
OS: linux   
Type: DEFECT SCM Refs:
Workaround: ---

Description Sven Gothel 2010-03-24 07:45:55 CET


---- Reported by davidyazel 2003-09-29 08:04:38 ----

Using the september 5th release we are getting errors attempting to use ARB 
buffers.  We have also checked the nightly build... no different. 
 
An unexpected exception has been detected in native code outside the VM. 
Unexpected Signal : 11 occurred at PC=0x633E9EDE 
Function=__nvsym15678+0xA 
Library=/usr/lib/libGLcore.so.1 
 
Current Java thread: 
        at net.java.games.jogl.impl.x11.X11GLImpl.dispatch_glBufferDataARB(Native 
Method) 
        at net.java.games.jogl.impl.x11.X11GLImpl.glBufferDataARB
(X11GLImpl.java:82 1) 
        at com.xith3d.render.jogl.ShapeAtomPeer.bindGeometryComponent
(ShapeAtomPeer .java) 
        at com.xith3d.render.jogl.ShapeAtomPeer.setupBuffers(ShapeAtomPeer.java) 
        at com.xith3d.render.jogl.ShapeAtomPeer.drawGeometry
(ShapeAtomPeer.java) 
        at com.xith3d.render.jogl.ShapeAtomPeer.renderAtom(ShapeAtomPeer.java) 
        at com.xith3d.render.CanvasPeerBase.render(CanvasPeerBase.java) 
        at com.xith3d.render.jogl.CanvasPeerImpl.drawBin(CanvasPeerImpl.java) 
        at com.xith3d.render.jogl.CanvasPeerImpl.display(CanvasPeerImpl.java) 
        at net.java.games.jogl.impl.GLDrawableHelper.display(GLDrawableHelper.java: 
74) 
        at net.java.games.jogl.GLCanvas$DisplayAction.run(GLCanvas.java:194) 
        at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:192) 
        - locked <0x46a160f0> (a 
net.java.games.jogl.impl.x11.X11OnscreenGLContext) 
        at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:182) 
        at net.java.games.jogl.GLCanvas.display(GLCanvas.java:82) 
        at com.xith3d.render.jogl.CanvasPeerImpl.render(CanvasPeerImpl.java) 
        at com.xith3d.scenegraph.View.renderOnce(View.java) 
        - locked <0x46ca5c50> (a com.xith3d.scenegraph.View) 
        at com.xith3d.scenegraph.View.renderOnce(View.java) 
        - locked <0x46ca5c50> (a com.xith3d.scenegraph.View) 
        at com.xith.client.engine.XithController.run(XithController.java:82) 
        at java.lang.Thread.run(Thread.java:534)



---- Additional Comments From kbr 2004-04-30 16:07:18 ----

Please test this again with the current JOGL 1.1 builds and either reopen this
issue or file a new one if this problem is still occurring. glBufferDataARB
works on the Linux systems I have tested on (NVidia-based cards).




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:45 EDT  ---

This bug was previously known as _bug_ 43 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=43