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 75125 - JDK 6: lockup accessing 'web.xml' file and some other XML
Summary: JDK 6: lockup accessing 'web.xml' file and some other XML
Status: RESOLVED DUPLICATE of bug 74362
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 17:47 UTC by athompson
Modified: 2006-10-23 16:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (13.42 KB, text/plain)
2006-04-17 17:48 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2006-04-17 17:47:59 UTC
(DATA LOSS!)

jdk 6.0 daily (tested using b79-i386 and b80-amd64)
various netbeans versions (5.5 j2ee preview, 6.0 daily, others)
linux (64-bit and 32-bit)

at least part of this is a JDK bug (see below). a parent bug needs to be filed.

1. open netbeans.
2. select 'File-->New Project'.
3. select 'Web-->Web Application', click 'Next'.
4. under 'Server:', select 'Bundled Tomcat'.
5. click 'Finish'. the new project is created normally.
6. under the 'Files' view, navigate to 'WebApplication1-->web-->WEB-INF'.
7! right-click on 'web.xml' to open the context menu. netbeans locks up with
100% cpu. waited at least 10 minutes on a 2GHz machine.

on 64-bit systems, the entire Gnome desktop locks up. you have to telnet in and
kill the java process. this is obviously a very major JDK bug.

on 32-bit systems, the desktop still responds and you can press CTRL-\ in the
console to get a stack trace (attached).
Comment 1 athompson 2006-04-17 17:48:50 UTC
Created attachment 29881 [details]
stack trace
Comment 2 athompson 2006-04-17 18:02:27 UTC
i should also mention that this lockup also occurs whenever you try to open some
(but not all) xml files for editing.
Comment 3 Jiri Prox 2006-04-21 16:23:25 UTC
Yes, it's known problem, thanks for you report anyway.

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