Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on startup with 1.2.1 and 1.2.9 when elevated mode #24

Open
krisavi opened this issue Dec 29, 2020 · 2 comments
Open

Crash on startup with 1.2.1 and 1.2.9 when elevated mode #24

krisavi opened this issue Dec 29, 2020 · 2 comments

Comments

@krisavi
Copy link

krisavi commented Dec 29, 2020

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

@DavidXanatos
Copy link
Owner

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

@krisavi
Copy link
Author

krisavi commented Aug 16, 2021

Crashes with version 1.3.0 as well on launch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants