https://bugs.winehq.org/show_bug.cgi?id=54589
Bug ID: 54589 Summary: Unsupported type-id leaf "151d" & "e"; Unsupported numeric leaf type "800a" Product: Wine Version: 8.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: hasezoey@gmail.com Distribution: ---
Created attachment 74122 --> https://bugs.winehq.org/attachment.cgi?id=74122 Full log of a rust windows cli program crashing
It seems like dbghelp_msc does not support the following things: - ":numeric_leaf Unsupported numeric leaf type 800a" - ":codeview_parse_one_type Unsupported type-id leaf e" - ":codeview_parse_one_type Unsupported type-id leaf 151d"
from freshly compiled rust code (with msvc compiler)
attached is a full log of some rust cli target crashing and wine printing those helpers