From kde-bugs-dist Mon May 13 08:15:08 2013 From: Stephane MANKOWSKI Date: Mon, 13 May 2013 08:15:08 +0000 To: kde-bugs-dist Subject: [skrooge] [Bug 319768] New: Skrooge 1.6.0 crashes with EXCEPTION_ACCESS_VIOLATION on Windows Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=136843291225581 https://bugs.kde.org/show_bug.cgi?id=319768 Bug ID: 319768 Summary: Skrooge 1.6.0 crashes with EXCEPTION_ACCESS_VIOLATION on Windows Classification: Unclassified Product: skrooge Version: 1.6.0 Platform: Other OS: MS Windows Status: UNCONFIRMED Severity: crash Priority: NOR Component: general Assignee: guillaume.debure@gmail.com Reporter: stephane@mankowski.fr CC: stephane@mankowski.fr After an update of Skrooge done with kdewin-installer-gui-1.0.0, when Skrooge is launched, Skrooge crashes systematically with the following call stack: Application: Skrooge (skrooge.EXE), signal: EXCEPTION_ACCESS_VIOLATION ntdll.dll!ZwWaitForSingleObject() [[unknown] @ -1] at 0x779ff8b1 kernel32.dll!WaitForSingleObjectEx() [[unknown] @ -1] at 0x75ab1194 wlanapi.dll!WlanOpenHandle() [[unknown] @ -1] at 0x5d49531d kernel32.dll!BaseThreadInitThunk() [[unknown] @ -1] at 0x75ab33aa ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ef2 ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ec5 ntdll.dll!NtRemoveIoCompletion() [[unknown] @ -1] at 0x779ff939 kernel32.dll!BaseThreadInitThunk() [[unknown] @ -1] at 0x75ab33aa ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ef2 ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ec5 ntdll.dll!ZwWaitForWorkViaWorkerFactory() [[unknown] @ -1] at 0x77a01f26 kernel32.dll!BaseThreadInitThunk() [[unknown] @ -1] at 0x75ab33aa ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ef2 ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ec5 ntdll.dll!ZwWaitForMultipleObjects() [[unknown] @ -1] at 0x77a0013d kernel32.dll!WaitForMultipleObjectsEx() [[unknown] @ -1] at 0x75ab1a2c USER32.dll!PeekMessageW() [[unknown] @ -1] at 0x771c086a QtCore4.dll!QEventDispatcherWin32::processEvents() [[unknown] @ -1] at 0x668a71a6 QtCore4.dll!QEventLoop::exec() [[unknown] @ -1] at 0x6687eab9 QtCore4.dll!QThread::exec() [[unknown] @ -1] at 0x66796173 QtCore4.dll!QEventDispatcherWin32::`default constructor closure'() [[unknown] @ -1] at 0x66797709 MSVCR100.dll!endthreadex() [[unknown] @ -1] at 0x5d56c600 kernel32.dll!BaseThreadInitThunk() [[unknown] @ -1] at 0x75ab33aa ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ef2 ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ec5 ntdll.dll!ZwWaitForMultipleObjects() [[unknown] @ -1] at 0x77a0013d kernel32.dll!BaseThreadInitThunk() [[unknown] @ -1] at 0x75ab33aa ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ef2 ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ec5 [unknown]![unknown]() [[unknown] @ -1] at 0x0 libsqlite.dll!sqlite3_close_v2() [[unknown] @ -1] at 0x51ef6158 libsqlite.dll!sqlite3_close_v2() [[unknown] @ -1] at 0x51ef6bcf skgbasemodeler.dll!SKGError::trUtf8() [[unknown] @ -1] at 0x5acb5780 ntdll.dll!ZwWaitForMultipleObjects() [[unknown] @ -1] at 0x77a0013d kernel32.dll!BaseThreadInitThunk() [[unknown] @ -1] at 0x75ab33aa ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ef2 ntdll.dll!RtlInitializeExceptionChain() [[unknown] @ -1] at 0x77a19ec5 Reproducible: Always Steps to Reproduce: 1. Update Skrooge to version 1.6.0 by using kdewin-installer-gui-1.0.0 2. Launch Skrooge ==> crash Actual Results: Crash. Expected Results: Skrooge must work like previous version. -- You are receiving this mail because: You are watching all bug changes.