https://bugs.kde.org/show_bug.cgi?id=382515
--- Comment #9 from Philippe Waroquiers <philippe.waroqui...@skynet.be> --- Can you try the attached patch ? This produces more user messages when it cannot read a pdb file. Also, it should recover properly from an invalid/unsupported pdb file. Note also that a quick search on the web seems to indicate that Mingw does not generate pdb files, bur rather seems to generate dwarf debug info. Strange however that mscorlib.pdb indicates a PDB 1.0 version (which seems a very old format?). Maybe PDB 1.0 is just the container format ? Even in the wine sources (pdb.c), I could not find anything about this format, wine pdb.c seems to expect the same as valgrind readpdb.c expects. So, at this time, unclear how to read this pdb file, so let's try to make Valgrind resists to it ... -- You are receiving this mail because: You are watching all bug changes.