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 65524 - 100% CPU utilization and then OOME from CVS I/O Probe thread
Summary: 100% CPU utilization and then OOME from CVS I/O Probe thread
Status: VERIFIED DUPLICATE of bug 65260
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-09-30 14:07 UTC by Antonin Nebuzelsky
Modified: 2007-01-04 17:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception and Thread Dump (5.62 KB, text/plain)
2005-09-30 14:08 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-09-30 14:07:28 UTC
Reproducible scenario:

1) CVS / Checkout...
2) Choose the netbeans.org CVS root, socks proxy setting, fill in the password
3) Click Next>
4) "Checking network connection" for a while
5) "Authentication in progress" forever...
6) Click Stop
7) "Verification stopped by user!" in the dialog and InterruptedException in
console at this moment; also CPU utilization raises to 100% for some time (until
OutOfMemoryException is caused by CVS I/O Probe thread)

See the attached log with the exception, and with stack traces of CVS I/O Probe
thread and AWT-EventQueue-1 thread at the moment CPU is at 100%.
Comment 1 Antonin Nebuzelsky 2005-09-30 14:08:55 UTC
Created attachment 25368 [details]
Exception and Thread Dump
Comment 2 _ pkuzel 2005-10-03 14:25:12 UTC

*** This issue has been marked as a duplicate of 65260 ***
Comment 3 Antonin Nebuzelsky 2005-10-03 14:36:47 UTC
Verified duplicate and fixed.