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 61910 - DebugException on shutdown
Summary: DebugException on shutdown
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-08 08:18 UTC by Jiri Prox
Modified: 2010-09-23 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (21.56 KB, text/plain)
2005-08-08 08:19 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-08-08 08:18:39 UTC
NB 4.2 (200508071800)
JDK 1.5.0_04

Several DebugException are thrown when shutting down the IDE. During the session
(started with fresh userdir) I only opened project, made some changes to the
code and exited the IDE.
Comment 1 Jiri Prox 2005-08-08 08:19:24 UTC
Created attachment 23548 [details]
messages.log
Comment 2 Martin Matula 2005-08-08 09:37:48 UTC
This is just a cosmetic issue - the exception is harmless (it is just a
consequence of the fact that some thread is trying to access MDR after it was
shutdown - no data can be corrupted in this phase and the result of the
operation is not important since the IDE is shutting down) -> lowering priority.
Comment 3 Max Sauer 2005-08-11 10:18:55 UTC
Shouldn't this be marked as duplicate of #47593 ? It's all about writing MDR
storage which has been shut down.. Please check this, thanks.
Comment 4 Jan Pokorsky 2005-09-13 12:54:22 UTC
version -> 4.1 it is reproducible even there
Comment 5 David Strupl 2010-09-23 09:14:31 UTC
I am closing all reports in category Java/Unsupported as wontfix. These should
be dead issues --- if the reported cases are against some live part of the
NetBeans IDE please reopen and we can discuss to which category they belong.