Comment 10 for bug 108929

Revision history for this message
Dario Teixeira (darioteixeira) wrote : Re: Firefox crashes *very* often

I ran firefox with strace. Right before crashing with a SIGSEGV, it had opened the DejaVu-Sans-Bold-Oblique.ttf font:

open("/var/lib/defoma/fontconfig.d/D/DejaVu-Sans-Bold-Oblique.ttf", O_RDONLY) = 66
fcntl64(66, F_SETFD, FD_CLOEXEC) = 0
fstat64(66, {st_mode=S_IFREG|0644, st_size=456036, ...}) = 0
mmap2(NULL, 456036, PROT_READ, MAP_PRIVATE, 66, 0) = 0xb14c8000
close(66) = 0
munmap(0xb43ae000, 136032) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

This is a major regression. Any chance it could be fixed soon, or should I go back to Edgy?