http://bugs.winehq.org/show_bug.cgi?id=7214
eric.pouech@wanadoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Ever Confirmed| |1
------- Additional Comments From eric.pouech@wanadoo.fr 2007-21-01 02:13 ------- it seems there's two unrelated issues: - there's an overflow in the internal debug buffer - there's an unsupported format in the symbol demangling code
to progress with the two, could you: - double the size of the output buffer in dlls/ntdll/ntdll_misc.h (line 148: struct debug_info, field ouput[1024] -> output[2048]) - rerun the code with +msvcrt debug channel on, and post the output