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 143072

Summary: [65cat] [tools] subversion scanning tasks continue after netbeans is shutdown.
Product: versioncontrol Reporter: esmithbss <esmithbss>
Component: SubversionAssignee: issues@ide <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description esmithbss 2008-08-06 15:52:16 UTC
[ BUILD # : 200808060201 ]
[ JDK VERSION : 1.6.0_07 ]

Immediately upon opening NetBeans, with 7 or 8 projects open that use
a remote subversion repository, I closed the IDE.

After the IDE closed, the subversion update tasks for the projects
continued to execute.

These tasks should be terminated when the IDE is terminated.
Comment 1 Jana Maleckova 2008-08-06 15:56:09 UTC
reassign to subversion
Comment 2 Tomas Stupka 2008-08-20 16:46:21 UTC
> the subversion update tasks for the projects continued to execute.
what exactly does this mean? the external process was still running? 

what is your os?
Comment 3 esmithbss 2008-08-20 22:57:35 UTC
What this means is that on my Linux box, I started a subversion task and wanted to cancel the task before it was
completed; however, I tried to close the IDE instead.  While the GUI was closing, the underlying subversion process
continued its scanning task.  When the IDE actually closed, the scanning task was not terminated with the IDE.  Instead,
it continued to scan the tasks and hold the process open until it was completed.

From all appearances, this is a thread synchronization issue where the IDE close operation does not dispatch a
"Shutdown" event to the subversion threads.
Comment 4 Tomas Stupka 2008-09-02 14:36:25 UTC
Incorrect behavior that doesn't affect functionality -> P4