Re: [JS-internals] PSA: Crash reports from crashes in SpiderMonkey now have moz crash reasons

2016-11-10 Thread Emanuel Hoogeveen
That one is actually not part of SM itself [1], so it already had a moz crash reason. Here's a modified version of the search I used, which only includes today's build so far: https://crash-stats.mozilla.com/search/?moz_crash_reason=%21__null__&build_id=%3E%3D20161110030211&product=Firefox&versi

Re: [JS-internals] PSA: Crash reports from crashes in SpiderMonkey now have moz crash reasons

2016-11-10 Thread Nicholas Nethercote
[CC'ing the stability list] Oh, nice! I hadn't even realized that this problem existed. 'moz crash reason' is really helpful when diagnosing crash causes from crash reports, so this is a great improvement. Thank you. Here is a search that shows all crashes submitted in the past 7 days that have a

[JS-internals] PSA: Crash reports from crashes in SpiderMonkey now have moz crash reasons

2016-11-10 Thread Emanuel Hoogeveen
With the landing of bug 1309573 (included in today's Nightly), crash reports from intentionally triggered crashes in SpiderMonkey now have a 'moz crash reason', which is the reason string or expression from a MOZ_CRASH() or failed assertion. This is something that most of core Gecko has had acce