You may want to file a bug at https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=JavaScript%20Engine with your experience.
On Wed, Aug 10, 2016 at 6:58 AM, <icanrealiz...@gmail.com> wrote: > hey, just letting anyone know that all coredumps are gone with this tiny > patch(aside from not using --enable-optimize=-O2 of course): > > diff -r 6cf0089510fa js/src/vm/TraceLogging.h > --- a/js/src/vm/TraceLogging.h Tue Aug 09 15:44:51 2016 +0200 > +++ b/js/src/vm/TraceLogging.h Wed Aug 10 00:57:37 2016 +0300 > @@ -135,7 +135,7 @@ > { } > > ~TraceLoggerEventPayload() { > - MOZ_ASSERT(uses_ == 0); > + //MOZ_ASSERT(uses_ == 0); > } > > uint32_t textId() { > _______________________________________________ > dev-builds mailing list > dev-builds@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-builds >
_______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds