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 88981 - Race condition in Annotations
Summary: Race condition in Annotations
Status: RESOLVED DUPLICATE of bug 71211
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-09 00:34 UTC by wmr057
Modified: 2008-12-22 14:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (17.15 KB, application/octet-stream)
2006-11-09 00:35 UTC, wmr057
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wmr057 2006-11-09 00:34:12 UTC
Unexpected Exception
	java.lang.NullPointerException
Comment 1 wmr057 2006-11-09 00:35:47 UTC
Created attachment 35909 [details]
Log file
Comment 2 Lukas Hasik 2006-11-09 09:42:57 UTC
Hello, 
I can see two exceptions in your log file

1, org.netbeans.modules.welcome.content.RSSFeed.formatDateTime

2, org.netbeans.modules.editor.NbToolTip$Request.run

None of these have anything with mobility. Why did you report it here?
Do you have a steps to reproduce?

I'm reassigning it to editor.

PS: please read the guidelines for bug reporting
http://qa.netbeans.org/bugzilla/reportbug.html
Comment 3 Petr Nejedly 2007-01-03 11:14:39 UTC
It must have been another thread removing the to-be-removed annotation
concurrently, so the LinkedList fails internally with NPE. Annotations are
undersynchronized!
Comment 4 Petr Nejedly 2007-10-26 09:51:09 UTC
Dup of #71211


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