Yet another confirmation.
Setup is Windows 7-64 Pro, GTX 260, driver version 191.07, java 1.6.0_17.
I'm using the JOGL interface for my app, and the renderloop is in RUN_SEPARATE_THREAD.
The exception occurred when switching to another pane in a tabbed application, and back; this does not always cause a crash. Moving another window (external application) over the viewport and moving it around or leaving it does not seem to cause a crash.
Stack trace is similar to previous posts:
Thread [AWT-EventQueue-0] (Suspended (exception NullPointerException))
RenderPeerImpl.drawBin(GL, OpenGLStatesCache, OpenGLCapabilities, RenderOptions, boolean, boolean, RenderBin, View, long, int, long, long, RenderPeer$RenderMode) line: 367
RenderPeerImpl.renderMain(GL, OpenGLCapabilities, OpenGLStatesCache, RenderOptions, boolean, boolean, View, RenderPass, long, int, long, long, RenderPeer$RenderMode) line: 657
RenderPeerImpl.renderRenderPass(Object, OpenGLCapabilities, OpenGLStatesCache, List<RenderPass>, RenderPass, int, boolean, RenderMode, View, boolean, long, long, long, PickRequest, int) line: 812
RenderPeerImpl.render(Object, View, List<RenderPass>, boolean, long, long, long, PickRequest) line: 905
CanvasPeerImplAWT(CanvasPeerImplBase).doRender(View, List<RenderPass>, boolean, long, long, long, PickRequest) line: 338
CanvasPeerImplAWT.display(GLAutoDrawable) line: 705
GLDrawableHelper.display(GLAutoDrawable) line: 78
GLCanvas$DisplayAction.run() line: 435
GLDrawableHelper.invokeGL(GLDrawable, GLContext, Runnable, Runnable) line: 194
GLCanvas.maybeDoSingleThreadedWorkaround(Runnable, Runnable) line: 412
GLCanvas.display() line: 244
GLCanvas.paint(Graphics) line: 277
RepaintArea.paintComponent(Component, Graphics) line: 248
RepaintArea.paint(Object, boolean) line: 224
WCanvasPeer(WComponentPeer).handleEvent(AWTEvent) line: 306
GLCanvas(Component).dispatchEventImpl(AWTEvent) line: 4706
GLCanvas(Component).dispatchEvent(AWTEvent) line: 4460
EventQueue.dispatchEvent(AWTEvent) line: 599
EventDispatchThread.pumpOneEventForFilters(int) line: 269
EventDispatchThread.pumpEventsForFilter(int, Conditional, EventFilter) line: 184
EventDispatchThread.pumpEventsForHierarchy(int, Conditional, Component) line: 174
EventDispatchThread.pumpEvents(int, Conditional) line: 169
EventDispatchThread.pumpEvents(Conditional) line: 161
EventDispatchThread.run() line: 122