https://bugs.winehq.org/show_bug.cgi?id=38524
Bug ID: 38524 Summary: sqlite3: image malformed error on heavy activity Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fiendishx@gmail.com Distribution: ---
Using Wine 1.7.41 on Fedora 22 beta, and sqlite 3.8.9 2015-04-08 12:16:33 8a8ffc862e96f57aa698f93de10dee28e69f6e09 Thinkpad X1 Carbon 3rd Gen with an SSD
Any large operations on a sqlite database result in "Error: database disk image is malformed". The simplest way to test is to run VACUUM on a database file. Mine is only about 6MB.
$ wine sqlite3.exe test.db VACUUM fixme:ntdll:NtLockFile I/O completion on lock not implemented yet Error: database disk image is malformed
This error does not happen in native sqlite3.