[Bug 447] New: Java VM: OpenJDK 64-Bit Server VM (1.6.0_0-b11 mixed mode linux-amd64)

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Feb 22 07:16:11 PST 2010


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=447

           Summary: Java VM: OpenJDK 64-Bit Server VM (1.6.0_0-b11 mixed
                    mode linux-amd64)
           Product: IcedTea
           Version: unspecified
          Platform: 64-bit
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: AddVM
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: pratyush.pal at gmail.com


I am doing some Texture Design program using Java language with Jogl library in
3D. This is runtime error i am getting as 
"java.lang.IndexOutOfBoundsException: Required 196608 remaining bytes in
buffer, only had 0".
at
com.sun.gluegen.runtime.BufferFactory.rangeCheckBytes(BufferFactory.java:274)
        at com.sun.opengl.impl.GLImpl.glTexImage2D(GLImpl.java:21146)
        at
com.sun.opengl.impl.mipmap.BuildMipmap.gluBuild2DMipmapLevelsCore(BuildMipmap.java:321)
        at com.sun.opengl.impl.mipmap.Mipmap.gluBuild2DMipmaps(Mipmap.java:762)
        at javax.media.opengl.glu.GLU.gluBuild2DMipmapsJava(GLU.java:1525)
        at javax.media.opengl.glu.GLU.gluBuild2DMipmaps(GLU.java:1581)
        at TextureFactory.createTexture(TextureFactory.java:123)
        at TextureManager.createManagedTexture(TextureManager.java:39)
        at OpenglCore.init(OpenglCore.java:135)
        at com.sun.opengl.impl.GLDrawableHelper.init(GLDrawableHelper.java:72)
        at javax.media.opengl.GLCanvas$InitAction.run(GLCanvas.java:418)
        at
com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:189)
        at
javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:412)
        at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
        at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
        at sun.awt.RepaintArea.paintComponent(RepaintArea.java:264)
        at sun.awt.X11.XRepaintArea.paintComponent(XRepaintArea.java:73)
        at sun.awt.RepaintArea.paint(RepaintArea.java:240)
        at sun.awt.X11.XComponentPeer.handleEvent(XComponentPeer.java:702)
        at java.awt.Component.dispatchEventImpl(Component.java:4543)
        at java.awt.Component.dispatchEvent(Component.java:4293)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)


At end of the error message its showing 
"Java VM: OpenJDK 64-Bit Server VM (1.6.0_0-b11 mixed mode linux-amd64)
# Problematic frame:
# C  [libGL.so.1+0x607e5]"

Any further information please let me know...


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list