This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 174681 - [68cat] [debugger] Some events don't appear to be fired properly after suspend
Summary: [68cat] [debugger] Some events don't appear to be fired properly after suspend
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-15 17:18 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Log File (107.53 KB, text/plain)
2009-10-15 17:19 UTC, esmithbss
Details
IDE Log File (77.48 KB, text/plain)
2009-10-15 21:31 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-10-15 17:18:33 UTC
[ BUILD # : 200910140201 ]
[ JDK VERSION : 1.6.* ]

I left a debug session going while my computer suspended and when I
resumed my machine I was able to execute a few steps, but then the
clicks to continue or step stopped operating.

According to the IDE Log, there are two problems:

FINE [org.rubyforge.debugcommons.model.RubyDebugTarget]: Session has
finished. Ignoring unsuccessful thread update.

followed by one of the following messages for every button click I've
made to get things moving.

INFO [org.netbeans.modules.ruby.debugger.RubyDebuggerActionProvider]:
Too much pending events (> 10). Action "continue" is rejected.
Comment 1 esmithbss 2009-10-15 17:19:40 UTC
Created attachment 89565 [details]
IDE Log File
Comment 2 esmithbss 2009-10-15 21:31:28 UTC
Created attachment 89574 [details]
IDE Log File
Comment 3 Erno Mononen 2009-10-16 09:22:54 UTC
This is a valid issue, but IMO more like a P4. Likely needs to be addressed also in the backend.