Opened 10 years ago

Closed 10 years ago

#2677 closed defect (fixed)

Debug Helper Crash

Reported by: scythetwirler Owned by: ben
Priority: Should Have Milestone: Alpha 17
Component: Core engine Keywords:
Cc: Patch:

Description

Assertion failed: "hDbghelp" Location: dbghelp.cpp:48 (dbghelp_ImportFunctions)

Call stack:

While generating an error report, we encountered a second problem. Please be sure to report both this and the subsequent error messages. errno = 12 (Not enough memory) OS error = 1114 (A dynamic link library (DLL) initialization routine failed.)

Attachments (4)

crashlog.txt (8.9 KB ) - added by scythetwirler 10 years ago.
interestinglog.html (828 bytes ) - added by scythetwirler 10 years ago.
system_info.txt (8.0 KB ) - added by scythetwirler 10 years ago.
commands.txt (355.2 KB ) - added by scythetwirler 10 years ago.

Download all attachments as: .zip

Change History (7)

by scythetwirler, 10 years ago

Attachment: crashlog.txt added

by scythetwirler, 10 years ago

Attachment: interestinglog.html added

by scythetwirler, 10 years ago

Attachment: system_info.txt added

by scythetwirler, 10 years ago

Attachment: commands.txt added

comment:1 by scythetwirler, 10 years ago

crashlog.dmp was not even written to disk.

comment:2 by historic_bruno, 10 years ago

Oops, dbghelp.dll still depends on msvcrt.dll, so I'll revert that file for now :( We're not using the latest version, maybe the latest doesn't depend on such an ancient MSVC runtime.

comment:3 by ben, 10 years ago

Owner: set to ben
Resolution: fixed
Status: newclosed

In 15531:

Reverts msvcrt.dll from r15529, which is needed for dbghelp.dll, fixes #2677

Note: See TracTickets for help on using tickets.