fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

IllegalStateException thrown on shutdown of playn-java app #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Run a playn-java application from Eclipse, and quit it normally. 

What is the expected output? What do you see instead?

Frequently - thought not always - this exception will be thrown on my machine, 
right before the app exits:

Daemon Thread [Thread-0] (Suspended (exception IllegalStateException))  
    ApplicationShutdownHooks.remove(Thread) line: 55    
    Runtime.removeShutdownHook(Thread) line: 220    
    Usage$3.run() line: 85  
    AccessController.doPrivileged(PrivilegedAction<T>) line: not available [native method]  
    Usage.removeShutdownHook() line: 82 
    Usage.performReport(String, boolean) line: 49   
    Usage$1.run() line: 15  
    Thread.run() line: 680  

This happens in several different playn-java apps.

I'm running Mac OS X 10.6.8 and java 1.6.0_26. I don't see this exception when 
running with maven, just from Eclipse

Original issue reported on code.google.com by tconkl...@gmail.com on 30 Sep 2011 at 9:54