Menu

Exception during disposal: on startup

Developers
2002-10-17
2002-10-17
  • scott symmank

    scott symmank - 2002-10-17

    i am getting the below stack on startup of the editor.

    win2k

    tim, is this where you want these, or in bugs?

    ---------------------------------------------------------------------------
        [java] Exception during disposal:
         [java] java.lang.reflect.InvocationTargetException
         [java]     at java.awt.EventQueue.invokeAndWait(EventQueue.java:818)
         [java]     at java.awt.Window.dispose(Window.java:556)
         [java]     at abbot.editor.Costello$SplashScreen.dispose(Costello.java:21)
         [java]     at abbot.editor.Costello.main(Costello.java:71)
         [java] Caused by: java.lang.NullPointerException: null pData
         [java]     at sun.awt.windows.WComponentPeer.hide(Native Method)
         [java]     at java.awt.Component.hide(Component.java:1167)
         [java]     at java.awt.Window.hide(Window.java:502)
         [java]     at abbot.editor.Costello$SplashScreen.hide(Costello.java:16)
         [java]     at java.awt.Component.show(Component.java:1136)
         [java]     at java.awt.Component.setVisible(Component.java:1089)
         [java]     at java.awt.Window$1$DisposeAction.run(Window.java:538)
         [java]     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:
    171)
         [java]     at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         [java]     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDi
    spatchThread.java:197)
         [java]     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDisp
    atchThread.java:150)
         [java]     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j
    ava:144)
         [java]     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j
    ava:136)
         [java]     at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    ---------------------------------------------------------------------------

     
    • Timothy Wall

      Timothy Wall - 2002-10-17

      It's ok to post here first, in case it's a VM or Robot bug rather than an Abbot bug (which is the case here).

      I saw this a few times on OSX as well (actually a slight variant, but still a NPE at the same spot).  Post 0.8.0 I put in a try/catch block to at least prevent it showing on the console.

      If it shows up in 1.4.1, it's worth filing a bug report with Sun, otherwise they probably won't care.

       

Log in to post a comment.