Write access violation on read instruction
问题 We use SQLite library in our product and suddenly after recompilation with different compiler version (Visual C++) it started crashing on customer computers. The crash is ExceptionAddress: 0710eadd (sqlite3!sqlite3_transfer_bindings+0x0004e5bd) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 00000001 Parameter[1]: 07148688 Attempt to write to address 07148688 and the code causing the crash is the following (part of sqlite3MutexInit):