SkyLined / BugId

Detect, analyze and uniquely identify crashes in Windows applications
https://bugid.skylined.nl
Other
499 stars 90 forks source link

Internal error occured while triaging the crash #98

Closed woznez closed 3 years ago

woznez commented 3 years ago
┌─ An internal exception has occured ──────────────────────────────────────────
│  Stack:
│   0 __fbProcess_lmov_Output @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cModule.py/277
│      > "Unexpected list module output: %s\r\n%s" % (sLine, "\r\n".join(as_lmov_Output));
│   1 __foGetOrCreateFrom_lmov @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cModule.py/152
│      > assert oModule.__fbProcess_lmov_Output(as_lmov_Output), \
│   2 foCreateForCdbId @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cModule.py/136
│      > return cModule.__foGetOrCreateFrom_lmov(oProcess, "m %s;" % sCdbId);
│   3 foGetOrCreateModuleForCdbId @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cProcess.py/69
│      > return cModule.foCreateForCdbId(oProcess, sCdbId);
│   4 cProcess_ftxSplitSymbolOrAddress @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cProcess_ftxSplitSymbolOrAddress.py/44
│      > oModule = oProcess.foGetOrCreateModuleForCdbId(sModuleCdbId);
│   5 ftxSplitSymbolOrAddress @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cProcess.py/97
│      > return cProcess_ftxSplitSymbolOrAddress(oProcess, sSymbolOrAddress);
│   6 foCreateHelper @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cException.py/149
│      > ) = oProcess.ftxSplitSymbolOrAddress(oException.sAddressSymbol);
│   7 foCreate @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cException.py/43
│      > bApplicationCannotHandleException = bApplicationCannotHandleException,
│   8 cCdbWrapper_fCdbStdInOutHelperThread @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cCdbWrapper_fCdbStdInOutHelperThread.py/362
│      > bApplicationCannotHandleException = bApplicationCannotHandleException,
│   9 fCdbStdInOutHelperThread @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cCdbWrapper.py/397
│      > return cCdbWrapper_fCdbStdInOutHelperThread(oCdbWrapper);
│  10 __fRun @ C:\Users\...\Downloads\BugId-master\BugId-master\modules\cBugId\cHelperThread.py/67
│      > oSelf.__fActivity(*oSelf.__axActivityArguments);
└──────────────────────────────────────────────────────────────────────────────
SkyLined commented 3 years ago

Hi,

Thank you for the report. Unfortunately, this contains only the stack trace, which does not allow me to determine the root cause of the issue. Could you provide the full error report?

Cheers,

SkyLined

SkyLined commented 3 years ago

P.S. If you are worried the error report contains sensitive information that you do not want to share on GitHub, you can also send me an email (skylined@skylined.nl) or contact me through Twitter direct messages (https://twitter.com/berendjanwever).

SkyLined commented 3 years ago

Sorry, I cannot act on this without more information.