Closed
Bug 885547
Opened 12 years ago
Closed 4 years ago
Single quote in javascript script causes Firefox crash using debugger
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: tiziana, Unassigned)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
|
450 bytes,
text/html
|
Details |
Creating a testcase for bug 885432 I've noticed that a specific error in the testcase causes a crash
I've attached the testcase that causes the crash
Steps to rerpoduce
1. Open the testcase
2. Open the Inspector/Debugger in one of the tabs
3. Place a breakpoint in JS code
4. reload the page
At steps 4 FF crashes. Crash report:
https://crash-stats.mozilla.com/report/index/bp-6899dcb6-4fab-4472-b00d-508462130620
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0
buildID: 20130617145905
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Updated•12 years ago
|
Attachment #765628 -
Attachment mime type: text/plain → text/html
Updated•12 years ago
|
Comment 2•12 years ago
|
||
Came here through my crash report: https://crash-stats.mozilla.com/report/index/ba22653f-1ae9-4477-be94-3a65e2140104
The line that was throwing the syntax error was something like:
HTML.push(buildTag({tag: 'caption', {tag: 'p', val: self.caption}}));
… so I forgot the property identifier. Though when I clicked the source link in the dev tools console, Firefox crashed. After restart, when I clicked the source link, the view source editor was opened (with the faulty line highlighted) and when I then opened and checked the debugger, it showed no sources.
There was also a TypeError iirc, but I don't remember anything about that one.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•10 years ago
|
Crash Signature: [@ js_GetScriptLineExtent(JSScript*) ] → [@ js_GetScriptLineExtent(JSScript*) ]
[@ js_GetScriptLineExtent ]
Comment 3•10 years ago
|
||
Does this still reproduce?
bug 923259 also cites crash in debugger
Comment 4•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Reopening because crash bugs **with testcases** should not be resolved **as WONTFIX** based on queries of crash-stats. Other resolutions may be appropriate for other reasons.
(Crash signatures are not the same as bug identity; they're merely a search aid to find and group similar crashes. The bug may still be present, but the signature may have changed slightly, or the bug may even still be present with the same signature but there are simply no recent reports of crashes in that function.)
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 6•4 years ago
|
||
Hello I will close this issue due to the fact that these crash signatures haven't occured in the past 6 months, if these issue is still valid please feel free to reopen it.
Thank you!
Status: REOPENED → RESOLVED
Closed: 7 years ago → 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•