From: SourceForge.net <no...@so...> - 2006-11-08 00:52:42
|
Bugs item #1592347, was opened at 2006-11-07 19:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1592347&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Techokami (techokami) Assigned to: Nobody/Anonymous (nobody) Summary: Debugger crashed with runtime exception Initial Comment: So i was testing a program for my Java class (graphics ARGH!), and I decided to use the debugger to find out why my random shapes were not appearing. Well, I turned it on, forgot to set breakpoints (whoops) and closed my program. And that's when i got this: ava.lang.IllegalStateException: Debugger is not active. at edu.rice.cs.drjava.model.debug.JPDADebugger._ensureReady(JPDADebugger.java:209) at edu.rice.cs.drjava.model.debug.JPDADebugger.getWatches(JPDADebugger.java:1010) at edu.rice.cs.drjava.ui.DebugPanel.updateData(DebugPanel.java:166) at edu.rice.cs.drjava.ui.DebugPanel$DebugPanelListener.nonCurrThreadDied(DebugPanel.java:852) at edu.rice.cs.drjava.model.debug.DebugEventNotifier.nonCurrThreadDied(DebugEventNotifier.java:221) at edu.rice.cs.drjava.model.debug.JPDADebugger$9.run(JPDADebugger.java:2261) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) And the requested stuff from the System info tab (sans anything you guys don't really need to know): awt.toolkit sun.awt.windows.WToolkit file.encoding Cp1252 file.encoding.pkg sun.io file.separator \ java.awt.graphicsenv sun.awt.Win32GraphicsEnvironment java.awt.printerjob sun.awt.windows.WPrinterJob java.class.path C:\Program Files\Java\jdk1.5.0_06\lib\drjava.jar;C:\Program Files\Java\jdk1.5.0_06\lib\tools.jar; java.class.version 49.0 java.endorsed.dirs C:\Program Files\Java\jre1.5.0_06\lib\endorsed java.ext.dirs C:\Program Files\Java\jre1.5.0_06\lib\ext java.home C:\Program Files\Java\jre1.5.0_06 java.io.tmpdir C:\DOCUME~1\[no personal info for you]\LOCALS~1\Temp\ java.library.path C:\Program Files\Java\jre1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Windows Resource Kits\Tools\;c:\devkitPro\msys\bin;C:\Tcl\bin;C:\Perl\bin\;C:\Program Files\MotoRobots\gcc-m68k\bin;C:\Program Files\MotoRobots\gcc-m68k\vide;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files\backburner 2\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Common Files\GTK\2.0\bin;C:\DolphinSDK1.0\x86\bin;C:\MusyXSDK\Converters;C:\MusyXSDK\SoundTool;C:\MusyXSDK\SoundSlave;C:\Program Files\SN Systems\ngc\bin java.rmi.server.hostname 127.0.0.1 java.runtime.name Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version 1.5.0_06-b05 java.specification.name Java Platform API Specification java.specification.vendor Sun Microsystems Inc. java.specification.version 1.5 java.vendor Sun Microsystems Inc. java.vendor.url http://java.sun.com/ java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi java.version 1.5.0_06 java.vm.info mixed mode, sharing java.vm.name Java HotSpot(TM) Client VM java.vm.specification.name Java Virtual Machine Specification java.vm.specification.vendor Sun Microsystems Inc. java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc. java.vm.version 1.5.0_06-b05 line.separator os.arch x86 os.name Windows XP os.version 5.1 path.separator ; sun.arch.data.model 32 sun.awt.exception.handler edu.rice.cs.drjava.ui.AWTExceptionHandler sun.boot.class.path C:\Program Files\Java\jre1.5.0_06\lib\rt.jar;C:\Program Files\Java\jre1.5.0_06\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_06\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_06\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_06\lib\jce.jar;C:\Program Files\Java\jre1.5.0_06\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_06\classes sun.boot.library.path C:\Program Files\Java\jre1.5.0_06\bin sun.cpu.endian little sun.cpu.isalist sun.desktop windows sun.io.unicode.encoding UnicodeLittle sun.jnu.encoding Cp1252 sun.management.compiler HotSpot Client Compiler sun.os.patch.level Service Pack 2 user.country US user.dir [this info is too sensitive, no personal data for you!] user.home [this info is too sensitive, no personal data for you!] user.language en user.name [this info is too sensitive, no personal data for you!] user.timezone America/New_York user.variant Just doing what you guys asked, nothing more nothing less =) P.S.: Don't expect me to check back on this at SourceForge, so if you can, email anything I should know to techokami[AT]gdarcade[DOT]taloncrossing[DOT]com. thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1592347&group_id=44253 |