Page 2 of 2

Re: noscript causing firefox to crash

Posted: Fri Sep 23, 2011 6:36 pm
by Giorgio Maone
This bug is actually triggered by NoScript (among a few other things which may trigger it, even without any extension installed), and is gonna be fixed in Gecko.
See https://bugzilla.mozilla.org/show_bug.cgi?id=619043#c9 and replies below.

Re: noscript causing firefox to crash

Posted: Sat Sep 24, 2011 10:12 am
by dhouwn
Giorgio Maone wrote:even without any extension installed
Sure? At least the comments added with this patch in the patch don't seem to indicate that.
https://bug619043.bugzilla.mozilla.org/attachment.cgi?id=562041 wrote:

Code: Select all

+    // An extensions is trying to terminate the parser when it's not safe.
+    // Defer the termination.

Code: Select all

+        // An extension tried to terminate the parser when it was not safe
+        // carry out the termination now.

Re: noscript causing firefox to crash

Posted: Sat Sep 24, 2011 10:23 am
by Giorgio Maone
dhouwn wrote:
Giorgio Maone wrote:even without any extension installed
Sure? At least the comments added with this patch in the patch don't seem to indicate that.
https://crash-stats.mozilla.com/report/ ... extensions

Re: noscript causing firefox to crash

Posted: Sun Sep 25, 2011 12:30 pm
by dhouwn
Giorgio Maone wrote:
dhouwn wrote:
Giorgio Maone wrote:even without any extension installed
Sure? At least the comments added with this patch in the patch don't seem to indicate that.
https://crash-stats.mozilla.com/report/ ... extensions
This seems not always reliable as I just noticed the extension list is blank in one of my crash reports for this particular crash too.

Re: noscript causing firefox to crash

Posted: Mon Sep 26, 2011 3:10 pm
by therube
Might you have been in Safe Mode?

Re: noscript causing firefox to crash

Posted: Mon Sep 26, 2011 6:17 pm
by dhouwn
Not that I remember.