Hi, Clemens, On Tue, Jan 26, 2016 at 7:14 AM, Clemens Ladisch <clemens at ladisch.de> wrote: > Igor Korot wrote: >> sqlite.dll!sqlite3_mutex_enter(sqlite3_mutex * p) Line 19996 + 0xc >> bytes C >> sqlite.dll!sqlite3Close(sqlite3 * db, int forceZombie) Line 726 + 0xc >> bytes C >> sqlite.dll!sqlite3_close(sqlite3 * db) Line 772 + 0xe bytes C >> sqlite.dll!SQLiteDatabase::Disconnect(...) Line 49 + 0xc bytes C++ >> dialogs.dll!DisconnectFromDb(Database * db) Line 108 + 0x13 bytes >> C++ >> docview.exe!MainFrame::~MainFrame() Line 73 + 0xf bytes C++ > > Please show the rest of the stack trace.
Here is the full stack trace at the time of the crash: 00000000() > sqlite.dll!sqlite3_mutex_enter(sqlite3_mutex * p) Line 19996 + 0xc bytes > C sqlite.dll!sqlite3Close(sqlite3 * db, int forceZombie) Line 726 + 0xc bytes C sqlite.dll!sqlite3_close(sqlite3 * db) Line 772 + 0xe bytes C sqlite.dll!SQLiteDatabase::Disconnect(std::vector<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> >,std::allocator<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > > > & errorMsg) Line 51 + 0xc bytes C++ dialogs.dll!DisconnectFromDb(Database * db) Line 108 + 0x13 bytes C++ docview.exe!MainFrame::~MainFrame() Line 73 + 0xf bytes C++ docview.exe!MainFrame::`scalar deleting destructor'() + 0x16 bytes C++ docview.exe!wxAppConsoleBase::DeletePendingObjects() Line 637 + 0x23 bytes C++ docview.exe!wxAppConsoleBase::ProcessIdle() Line 445 C++ docview.exe!wxAppBase::ProcessIdle() Line 373 + 0x8 bytes C++ docview.exe!wxEventLoopBase::ProcessIdle() Line 98 + 0x23 bytes C++ docview.exe!wxEventLoopManual::DoRun() Line 263 + 0x3b bytes C++ docview.exe!wxEventLoopBase::Run() Line 76 + 0xf bytes C++ docview.exe!wxAppConsoleBase::MainLoop() Line 380 + 0x27 bytes C++ docview.exe!wxAppConsoleBase::OnRun() Line 301 + 0x12 bytes C++ docview.exe!wxAppBase::OnRun() Line 312 C++ docview.exe!wxEntryReal(int & argc, wchar_t * * argv) Line 503 + 0x1d bytes C++ docview.exe!wxEntry(int & argc, wchar_t * * argv) Line 181 + 0xd bytes C++ docview.exe!wxEntry(HINSTANCE__ * hInstance, HINSTANCE__ * __formal, HINSTANCE__ * __formal, int nCmdShow) Line 289 + 0x10 bytes C++ docview.exe!WinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, char * __formal, int nCmdShow) Line 75 + 0x16 bytes C++ docview.exe!__tmainCRTStartup() Line 547 + 0x2c bytes C docview.exe!WinMainCRTStartup() Line 371 C kernel32.dll!75217c04() [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] ntdll.dll!7761ad6f() ntdll.dll!7761ad3a() Thank you. > > > Regards, > Clemens > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users