SkyLined / BugId

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

AssertionError('Unexpected load symbols output:\r\nSymbol load for failed',) #92

Closed hardik05 closed 4 years ago

hardik05 commented 4 years ago

was trying to fuzz something and i am getting this error :

Stack:
│   0 bSymbolsAvailable @ C:\Fuzzing\BugId\modules\cBugId\cModule.py/38
│      > "Unexpected load symbols output:\r\n%s" % "\r\n".join(asLoadSymbolsOutput);
│   1 foCreate @ C:\Fuzzing\BugId\modules\cBugId\cStack.py/202
│      > elif oModule and not oModule.bSymbolsAvailable and uTryCount < dxConfig["uMaxSymbolLoadingRetries"]:
│   2 oStack @ C:\Fuzzing\BugId\modules\cBugId\cBugReport.py/93
│      > oBugReport.__oStack = cStack.foCreate(oBugReport.__oProcess, oBugReport.__oWindowsAPIThread, oBugReport.uStackFramesCount);
│   3 fbApplyToBugReport @ C:\Fuzzing\BugId\modules\cBugId\BugTranslations\cBugTranslation.py/98
│      > if oBugReport.oStack.fbTopFramesMatchSymbols(asAdditionalIrrelevantStackFrameSymbols, \
│   4 fApplyBugTranslationsToBugReport @ C:\Fuzzing\BugId\modules\cBugId\BugTranslations\fApplyBugTranslationsToBugReport.py/53
│      > if oBugTranslation.fbApplyToBugReport(oBugReport):
│   5 foCreateForException @ C:\Fuzzing\BugId\modules\cBugId\cBugReport.py/124
│      > fApplyBugTranslationsToBugReport(oBugReport);
│   6 cCdbWrapper_fCdbStdInOutHelperThread @ C:\Fuzzing\BugId\modules\cBugId\cCdbWrapper_fCdbStdInOutHelperThread.py/409
│      > oException,
│   7 fCdbStdInOutHelperThread @ C:\Fuzzing\BugId\modules\cBugId\cCdbWrapper.py/395
│      > return cCdbWrapper_fCdbStdInOutHelperThread(oCdbWrapper);
│   8 __fRun @ C:\Fuzzing\BugId\modules\cBugId\cHelperThread.py/67
│      > oSelf.__fActivity(*oSelf.__axActivityArguments);
SkyLined commented 4 years ago

Hey,

Thank you for reporting this bug. Unfortunately, you have copy-pasted only part of the BugId error output and omitted the information I need to fix this issue. Can you please copy+paste the complete output?

If the output contains any sensitive information, please replace it with "XXXX" or something similar but try to keep as much information available for me to track down the root cause.

Thanks,

SkyLined

SkyLined commented 4 years ago

Unfortunately, I cannot fix this issue if I cannot find out what cause the problem.

SkyLined commented 4 years ago

This may or may not fix this issue: https://github.com/SkyLined/cBugId/commit/7440cfba92bd36a91a31a6b76410a4fa78d4232d This is the best I can do without more information, closing bug for now.