On 07/20/2023 15:48, Cristian Adam via Development wrote:

At How to open Windows crash dumps? | Qt 
Forum<https://forum.qt.io/topic/146109/how-to-open-windows-crash-dumps> this is 
one case of using Windows minidump files with MinGW, which is not supported.

With the LLVM MinGW and the PDB format I expected this to ... work.

I've pushed an example at cristianadam/MaxiDump 
(github.com)<https://github.com/cristianadam/MaxiDump/> it works with MSVC and 
clang-cl. With LLVM MinGW I've got the pdb and the dmp files, but WinDbg would 
not resolve when typing .excr

@Martin Storsjö Any clues why it didn't work?

WinDbg didn't work, but lldb.exe itself works:

lldb MaxiDump.exe --core MaxiDump.dmp

I've updated cristianadam/MaxiDump 
(github.com)<https://github.com/cristianadam/MaxiDump/> with this new 
information.

Cheers,
Cristian.
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to