Closed
Bug 358732
Opened 18 years ago
Closed 18 years ago
Crash in _moz_cairo_win32_scaled_font_select_font, part 2
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
References
()
Details
(Keywords: crash, testcase)
Attachments
(4 files)
Bug 356400 was a bug that also crashed in with this stacktrace.
See upcoming testcase.
Because of the use of enhanced privileges, you need to download the testcase locally.
Talkback ID: TB25246360Z
_moz_cairo_win32_scaled_font_select_font [mozilla\gfx\cairo\cairo\src\cairo-win32-font.c, line 1618]
Assignee | ||
Comment 1•18 years ago
|
||
Assignee | ||
Comment 2•18 years ago
|
||
Comment 3•18 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061030 Minefield/3.0a1
Works for me on Linux trunk, for what it's worth.
Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9?
Comment 4•18 years ago
|
||
(In reply to comment #3)
> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061030
> Minefield/3.0a1
>
> Works for me on Linux trunk, for what it's worth.
>
I'd bet money based on the win32 in |_moz_cairo_win32_scaled_font_select_font| function call that you wouldn't see this on linux...
Comment 5•18 years ago
|
||
WFM on Windows XP with a current trunk build.
Assignee | ||
Comment 6•18 years ago
|
||
Not for me, testcase still crashes, using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061124 Minefield/3.0a1
Comment 7•18 years ago
|
||
Martin, does this still crash for you with a build containing the patch for bug 362068?
Assignee | ||
Comment 8•18 years ago
|
||
Yes, unfortunately, I still crash with a 2007-01-03 build, talkback ID: TB27990834X
Assignee | ||
Comment 9•18 years ago
|
||
Still crashing, using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070131 Minefield/3.0a2pre
Assignee | ||
Comment 10•18 years ago
|
||
This testcase crashes directly for me when visiting, talkback ID: TB28884798G
_moz_cairo_win32_scaled_font_select_font [mozilla\gfx\cairo\cairo\src\cairo-win32-font.c, line 1620]
gfxWindowsTextRun::Draw [mozilla\gfx\thebes\src\gfxwindowsfonts.cpp, line 696]
gfxWrapperTextRun::Draw [mozilla\gfx\thebes\src\gfxwindowsfonts.cpp, line 647]
nsThebesRenderingContext::DrawStringInternal [mozilla\gfx\src\thebes\nsthebesrenderingcontext.cpp, line 1318]
nsRenderingContextImpl::DrawString [mozilla\gfx\src\shared\nsrenderingcontextimpl.cpp, line 893]
nsTextFrame::PaintUnicodeText [mozilla\layout\generic\nstextframe.cpp, line 2977]
Comment 11•18 years ago
|
||
Crashing with current nightly build on:
http://www.jalsoe.dk/
TB29965138E
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070305 Minefield/3.0a3pre ID:2007030504 [cairo]
Assignee | ||
Comment 12•18 years ago
|
||
Ok, the testcases are wfm, using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070317 Minefield/3.0a3pre
Henrik, do you still crash at http://www.jalsoe.dk/ with the latest nightly trunk build?
Comment 13•18 years ago
|
||
(In reply to comment #12)
> Ok, the testcases are wfm, using:
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070317
> Minefield/3.0a3pre
> Henrik, do you still crash at http://www.jalsoe.dk/ with the latest nightly
> trunk build?
>
I'm no longer crashing. I think this bug is a dupe of a bug that got fixed last week. cant remmeber the bug number
Assignee | ||
Comment 14•18 years ago
|
||
Ok, this got fixed somehow between 2007-03-04 and 2007-03-05:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-03-04+04&maxdate=2007-03-05+09&cvsroot=%2Fcvsroot
I think somehow fixed by bug 370588.
However, the " iframe needed for testcase" doesn't show the squares anymore I used to see. So that may actually be a bug. Opera9 and IE7 do show the squares.
I suspect that as soon the squares will be rendered again, the testcases will crash again.
Assignee | ||
Comment 15•18 years ago
|
||
Ok, this is a testcase that still crashes with this stack trace in current trunk build.
It uses enhanced privileges, so you need to download the testcase to your computer. Most of the time, it crashes within 5 seconds for me.
I'm also noticing some severe slow-down and 100% cpu when this testcase is first shown.
Comment 16•18 years ago
|
||
The final testcase is something different because there is no SVG in it as far as I can see. I would recommend you close this bug, probably as WORKSFORME since the original testcases are now OK and raise a new problem on the correct component.
FWIW I would guess the crash occurs when you set the textzoom to 0.
Assignee | ||
Comment 17•18 years ago
|
||
Ok, marking as worksforme, I filed bug 374949 as a follow-up.
I guess the issue of the missing squares mentioned in comment 14 is bug 372732.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Updated•18 years ago
|
Flags: blocking1.9?
Updated•11 years ago
|
Flags: in-testsuite?
Comment 18•11 years ago
|
||
Flags: in-testsuite? → in-testsuite+
Assignee: nobody → martijn.martijn
You need to log in
before you can comment on or make changes to this bug.
Description
•