View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003739 | MMW v4 | DB/FileMonitor | public | 2007-10-10 16:17 | 2007-10-23 09:06 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0003739: MM occasionally asks the user to perform a DB upgrade even though the DB exists | ||||
Description | This 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... | ||||
Tags | No tags attached. | ||||
Fixed in build | 1092 | ||||
|
Any idea why does this happen? |
|
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). |
|
Fixed in build 1092. - Sounds like a good idea, we'll see whether it fixes the problem. |
|
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). |