<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>783</bug_id>
          
          <creation_ts>2013-07-14 17:39:09 +0200</creation_ts>
          <short_desc>Null pointer on frame disposal</short_desc>
          <delta_ts>2013-07-17 03:38:35 +0200</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Newt</product>
          <component>windows</component>
          <version>1</version>
          <rep_platform>pc_x86_64</rep_platform>
          <op_sys>linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Johann Sorel">sorel.johann</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>---</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2806</commentid>
    <comment_count>0</comment_count>
    <who name="Johann Sorel">sorel.johann</who>
    <bug_when>2013-07-14 17:39:09 +0200</bug_when>
    <thetext>When the frame is destroyed, this exception occurs.

version : 2.0.2 rc12
System : Ubuntu 12.04 x64
Desktop : LXDE
Graphic card : GTX 460
driver nvidia : 304.88


FPSAnimator P5: false, Thread[Thread-8-FPSAWTAnimator-Timer3,5,main]: Task[thread Thread[Thread-8-FPSAWTAnimator-Timer3,5,main], stopped false, paused false shouldRun false, shouldStop false -- started true, animating true, paused true, drawable 1, drawablesEmpty false]
Exception in thread &quot;main-Display-.x11_:0.0-1-EDT-1&quot; java.lang.NullPointerException
	at jogamp.newt.WindowImpl$DestroyAction.run(WindowImpl.java:993)
	at jogamp.newt.DisplayImpl.runOnEDTIfAvail(DisplayImpl.java:223)
	at jogamp.newt.WindowImpl.runOnEDTIfAvail(WindowImpl.java:1724)
	at jogamp.newt.WindowImpl.destroy(WindowImpl.java:1053)
	at com.jogamp.newt.opengl.GLWindow.destroy(GLWindow.java:407)
	at un.engine.opengl.widget.NewtFrame.dispose(NewtFrame.java:71)
	at un.engine.ui.widget.Widget$2.receiveEvent(Widget.java:511)
	at un.api.event.EventManager.sendEvent(EventManager.java:67)
	at un.engine.ui.widget.Widget.receiveEventParent(Widget.java:569)
	at un.engine.ui.widget.Widget.receiveEvent(Widget.java:555)
	at un.engine.ui.widget.Widgets.forwardEvent(Widgets.java:71)
	at un.engine.ui.widget.WContainer.receiveEventParent(WContainer.java:186)
	at un.engine.ui.widget.Widget.receiveEvent(Widget.java:555)
	at un.api.event.EventManager.sendEvent(EventManager.java:67)
	at un.engine.opengl.widget.WPlan.transposeToWidget(WPlan.java:207)
	at un.engine.opengl.widget.WPlan.receiveEvent(WPlan.java:249)
	at un.engine.opengl.widget.GLFrame.propagate(GLFrame.java:259)
	at un.engine.opengl.widget.GLFrame.propagate(GLFrame.java:298)
	at un.engine.opengl.widget.GLFrame.mouseMoved(GLFrame.java:207)
	at jogamp.newt.WindowImpl.consumeMouseEvent(WindowImpl.java:2391)
	at jogamp.newt.WindowImpl.consumeEvent(WindowImpl.java:2157)
	at jogamp.newt.WindowImpl.doEvent(WindowImpl.java:2099)
	at jogamp.newt.WindowImpl.doMouseEvent(WindowImpl.java:2314)
	at jogamp.newt.driver.x11.WindowDriver.doMouseEvent(WindowDriver.java:271)
	at jogamp.newt.WindowImpl.doMouseEvent(WindowImpl.java:2200)
	at jogamp.newt.WindowImpl.sendMouseEvent(WindowImpl.java:2192)
	at jogamp.newt.driver.x11.DisplayDriver.DispatchMessages0(Native Method)
	at jogamp.newt.driver.x11.DisplayDriver.dispatchMessagesNative(DisplayDriver.java:105)
	at jogamp.newt.DisplayImpl.dispatchMessages(DisplayImpl.java:496)
	at jogamp.newt.DisplayImpl$5.run(DisplayImpl.java:419)
	at jogamp.newt.DefaultEDTUtil$EventDispatchThread.run(DefaultEDTUtil.java:308)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2807</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-07-15 20:44:07 +0200</bug_when>
    <thetext>How to reproduce ? Unit test ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2821</commentid>
    <comment_count>2</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-07-17 03:38:35 +0200</bug_when>
    <thetext>git tip doesn&apos;t match stack trace, hence I don&apos;t know where it happens - no git sha1 given!

also: pls add reproduction test case etc.

pls reopen if bug still exists and you are willing/able to provide details,
see wiki/jogl/faq/bugreport.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>