Closed Bug 351438 Opened 19 years ago Closed 19 years ago

Page with huge fonts crashes Firefox [@ __kernel_vsyscall] [@ writev]

Categories

(Core Graveyard :: GFX: Gtk, defect)

1.8 Branch
x86
Linux
defect
Not set
critical

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 348462

People

(Reporter: mozillabugzilla, Unassigned)

References

()

Details

(Keywords: crash, testcase)

Crash Data

Attachments

(1 file)

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2 The summary says it all. Reproducible: Always Steps to Reproduce: 1. goto http://www.imperialviolet.org/sketch.html Actual Results: crash Expected Results: not-crash
Just tested and it WFM - no crash here.
It crashed both for me and the person next to me, so I assumed that it was pretty universal. I probably should have given more details: Kernel: 2.6.16.27-gg1 (yes, patched. I'll try it on a vanilla kernel tonight) It's a ubuntu based system: libmozjs.so => /usr/lib/libmozjs.so (0x4002d000) libxpcom.so => /usr/lib/libxpcom.so (0x400ac000) libxpcom_core.so => not found libplds4.so => /usr/lib/libplds4.so (0x4015d000) libplc4.so => /usr/lib/libplc4.so (0x40161000) libnspr4.so => /usr/lib/libnspr4.so (0x40166000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x40198000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x401a8000) libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x401ab000) libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x40470000) libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x404eb000) libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x40507000) libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0x4051c000) libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0x40523000) libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x4052e000) libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x40565000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40597000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4059b000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40617000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x406dc000) libsmime3.so => /usr/lib/libsmime3.so (0x406fd000) libssl3.so => /usr/lib/libssl3.so (0x4071f000) libnss3.so => /usr/lib/libnss3.so (0x40741000) libsoftokn3.so => /usr/lib/libsoftokn3.so (0x407aa000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0x40817000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4081f000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40846000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x408af000) libXft.so.2 => /usr/lib/libXft.so.2 (0x408ff000) libxpcom_compat.so => /usr/lib/libxpcom_compat.so (0x40911000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x4092b000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x409e5000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x409f0000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x40b1e000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40b22000) libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x40b2a000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40b2d000) libz.so.1 => /usr/lib/libz.so.1 (0x40b3a000) libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x40b4b000) libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x40b55000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40b7a000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40b9a000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40ba3000) glibc 2.3.2 Firefox binary downloaded from mozilla.org (English language)
There are plenty of bugs on this. Basically, XFT/X11 dies when we try to render huge fonts.
Severity: normal → critical
Component: General → GFX: Gtk
Keywords: crash, testcase
Product: Firefox → Core
QA Contact: general → gtk
Summary: The above page/HTML crashes 2.0b2 → Page with huge fonts crashes Firefox [@ __kernel_vsyscall] [@ writev]
Version: unspecified → 1.8 Branch
Only just noticed the two layers of font-size: 20em - I only intended one. Sorry about that. Seraches for crash and huge font don't seem to turn up anything useful. If you have a good bug number to make this a dup of, please do. AGL
This bug is an apparent duplicate of Bugzilla bug 348462 because: A) Steps to reproduce of both bugs is similar and/or identical and/or the steps to reproduce of this bug is a portion of the steps to reproduce of aforementioned bug. B) The aforementioned bug is older than this bug and has more activity. C) This bug meets the minimum requirements to be marked as a duplicate under http://www.mozilla.org/quality/help/screening-duplicates.html. Bug Reporter, if you feel this was done in error PLEASE REOPEN! We're only human here and bugs occasionally are mis-marked. (This duplication message automatically generated by BugSpeak) *** This bug has been marked as a duplicate of 348462 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
Crash Signature: [@ __kernel_vsyscall] [@ writev]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: