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 33205 - Doubleclick in explorer causes java.lang.StackOverflowError
Summary: Doubleclick in explorer causes java.lang.StackOverflowError
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 33215 33245 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-04-24 08:15 UTC by Jaromir Uhrik
Modified: 2008-12-22 19:47 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of error attached... (6.02 KB, image/png)
2003-04-24 08:17 UTC, Jaromir Uhrik
Details
Added stacktrace (78.51 KB, text/plain)
2003-04-24 08:26 UTC, pfelenda
Details
patch to openide.jar (16.53 KB, application/octet-stream)
2003-04-24 09:26 UTC, Jaroslav Tulach
Details
Removing the wrong part (1.92 KB, patch)
2003-04-24 09:27 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2003-04-24 08:15:17 UTC
[#2003042350]
1. Run IDE and expand e.g. Examples|Texteditor in explorer
2. Perform doubleclick on any dataobject (e.g. README)
3. Dialog with java.lang.StackOverflowError will appear - 
see attached screenshot(no record is in my ide.log about 
this error)
Comment 1 Jaromir Uhrik 2003-04-24 08:17:47 UTC
Created attachment 10132 [details]
Screenshot of error attached...
Comment 2 pfelenda 2003-04-24 08:26:03 UTC
Created attachment 10133 [details]
Added stacktrace
Comment 3 Jaroslav Tulach 2003-04-24 09:26:08 UTC
This is issue is caused by my invalid commit when trying to address
additional comments of issue 33038. The integrated diff was different
than the tested one. The solution is to remove the wrong part, but
then there is a problem that Jesse disagrees with the commit. Anyway,
I am going to rollback the wrong part and address any possible Jesse
objections later.
Comment 4 Jaroslav Tulach 2003-04-24 09:26:56 UTC
Created attachment 10134 [details]
patch to openide.jar
Comment 5 Jaroslav Tulach 2003-04-24 09:27:54 UTC
Created attachment 10135 [details]
Removing the wrong part
Comment 6 Jaroslav Tulach 2003-04-24 09:30:22 UTC
The diff returns to the state before integration of issue 33038 with
the only difference - the method setPrefferedAction remains removed.


*** This issue has been marked as a duplicate of 33038 ***
Comment 7 Jaroslav Tulach 2003-04-24 09:37:30 UTC
Ok, let's fix this as separate issue.
Comment 8 pzajac 2003-04-24 09:43:54 UTC
binary patch [verified]. No StackOverlow exception thrown after
doubleclick. 
Comment 9 _ ttran 2003-04-24 09:57:45 UTC
okay let the fix in release35
Comment 10 Jaroslav Tulach 2003-04-24 10:07:21 UTC
Fixed in release35. I am working on a better fix in main trunk. The
work in main trunk will be covered by issue 32744

/cvs/openide/src/org/openide/nodes/AbstractNode.java,v  <-- 
AbstractNode.java
new revision: 1.60.6.2; previous revision: 1.60.6.1
Comment 11 Jaroslav Tulach 2003-04-24 10:10:59 UTC
Open to resolve fixed.
Comment 12 Jaroslav Tulach 2003-04-24 10:11:25 UTC
Resolving as fixed.
Comment 13 Milan Kubec 2003-04-24 13:34:34 UTC
*** Issue 33215 has been marked as a duplicate of this issue. ***
Comment 14 Lukas Hasik 2003-04-25 09:16:29 UTC
*** Issue 33245 has been marked as a duplicate of this issue. ***
Comment 15 Marian Mirilovic 2003-04-25 14:57:41 UTC
verified in [nb3.5](200304242350)