[Bug 34990] Winedbg is unable to set breakpoints when encountering unsupported managed PDB symbol/record types (S_TOKENREF, S_LMANPROC, S_GMANPROC)

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jul 7 01:18:46 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=34990

NyaMisty <misty at misty.moe> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |misty at misty.moe

--- Comment #4 from NyaMisty <misty at misty.moe> ---
Still present in Wine 6.0.1 (Staging)


```
$ wine XXX.exe
....
0024:fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1129
0024:fixme:dbghelp_msc:dump 00000000: 16 00 29 11 00 00 00 00 ac 0b 00 00 07 00
30 36  ..)...........06
0024:fixme:dbghelp_msc:dump 00000010: 30 30 30 30 34 63 00 00                  
       00004c..
0024:fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1129
0024:fixme:dbghelp_msc:dump 00000000: 16 00 29 11 00 00 00 00 04 00 00 00 0c 00
30 36  ..)...........06
0024:fixme:dbghelp_msc:dump 00000010: 30 30 30 30 35 36 00 00                  
       000056..
0024:fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 112a
0024:fixme:dbghelp_msc:dump 00000000: 2e 00 2a 11 00 00 00 00 9c 01 00 00 00 00
00 00  ..*.............
0024:fixme:dbghelp_msc:dump 00000010: 5a 00 00 00 00 00 00 00 00 00 00 00 01 00
00 06  Z...............
0024:fixme:dbghelp_msc:dump 00000020: 00 00 00 00 01 00 00 00 00 2e 63 74 6f 72
00 00  ..........ctor..
Assertion failed: func, file dlls/dbghelp/symbol.c, line 397

(wine aborted)
```

But deleting *.pdb in directory will allow the program to run normally.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list