Closed
Bug 1111694
Opened 11 years ago
Closed 1 year ago
regexp: an error occurred while executing regular expression with SyntaxHighlighter JS API
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: epinal99-bugzilla2, Unassigned)
Details
(Keywords: regression)
STR:
Open http://alexgorbatchev.com/SyntaxHighlighter/manual/api/autoloader.html
Result: Both examples with code highlighted are not displayed.
Console error:
an error occurred while executing regular expression shCore.js:17
http://agorbatchev.typepad.com/pub/sh/3_0_83/scripts/shCore.js
Regression range:
good=2014-01-10
bad=2014-01-11
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=37516445a0b5&tochange=e89afc241513
Probably due to bugs:
Till Schneidereit — Bug 953013 - throw exceptions for uncorrectly-interpreted regular expressions instead of treating them as non-matching. r=jandem
or
Till Schneidereit — Bug 952898 - String.prototype.startsWith and .endsWith should throw when called with a regexp as first argument. r=jwalden
This page freezes Firefox due to bug 1111625 (irregexp issue).
till, is it a valid bug in FF about regexp or just an issue in the website code source?
Flags: needinfo?(till)
Keywords: regression
Comment 2•11 years ago
|
||
Hmm, in Nightly I don't get an error message in the console. Instead, I get either a permanently unresponsive browser without e10s or a slow script dialog in e10s. However, when I click "stop script" in the slow script dialog, I end up with an unresponsive content process after all.
Brian, can you take a look at why our interrupt mechanism doesn't properly catch this?
Flags: needinfo?(till) → needinfo?(bhackett1024)
OS: Windows 7 → All
Version: 29 Branch → unspecified
Comment 3•11 years ago
|
||
Oh, I think I understand now. In older versions of FF, this bug is hit, whereas in newer versions, bug 1111625 is hit.
If that understanding is correct, I don't think there's much we need to do here: we don't support those versions anymore and nobody would implement a fix, even if the issue is on our side. (Which isn't entirely clear to me.)
Flags: needinfo?(bhackett1024)
Version: unspecified → 29 Branch
Updated•3 years ago
|
Severity: normal → S3
Comment 4•1 year ago
|
||
We moved to v8 regexp since … closing.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•