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 162770 - Deadlock after repairing a corrupted schema file
Summary: Deadlock after repairing a corrupted schema file
Status: RESOLVED DUPLICATE of bug 160206
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-15 23:16 UTC by Nikita Krjukov
Modified: 2009-05-04 18:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the mentioned project (10.54 KB, application/x-compressed)
2009-04-15 23:21 UTC, Nikita Krjukov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Krjukov 2009-04-15 23:16:06 UTC
Steps to reproduce 
-- Take the attached BPEL project. It contains only 2 schema files. One file is corrupted. It doesn't contain a root
<schema> tag. Another file is correct. 
-- Open both files. 
-- Go to the correct file sources and copy full content of the root <schema> tag. 
-- Go to the corrupted file and do past at the end. 
-- The NetBeans hangs after it. 

I set the piority to P2 because the case is very specific. So I suppose it's not so critical.
Comment 1 Nikita Krjukov 2009-04-15 23:21:12 UTC
Created attachment 80202 [details]
the mentioned project
Comment 2 Nikita Krjukov 2009-05-04 18:41:46 UTC
The issue is a duplicate of issue #160206 and it's already fixed in trunk. 
The fix has done in XML modules after version 6.5 so the deadlock can happen in soa-dev65 branch. 

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