Bug 161653
Summary: | crash when viewing python documentation | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Colin Walters <walters> | ||||
Component: | cairo | Assignee: | Kristian Høgsberg <krh> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | wtogami | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-06-26 19:53:27 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Colin Walters
2005-06-24 22:11:19 UTC
Created attachment 115961 [details]
valgrind log
Reassigning to cairo per this discussion. Jun 24 18:15:36 owen at 0x3BC391FF: ??? (nsFontMetricsPango.cpp:341) is probbably good enough. Maybe krh wants to compare it to his patch Jun 24 18:16:17 * krh looks at line 341 Jun 24 18:16:26 clarkbw it was "lucida typewriter" that was the problem Jun 24 18:16:34 clarkbw if this is the same thing... Jun 24 18:17:14 owen clarkbw: May be fixed in cairo CVS ... Ijust made bitmap fonts work with cairo and pango Jun 24 18:21:46 krh owen: this is division by zero because face->size->metrics.ascender - face->size->metrics.descender is 0 Jun 24 18:22:49 owen krh: Yep, that will be the case with bitmap fonts with 0.5.1 Fixed in rawhide. Why is the python documentation hardcoding butt-ugly bitmap fonts anyway? |