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 29894 - Cyclic endless exceptions when CVS directories with read-only files deleted
Summary: Cyclic endless exceptions when CVS directories with read-only files deleted
Status: CLOSED DUPLICATE of bug 27448
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks: 29802
  Show dependency tree
 
Reported: 2003-01-09 12:03 UTC by dnoyeB
Modified: 2008-12-22 20:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Truncated log file of cyclic exception (272.70 KB, text/plain)
2003-01-09 12:04 UTC, dnoyeB
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dnoyeB 2003-01-09 12:03:22 UTC
Deletion of CVS directories when files are
read-only causes cyclic exception filling ide.log
until OS vomits.

read-only files in CVS directories are deleted
anyway after the vomit.

The cyclic part is easily repeatable, but the
deletion in the end may not be.

I put this in vcscore because that is where I
believe the cyclic exception is.
Comment 1 dnoyeB 2003-01-09 12:04:36 UTC
Created attachment 8496 [details]
Truncated log file of cyclic exception
Comment 2 Martin Entlicher 2003-01-22 13:19:06 UTC
I do not see where the cyclic exceptions are.
Can sb. from openide look at it? I just throw an annotated
UserQuestionException.

Comment 3 Martin Entlicher 2003-01-22 13:21:53 UTC
*** Issue 30133 has been marked as a duplicate of this issue. ***
Comment 4 Jan Lahoda 2003-01-28 15:50:05 UTC
If the problem is really in OpenIDE, I guess the problem might be in
o.o.ErrorManager.
Comment 5 David Strupl 2003-02-03 16:38:29 UTC
This looks similar (or same) to issue 27448. I am marking this as
duplicate.

Martin: do I get it right that when user tries to delete 100 files you
are trying to present 100 dialogs? Would it be possible to not show
them (which would be the case after we fix 27448 to catch IOExceptions)?

*** This issue has been marked as a duplicate of 27448 ***
Comment 6 Marian Mirilovic 2003-07-22 15:37:57 UTC
verified, closed - it's duplicate.