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 20204 - IDE crash after F1 pushing
Summary: IDE crash after F1 pushing
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 20236 20281 20698 28709 (view as bug list)
Depends on: 20751
Blocks:
  Show dependency tree
 
Reported: 2002-02-06 14:15 UTC by Damian Frach
Modified: 2008-12-22 17:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (17.91 KB, text/plain)
2002-02-07 14:22 UTC, Damian Frach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Damian Frach 2002-02-06 14:15:11 UTC
Forte for Java, EE v. 3.0 (Build 20020205-1842)

- select a folder
- push F1
- IDE is going down

- some XML description file in some module of context sensitive help is corupted

- you are not able to recognize in which module is problem

- IDE should not crash
Comment 1 Jan Zajicek 2002-02-06 15:07:09 UTC
Please correct your xml file asap. Also please attach the corrupted
xml file to this issue, so we can create some regression tests when
this gets fixed. Thanks.

IDE shouldn't crash, so leaving this at openide. Lower priority to P2.
Jesse can we avoid this or is this JavaHelp bug?
Comment 2 Damian Frach 2002-02-06 15:09:11 UTC
the bad XML description file is in web/advanced module.
the responsible person will be contacted
Comment 3 Jan Zajicek 2002-02-07 10:49:39 UTC
*** Issue 20236 has been marked as a duplicate of this issue. ***
Comment 4 Jesse Glick 2002-02-07 13:04:44 UTC
What do you mean "IDE goes down"?? HotSpot crash? Stack trace? What?

Certainly if your JavaHelp is invalid, an exception will be thrown. I
don't think I have ever seen the IDE "crash" however, it just prints a
nasty message and does not open help.

Please reopen when you have details attached - files to reproduce,
ide.log, etc.
Comment 5 Jesse Glick 2002-02-07 13:48:16 UTC
OK, now I see a log file in #20236, but still waiting for steps to
reproduce. Note that all but the last exception in that log file
indicate that it has been caught by the error manager. The last one
does not, however according to sources any Throwable thrown from that
line in JavaHelp.java gets caught and reported and the error should be
recovered from.
Comment 6 Damian Frach 2002-02-07 14:21:37 UTC
win 2000; jdk 131; Forte for Java, EE v. 3.0 (Build 20020207-0704)

- start runide.exe (IDE and command line windows are opened)
- select a folder
- push F1
- both windows are closed

IDE should react better, when context sensitive help files are corrupted
logfile is attached
Comment 7 Damian Frach 2002-02-07 14:22:49 UTC
Created attachment 4599 [details]
ide log
Comment 8 Jesse Glick 2002-02-07 15:27:06 UTC
Is the problem reproducible on all platforms? AFAIK no Java code other
than System.exit() is supposed to cause the IDE to exit immediately,
and the JavaHelp integration certainly does not call System.exit().
Sounds like a low-level VM error to me, perhaps. Reproducible with
different JDKs too, e.g. 1.3.1_02 or 1.4rc? (I run Linux so I want to
know if I will be able to reproduce on my own machine.)
Comment 9 Jesse Glick 2002-02-07 15:34:00 UTC
Also I was unaware of the existence of such a build and have no idea
where to find it. pilsen branch you are talking about? Is there a SWAN
download URL or NFS mount location where I could get it?
Comment 10 Damian Frach 2002-02-07 15:52:06 UTC
I am sorry, but I do not have enough time resources for better 
testing.

You can download the build from this: 
http://ffjbuilder.czech.sun.com:8080/BuildResults?days=1&version=orion
Comment 11 Jesse Glick 2002-02-07 16:45:58 UTC
Ah, Orion, I was looking at Pilsen builds. Thanks, I am downloading
this and will try it.
Comment 12 leslie-robertson 2002-02-07 19:10:01 UTC
I have updated the JavaHelpSearch engine version in the jsp.hs file. I
think this was the problem. I will check the continuous build to make
sure the fix was correct.
Comment 13 Lukas Hasik 2002-02-08 08:38:04 UTC
*** Issue 20281 has been marked as a duplicate of this issue. ***
Comment 14 Jesse Glick 2002-02-08 11:40:09 UTC
Reproducible on Linux, JDK 1.4 too. Found serious bug in JavaHelp
1.1.2_02, cannot work around. BugTraq: #4635290
Comment 15 brinkley 2002-02-09 00:16:52 UTC
This will be fixed in the next release of JavaHelp. In the meantime
the problem is an incorrectly specified search engine in the users
helpset file. Correct that and it will work.
Comment 16 Jesse Glick 2002-02-20 13:10:29 UTC
*** Issue 20698 has been marked as a duplicate of this issue. ***
Comment 17 Jesse Glick 2002-02-21 13:39:05 UTC
Workaround might be possible, will see.
Comment 18 Jesse Glick 2002-02-22 12:23:38 UTC
See issue #20751 for proposed workaround.
Comment 19 Jesse Glick 2002-11-13 22:33:20 UTC
*** Issue 28709 has been marked as a duplicate of this issue. ***