Bug 468 - ClassCastException when debug flags are enabled
Summary: ClassCastException when debug flags are enabled
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: opengl (show other bugs)
Version: 2
Hardware: pc_x86_32 windows
: --- normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2011-02-09 04:09 CET by Wade Walker
Modified: 2011-02-25 05:19 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments
Happens when running unit test TestAWT01GLn (37.92 KB, text/plain)
2011-02-09 04:10 CET, Wade Walker
Details

Note You need to log in before you can comment on or make changes to this bug.
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