Bug 1690604 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here's a universal (ARM64 and AMD64) tryserver build to test with. Its Mozilla-specific symbols have been uploaded to the Mozilla symbol server (so its crash stacks should be fully symbolicated):

https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/CqhMqq6_QYqBYfVTvz2GFQ/runs/0/artifacts/public/build/target.dmg
https://treeherder.mozilla.org/jobs?repo=try&revision=3585d0659979fd858f4b23b1237c294916b7d637

You can make any of its processes crash by doing `kill -6 [pid]`. This sends a SIGABRT signal, and also generates a crash log.

Testing with this build on an Apple Silicon machine is a pain. It's not signed, and it's not possible on these machines to just right-click and choose "Open" (though that still works fine on macOS 11 on an Intel machine). So you're going to have to sign it yourself, using some kind of Apple signing certificate. I used my own "developer id application" signing cert. And you may have to Option-drag it to make a copy, and sign that.

https://github.com/Homebrew/brew/issues/9082

        codesign -s "Your Name" -f --deep /Applications/Firefox\ Nightly.app"
Here's a universal (ARM64 and AMD64) tryserver build to test with. Its Mozilla-specific symbols have been uploaded to the Mozilla symbol server (so its crash stacks should be fully symbolicated):

https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/CqhMqq6_QYqBYfVTvz2GFQ/runs/0/artifacts/public/build/target.dmg
https://treeherder.mozilla.org/jobs?repo=try&revision=3585d0659979fd858f4b23b1237c294916b7d637

You can make any of its processes crash by doing `kill -6 [pid]`. This sends a SIGABRT signal, and also generates a crash log.

Testing with this build on an Apple Silicon machine is a pain. It's not signed, and it's not possible on these machines to just right-click and choose "Open" (though that still works fine on macOS 11 on an Intel machine). So you're going to have to sign it yourself, using some kind of Apple signing certificate. I used my own "developer id application" signing cert. And you may have to Option-drag it to make a copy, and sign that.

https://github.com/Homebrew/brew/issues/9082

        codesign -s "Your Name" -f --deep /Applications/Firefox\ Nightly.app

Back to Bug 1690604 Comment 6