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 157188 - org.xmlpull.v1.XmlPullParserException: xpp.getName() returned 'null'. Segmentation fault? Using Ruby in version '<= 1.8.6-p36'?
Summary: org.xmlpull.v1.XmlPullParserException: xpp.getName() returned 'null'. Segment...
Status: CLOSED WONTFIX
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 09:44 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 32790


Attachments
stacktrace (880 bytes, text/plain)
2009-04-07 13:03 UTC, theknack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-21 09:44:49 UTC
15 duplicates so far ... feel free to reassign ...


Build: NetBeans IDE Dev (Build 20080302134226)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Linux, 2.6.22-14-generic, i386
User comments: Ruby debugging session, hit F5 to continue after hitting a breakpoint
STACKTRACE: (first 10 lines)
org.xmlpull.v1.XmlPullParserException: xpp.getName() returned 'null'. Segmentation fault? Using Ruby in version '<=
1.8.6-p36'?
        at org.rubyforge.debugcommons.reader.VariablesReader.parseVariables(VariablesReader.java:37)
        at org.rubyforge.debugcommons.reader.VariablesReader.parse(VariablesReader.java:23)
        at org.rubyforge.debugcommons.reader.VariablesReader.readVariables(VariablesReader.java:69)
        at org.rubyforge.debugcommons.ReadersSupport.processElement(ReadersSupport.java:131)
        at org.rubyforge.debugcommons.ReadersSupport.startXPPLoop(ReadersSupport.java:84)
        at org.rubyforge.debugcommons.ReadersSupport.access$100(ReadersSupport.java:19)
        at org.rubyforge.debugcommons.ReadersSupport$XPPLoop.run(ReadersSupport.java:235)
Comment 1 theknack 2009-04-07 13:03:09 UTC
Build: NetBeans IDE Dev (Build 200904030200)
VM: OpenJDK Client VM, 1.6.0_0-b12, IcedTea6 1.3.1 (6b12-0ubuntu6.4) Runtime Environment, 1.6.0_0-b12
OS: Linux, 2.6.27-11-generic, i386

User Comments: 
Writing ruby code

Stacktrace: 
org.xmlpull.v1.XmlPullParserException: xpp.getName() returned 'null'. Segmentation fault. Bug in the Ruby interpreter/VM. Please provide possibly exact steps to reproduce and file a bug against Ruby or debug-commons tracker.
        at org.rubyforge.debugcommons.reader.VariablesReader.parseVariables(VariablesReader.java:61)
        at org.rubyforge.debugcommons.reader.VariablesReader.parse(VariablesReader.java:48)
        at org.rubyforge.debugcommons.reader.VariablesReader.readVariables(VariablesReader.java:96)
        at org.rubyforge.debugcommons.ReadersSupport.processElement(ReadersSupport.java:156)
        at org.rubyforge.debugcommons.ReadersSupport.startXPPLoop(ReadersSupport.java:116)
        at org.rubyforge.debugcommons.ReadersSupport.access$200(ReadersSupport.java:44)
Comment 2 theknack 2009-04-07 13:03:27 UTC
Created attachment 79621 [details]
stacktrace
Comment 3 Erno Mononen 2009-05-22 15:06:04 UTC
This is caused by a bug in Ruby (I think in 1.8.6-p36 and older), not much we can do on the IDE side. Upgrading Ruby 
should help.
Comment 4 Marian Mirilovic 2009-12-03 03:25:40 UTC
v/c