-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Sentry Issue: BINARYNINJA-1A
EXCEPTION_ACCESS_VIOLATION_READ / 0x0: Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ / 0x0
File "dbgengadapter.cpp", line 793, in BinaryNinjaDebugger::DbgEngAdapter::AttachInternal
File "dbgengadapter.cpp", line 839, in BinaryNinjaDebugger::DbgEngAdapter::Attach::__l2::<T>::operator()
File "type_traits", line 1562, in std::invoke
File "thread", line 55, in std::thread::_Invoke<T>
...
(2 additional frame(s) were not displayed)
Based on the crash report, this is a null dereference at
debugger/core/adapters/dbgengadapter.cpp
Line 793 in b313411
| if (const auto result = this->m_debugControl->SetEngineOptions(DEBUG_ENGOPT_INITIAL_BREAK); result != S_OK) |
this->m_debugControl. It looks like Start() can fail and leave this->m_debugControl null.Reactions are currently unavailable