EPouech
EPouech
from the log, it rather looks like a hang in loading pdb information from main module can you send me the WINEDEBUG=+dbghelp,+dbghelp_msc log? Note: the log main contain sensible information...
> Apologies for the delayed reply folks, I was just doing some sanity checks. Thanks for your continue interest. As you can imagine, I can't provide pdb files. no worries,...
replying to myself: > I can't see any minidump calls into dbghelp for this log; is this intended? there's no trace inside MiniDumpWriteDump (only fixme:s) so we can't actually tell...
from the pdb trace loading above: > 03c0:fixme:dbghelp_msc:codeview_fetch_type Couldn't load type 113d15 > 03c0:fixme:dbghelp_msc:codeview_fetch_type Couldn't load type 113d2f > 03c0:fixme:dbghelp_msc:codeview_fetch_type Couldn't load type 113d2f > 03c0:fixme:dbghelp_msc:codeview_fetch_type Couldn't load type 113d3a...
@nwx-vidaks thanks for taking the time to investigate I'll have a look at the assert (not its cause, but maybe it should be visible to the crash handler somehow)
hi... we put a 'private' build together for (I hope) getting a step further in looking at issues in dbghelp part (crash in pdb loading) I would appreciate if you...
@nwx-vidaks thanks for providing the logs - the only good news is that the overflow in trace when loading main module's PDB is gone - but the loading of main...
nice ;-) just a nitpick: when you test macro with arg, you should use if with an arg (eg Key::(0) for last one), otherwise it's not clear if error is...