Comment 4 for bug 2039677

Revision history for this message
eMTee (realprogger) wrote : Re: Generated crashlogs are missing all trace information when DC++ is compiled with a gcc 8.5 and later based MinGW-w64

More findings:
- It's not due to any change in binutils' strip.
- Using a .pdb file generated by an old, working compiler with a newer DC++ build results the same error.
- The problem is not gcc version related, either as the error happens when compiled with wide variety of toolchains from WinLibs, built on gcc 7.x...9.x. The only similarity in mingw-w64 commpiler tools tried and failed is that they all having mingw-w64 crt version 7 or later.
 The last known working mingw-w64 toolchain (link in the OP) is on crt v6. I couldn't find any other toolchains with crt v6 that would produce any chashlog file at all so for now it is just an observation and not something conclusive.