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 51562 - Broken databases cannot be recovered
Summary: Broken databases cannot be recovered
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 13:39 UTC by _ rkubacki
Modified: 2004-11-16 16:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
list of opened file descriptors (139.21 KB, text/plain)
2004-11-16 13:40 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2004-11-16 13:39:49 UTC
trunk build from Nov 12, JDK 1.5.0

I had IDE with nbbuild/misc opened and the session
was closed unexpectedly (discharged bateries on
suspended notebook) and next start always ends
with repeated exception chain. Even deleting of
MDR caches does not help. The system runs out of
free file descriptors and goes into loop when it
tries to create a database file.
Comment 1 _ rkubacki 2004-11-16 13:40:28 UTC
Created attachment 18922 [details]
list of opened file descriptors
Comment 2 _ rkubacki 2004-11-16 13:43:10 UTC
Attached list produced by 'ls -l /proc/23945/fd/ | cut -d" " -f12-'
shows there are many FD holding deleted file for core/multiview source
root.
Comment 3 Martin Matula 2004-11-16 16:19:23 UTC
I believe this was fixed with issue 51480 (one of the things that were
fixed was that the files now get properly closed during error
recovery). Please reopen if you can reproduce it with the current build.