Bug 17109 - Crash in firefox on Mac OS X
Summary: Crash in firefox on Mac OS X
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: quartz font backend (show other bugs)
Version: 1.6.4
Hardware: PowerPC Mac OS X (All)
: medium critical
Assignee: Vladimir Vukicevic
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 01:51 UTC by Yevgen Muntyan
Modified: 2008-10-10 15:43 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
backtrace (11.36 KB, text/plain)
2008-08-13 01:51 UTC, Yevgen Muntyan
Details

Description Yevgen Muntyan 2008-08-13 01:51:30 UTC
Created attachment 18256 [details]
backtrace

See backtrace. Firefox bug is https://bugzilla.mozilla.org/show_bug.cgi?id=436689. My system is: Mac OS X 10.4.11, PowerPC G4.
Comment 1 Chris Wilson 2008-10-10 15:43:34 UTC
In the current sources, I see:
  m = CGFontGetHMetricsPtr (font_face->cgFont);
  /* On OX 10.4, GetHMetricsPtr sometimes returns NULL for unknown reasons */
  if (!m) {
    status = _cairo_error(CAIRO_STATUS_NULL_POINTER);
    goto FINISH;
  }
which seems to address this very issue.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.