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 173450 - StackOverflowError at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze
Summary: StackOverflowError at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze
Status: RESOLVED DUPLICATE of bug 173382
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (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-10-01 07:31 UTC by salimane
Modified: 2009-10-02 14:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159288


Attachments
stacktrace (98.60 KB, text/plain)
2009-10-01 07:31 UTC, salimane
Details

Note You need to log in before you can comment on or make changes to this bug.
Description salimane 2009-10-01 07:31:49 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4009-on-090930)
VM: OpenJDK Client VM, 14.0-b08, OpenJDK Runtime Environment, 1.6.0_0-b14
OS: Linux, 2.6.28-15-generic, i386

User Comments:
imomoi: Throws while editing if-else-end block



Stacktrace: 
java.lang.StackOverflowError
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:122)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:157)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:157)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyzeIfNode(RubyTypeAnalyzer.java:166)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:151)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:157)
Comment 1 salimane 2009-10-01 07:31:54 UTC
Created attachment 88640 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-10-01 07:31:59 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=159288
Comment 3 Exceptions Reporter 2009-10-01 09:15:58 UTC
This issue already has 8 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=159288
Comment 4 Erno Mononen 2009-10-02 14:53:00 UTC

*** This issue has been marked as a duplicate of 173382 ***