View Issue Details

IDProjectCategoryView StatusLast Update
0003739MMW v4DB/FileMonitorpublic2007-10-23 09:06
Reporterrusty Assigned To 
PriorityimmediateSeveritymajorReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0003739: MM occasionally asks the user to perform a DB upgrade even though the DB exists
DescriptionThis has happened to me once before. It appears that it has also happened to a number of users:

http://www.mediamonkey.com/forum/viewtopic.php?t=21340

Repro steps unknown...
TagsNo tags attached.
Fixed in build1092

Activities

jiri

2007-10-16 22:21

administrator   ~0011398

Any idea why does this happen?

petr

2007-10-17 00:11

developer   ~0011400

Last edited: 2007-10-17 00:12

I'm have an idea for what this can occur on single-core systems - because theoretically DBVersionCheck function can finish before event will be created. If that's right, then it's simple to fix - create event before calling DBVersionCheck (i think it should be this way even if this isn't reason of the bug).

jiri

2007-10-17 15:33

administrator   ~0011407

Fixed in build 1092.
 - Sounds like a good idea, we'll see whether it fixes the problem.

jiri

2007-10-23 09:06

administrator   ~0011471

I added one small change in this area - previously this message also appeared when the DB was locked (e.g. by some external DB application).