Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292248 - www-client/mozilla-firefox-3.0.14: "Invalid read of size 4"
Summary: www-client/mozilla-firefox-3.0.14: "Invalid read of size 4"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-07 11:54 UTC by Erik
Modified: 2010-06-23 08:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik 2009-11-07 11:54:56 UTC
Firefox crashes very often with Segmentation fault. Under Valgrind it does not crash, but shows a lot of messages like this:
Invalid read of size 4
   at 0x5997CF8: _XGetAtomName (in /usr/lib/libX11.so.6.2.0)
   by 0x5F46406: gdk_event_translate (in /usr/lib/libgdk-x11-2.0.so.0.1600.6)
   by 0x5F4733D: _gdk_events_queue (in /usr/lib/libgdk-x11-2.0.so.0.1600.6)
   by 0x5F4773E: gdk_event_dispatch (in /usr/lib/libgdk-x11-2.0.so.0.1600.6)
   by 0x58C9312: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.2000.5)
 Address 0x970f128 is 24 bytes inside a block of size 25 alloc'd
   at 0x402947F: malloc (in /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
   by 0x59A00BB: _XUpdateAtomCache (in /usr/lib/libX11.so.6.2.0)

Reproducible: Sometimes

Steps to Reproduce:
Comment 1 Erik 2009-11-07 16:29:27 UTC
Firefox 3.5.4 seems stable (will report if further testing shows something else). Probably time to drop the old unstable version.
Comment 2 Erik 2009-11-10 09:26:38 UTC
(In reply to comment #1)
> Firefox 3.5.4 seems stable (will report if further testing shows something
> else).

Unfortunately Firefox 3.5.4 crashes on some webpages: bug #292651. Will try 3.5.5 soon.
Comment 3 Howard B. Golden 2009-12-04 20:01:00 UTC
Possibly this is related to bug #291727. If you start firefox from a terminal
do you see XID collision messages before the segfault?
Comment 4 Erik 2010-06-23 08:45:54 UTC
Firefox 3.6.3 seems stable (and does not seem to have bug #292651). A small test run with Valgrind did not reveal any Invalid reads (but some Conditional jump or move depends on uninitialized value(s)).