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

Summary: XmlBuilder objects can crash the debugger.
Product: ruby Reporter: mtraven <mtraven>
Component: DebuggerAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.