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 123260 - deadlock in tests
Summary: deadlock in tests
Status: VERIFIED DUPLICATE of bug 120966
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-03 14:57 UTC by Jindrich Sedek
Modified: 2008-01-23 08:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
peace of thread dump (3.82 KB, text/plain)
2007-12-03 14:58 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2007-12-03 14:57:05 UTC
I'm getting deadlock in functional tests. It appears randomly. You can see the frequency here:
http://beetle.czech.sun.com:8080/unittest/TestCase.jsp?issues=44550
The test tries to open tag file, it waits for parser so it could dump tokens, but the parser doesn't finish parsing 
because of deadlock...
Comment 1 Jindrich Sedek 2007-12-03 14:58:15 UTC
Created attachment 53776 [details]
peace of thread dump
Comment 2 Marek Fukala 2007-12-04 09:19:24 UTC
Looks like Schlieman or lexer synchronization issue.
Comment 3 Daniel Prusa 2007-12-10 08:56:33 UTC

*** This issue has been marked as a duplicate of 120966 ***
Comment 4 Jindrich Sedek 2008-01-23 08:06:24 UTC
v.