<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 3. Apr. 2019 um 00:31 Uhr schrieb Hamish Moffatt <<a href="mailto:hamish@risingsoftware.com">hamish@risingsoftware.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 3/4/19 4:39 am, Boris Ralchenko wrote:<br>
> Hello,<br>
><br>
> Question to Windows gurus - what is the best way to get stack trace <br>
> after crash? Say Qt/QML application runs in QA environment, not <br>
> development. MacOS creates log with the stack trace, I am looking to <br>
> something similar on Windows.<br>
<br>
<br>
Breakpad (from Google/Chromium) looks promising, but complicated to <br>
integrate.<br>
<br>
<a href="https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/getting_started_with_breakpad.md" rel="noreferrer" target="_blank">https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/getting_started_with_breakpad.md</a><br></blockquote><div><br></div><div>Just for the record since breakpad was mentioned. There is now crashpad (<a href="https://chromium.googlesource.com/crashpad/crashpad/">https://chromium.googlesource.com/crashpad/crashpad/</a>) which is the successor of breakpad. Its far easier to build and integrate compared to breakpad. However their GN build files are still very tightly coupled to Chrome being the prime user of crashpad. For example changing build flags (/MT vs /MD) requires hacking around in the build files which isn't easy, but doable.</div><div><br></div><div>Cheers Roland<br></div></div></div>