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 - [65cat] [tools] subversion scanning tasks continue after netbeans is shutdown.
Summary: [65cat] [tools] subversion scanning tasks continue after netbeans is shutdown.
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-06 15:52 UTC by esmithbss
Modified: 2009-02-19 23:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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