Bug 468

Summary: ClassCastException when debug flags are enabled
Product: [JogAmp] Jogl Reporter: Wade Walker <wwalker3>
Component: openglAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal    
Priority: ---    
Version: 2   
Hardware: pc_x86_32   
OS: windows   
Type: --- SCM Refs:
Workaround: ---
Attachments: Happens when running unit test TestAWT01GLn

Description Wade Walker 2011-02-09 04:09:09 CET
Happens on Windows XP 32-bit when I turn on the debug flags. I'll post a fix shortly.
Comment 1 Wade Walker 2011-02-09 04:10:48 CET
Created attachment 225 [details]
Happens when running unit test TestAWT01GLn
Comment 2 Wade Walker 2011-02-09 04:41:09 CET
Fixed by https://github.com/sgothel/jogl/pull/25. Now I can submit the error that this error was covering up :)
Comment 3 Sven Gothel 2011-02-25 05:19:25 CET
thx, merged