TaskExplorer icon indicating copy to clipboard operation
TaskExplorer copied to clipboard

Crash on startup with 1.2.1 and 1.2.9 when elevated mode

Open krisavi opened this issue 5 years ago • 2 comments

So I am getting crash on startup of the app. Initially got it in 1.2.1, decided to upgrade to see if that helps. Getting it in 1.2.9. Not crashing when running non-elevated.

Upon opening crashdump the exception is as follows: Unhandled exception at 0x00007FFEED611F28 in TaskExplorer 29.12.2020 11-02-32,848.dmp: Microsoft C++ exception: krabs::could_not_find_schema at memory location 0x00000001007FE7C0. occurred

Technically I can use it as elevated as long as I do not click the "OK" button in dialog box about it crashing.

When I attached the VS 2017 with debug mode, it shows the error being in ucrtbase.dll!_crt_at_quick_exit() thread Using continue got through following errors:

Unhandled exception at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::could_not_find_schema at memory location 0x000000F7040FEC20.

TaskExplorer.exe has triggered a breakpoint.

Exception thrown at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::trace_already_registered at memory location 0x000000F7040FEC20.
Unhandled exception at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::trace_already_registered at memory location 0x000000F7040FEC20.

TaskExplorer.exe has triggered a breakpoint.

Exception thrown at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::invalid_parameter at memory location 0x000000F7040FEC20.
Unhandled exception at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::invalid_parameter at memory location 0x000000F7040FEC20.

TaskExplorer.exe has triggered a breakpoint.

Exception thrown at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::need_to_be_admin_failure at memory location 0x000000F7040FEC20.
Unhandled exception at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::need_to_be_admin_failure at memory location 0x000000F7040FEC20.

TaskExplorer.exe has triggered a breakpoint.

Exception thrown at 0x00007FFED42216E9 (vcruntime140.dll) in TaskExplorer.exe: 0xC0000005: Access violation writing location 0x0000000000000000.

Stacktrace:

TaskExplorer.exe!00007ff79c49fb9b() Unknown TaskExplorer.exe!00007ff79c4a02ee() Unknown TaskExplorer.exe!00007ff79c49a548() Unknown TaskExplorer.exe!00007ff79c49c433() Unknown TaskExplorer.exe!00007ff79c4a0448() Unknown TaskExplorer.exe!00007ff79c49900e() Unknown sechost.dll!EtwpDoEventCallbacks() Unknown sechost.dll!EtwpLoadEventTrigger() Unknown sechost.dll!EtwpProcessRealTimeTraces() Unknown sechost.dll!ProcessTrace() Unknown TaskExplorer.exe!00007ff79c4a13e1() Unknown TaskExplorer.exe!00007ff79c49db6e() Unknown TaskExplorer.exe!00007ff79c49d459() Unknown ucrtbase.dll!_crt_at_quick_exit() Unknown kernel32.dll!BaseThreadInitThunk() Unknown ntdll.dll!RtlUserThreadStart() Unknown

One example crashdump file: TaskExplorer.dmp

krisavi avatar Dec 29 '20 09:12 krisavi

Try the latest build there was an issue with ETW trace initialization that coudl lead to crashes.

DavidXanatos avatar Apr 12 '21 11:04 DavidXanatos

Crashes with version 1.3.0 as well on launch

krisavi avatar Aug 16 '21 17:08 krisavi