View Issue Details

IDProjectCategoryView StatusLast Update
0006404MMW v4Framework: Scripts/Extensionspublic2010-07-09 14:35
Reporteruser_chrisjj Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
PlatformWindowsOSXPOS Version-
Summary0006404: Simultaneous script execution corrupts variables
DescriptionIf I launch a script and then before completion launch it again, the variable writes within the second instance overwrite the first instance's variables.

Reported at http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=51261&start=0
TagsNo tags attached.
Fixed in build

Activities

jiri

2010-07-09 14:31

administrator   ~0020338

It's actually designed this way to prevent problems with several instances of scripts running - there's always only one instance of a script.

user_chrisjj

2010-07-09 14:35

updater   ~0020339

Last edited: 2010-07-09 14:37

> It's actually designed this way to prevent problems
> with several instances of scripts running

It doesn't prevent problems AFAICS. It causes them.

> there's always only one instance of a script.

Not true. I can launch two instances and both show on the status bar.