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 188019

Summary: Debugger spontaneously aborts IDE connection leaving bridge process running.
Product: ruby Reporter: esmithbss <esmithbss>
Component: DebuggerAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Messages Log File

Description esmithbss 2010-06-24 05:17:52 UTC
Product Version = NetBeans IDE 6.9 (Build 201006101454)
Operating System = Linux version 2.6.32-22-generic running on i386
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

It appears that the debug ReadersSupport readloop terminates early when expaning objects in the variables list and the list is too large.

When this happens, the bridge process between the IDE and the Ruby application is not terminated.  It must be manually terminated by clicking the button next to the progress bar in the status bar.
Comment 1 esmithbss 2010-06-24 05:19:21 UTC
Attaching messages log file.  Generated while debugging an existing Rails application using a newly installed NetBeans 6.9 and a clean userdir.
Comment 2 esmithbss 2010-06-24 05:20:02 UTC
Created attachment 100371 [details]
Messages Log File