<div dir="ltr"><div dir="ltr">On Wed, 6 May 2020 at 07:22, Markus Stange <<a href="mailto:mstange@themasta.com">mstange@themasta.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr"> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div class="gmail_quote">- On opt builds you won't get symbolication on any platform.<br></div></div></div></blockquote><div><br></div><div>Are there plans to make this work? Does this apply to "optimized debug builds"?<br></div></div></div></blockquote></div><div class="gmail_quote"><br></div><div class="gmail_quote">This was in relation to tests, and it is due to <a href="https://searchfox.org/mozilla-central/rev/7908ce29657cfd623993046bd8e38664e1c0b28e/testing/mozbase/mozrunner/mozrunner/utils.py#236-237">this simple check</a>.</div><div class="gmail_quote"><br></div><div class="gmail_quote">As for why that check is there... do opt builds produce any stack traces in tests? Normal assertions aren't enabled on opt builds, but diagnostic/release assertions are. I can't remember off the top of my head if they produce stacks traces in opt builds, and likewise with crashes.</div><div class="gmail_quote"><br></div><div class="gmail_quote">If stack traces are produced for any of the above cases, and debug info is present, then fix_stacks.py should be able to fix the stack traces correctly.<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Nick<br></div><div class="gmail_quote"><br></div></div>