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 145656 - XmlBuilder objects can crash the debugger.
Summary: XmlBuilder objects can crash the debugger.
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-30 01:58 UTC by mtraven
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mtraven 2008-08-30 01:58:45 UTC
XmlBuilder objects (and maybe some others) strip away the default methods from their instances, including such basics as
equality.  This can crash the debugger if it tries to display one of these objects.

More details here:  http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/909

I consider this a Rails bug, but the maintainers don't.
Comment 1 Martin Krauskopf 2008-09-04 10:03:16 UTC
Will take a look at it after move to new backends. Thanks for filing.
Comment 2 Erno Mononen 2010-04-20 11:21:31 UTC
Needs to be fixed in the backend, I'll take a look and file an issue against the backend.