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 - Debugger spontaneously aborts IDE connection leaving bridge process running.
Summary: Debugger spontaneously aborts IDE connection leaving bridge process running.
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 05:17 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Messages Log File (703.46 KB, application/octet-stream)
2010-06-24 05:20 UTC, esmithbss
Details

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