Open
Bug 1316679
Opened 8 years ago
Updated 2 years ago
gdb frame filter treats script source as iso-8859-1
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: tromey, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
The gdb frame filter added in bug 1254295 treats the script source as iso-8859-1:
class_name = nativeobj['group_']['value']['clasp_']['name'].string("ISO-8859-1")
This is not strictly correct, but avoids exceptions due to the occasional invalid
encoding; but when bug 987069 is fixed, this can be fixed as well.
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•