Closed Bug 237814 Opened 21 years ago Closed 21 years ago

segfault if requested truetype font is not found.

Categories

(Core Graveyard :: GFX: Gtk, defect)

x86
Linux
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 225892

People

(Reporter: bugzilla, Assigned: roland.mainz)

References

()

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040312 Debian/1.6-3 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040312 Debian/1.6-3 Due to a filesystem error, one of my truetype fonts (Georgia) was missing. I first noticed it on the above URL, which requests the font. Replacing the lost truetype font fixes the problem. This is a VERY minor issue since it is not triggerable under any normal circumstances. 23837 open("/usr/share/fonts/truetype/winders/Georgia.TTF", O_RDONLY) = -1 ENOENT (No such file or directory) 23837 open("/usr/share/fonts/truetype/winders/Georgia.TTF", O_RDONLY) = -1 ENOENT (No such file or directory) 23837 --- SIGSEGV (Segmentation fault) @ 0 (0) --- Reproducible: Always Steps to Reproduce: 1. Remove a truetype font from the filesystem without rebuilding the font directory 2. Go to a website that requests the font Actual Results: Browser crashed Expected Results: Fallen back to a different font.
*** This bug has been marked as a duplicate of 225892 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
reporter: you almost certainly weren't using xlib.
Component: GFX: Xlib → GFX: Gtk
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.