[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS109 - race condition in ServiceFactory...
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-04-30 19:56:00
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS109> Type : Defect Issue Id : OBJS109 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: race condition in ServiceFactory... Description: problems happen when the service object has been GC'd, but cleanup() has not yet been called, resulting in re-adding the service resource (a no-op) before it gets removed from the previous service object being GC'd. When cleanup() does eventually get called, it causes the plugin to stop, even though there still is an active reference to the service, because the service resource gets removed. Severity: Blocker Version: head Stack Trace: Functional Area: chimera Status: New |