On Wed, 6 May 2020 at 07:22, Markus Stange <msta...@themasta.com> wrote:
> > >> - On opt builds you won't get symbolication on any platform. >> > > Are there plans to make this work? Does this apply to "optimized debug > builds"? > This was in relation to tests, and it is due to this simple check <https://searchfox.org/mozilla-central/rev/7908ce29657cfd623993046bd8e38664e1c0b28e/testing/mozbase/mozrunner/mozrunner/utils.py#236-237> . 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. 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. Nick _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform