Closed
Bug 581034
Opened 14 years ago
Closed 14 years ago
Invalid values in TT font leading to crash [@gfxUserFontSet::OnLoadComplete]
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: posidron, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
Build identifier: Mozilla/5.0 (X11; Linux x86_64; en-US; rv:2.0b2pre) Gecko/20100717 Minefield/4.0b2pre
Invalid values are:
Offsets: dict_items([(13726, "b'\\x80\\x00'"), (222, "b'@\\x00'")])
Load the provided html file.
Reporter | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
blocking2.0: --- → ?
Comment 2•14 years ago
|
||
Either the reported platform & build ID or the callstack here is incorrect; that's a Mac OS X callstack.
Reporter | ||
Comment 3•14 years ago
|
||
Sorry. This is the right one.
Attachment #459444 -
Attachment is obsolete: true
Updated•14 years ago
|
blocking2.0: ? → final+
Updated•14 years ago
|
Attachment #459473 -
Attachment mime type: application/octet-stream → text/plain
Comment 4•14 years ago
|
||
> 286 fe->mLanguageOverride = pe->mLanguageOverride;
Christoph, are you running with latest source? This looks like something I fixed last week.
Comment 5•14 years ago
|
||
Changeset from bug 578022 that should have fixed this:
http://hg.mozilla.org/mozilla-central/rev/3040b1aebdfa#l4.1
Let me know if you're definitely crashing with the revised code.
Reporter | ||
Comment 6•14 years ago
|
||
No, I am no more able to reproduce it.
Tested:
Mozilla/5.0 (X11; Linux x86_64; rv:2.0b3pre) Gecko/20100723 Minefield/4.0b3pre
Comment 7•14 years ago
|
||
Ok, closing as WORKSFORME. If you can reproduce it again somewhere, please reopen.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•13 years ago
|
Blocks: fuzzing-fonts
You need to log in
before you can comment on or make changes to this bug.
Description
•