Bug 495733 - Xorg crashes with latest firefox
Summary: Xorg crashes with latest firefox
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: xorg-x11-server
Version: 5.3
Hardware: All
OS: Linux
low
high
Target Milestone: rc
: ---
Assignee: Adam Jackson
QA Contact: desktop-bugs@redhat.com
URL: http://www.buffalonews.com/entertainm...
Whiteboard:
: 570089 (view as bug list)
Depends On:
Blocks: CVE-2010-1166 509156
TreeView+ depends on / blocked
 
Reported: 2009-04-14 14:39 UTC by Andrew Schultz
Modified: 2018-10-27 14:49 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-04-28 12:06:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
X log (69.41 KB, text/plain)
2009-04-29 14:54 UTC, Andrew Schultz
no flags Details
xorg.conf (625 bytes, text/plain)
2009-04-29 14:55 UTC, Andrew Schultz
no flags Details
Xorg-crashing html testcase (234 bytes, text/html)
2009-04-29 15:25 UTC, Andrew Schultz
no flags Details
Possible patch (1.49 KB, patch)
2010-03-23 17:15 UTC, Olivier Fourdan
no flags Details | Diff
Proposed patch (1012 bytes, patch)
2010-03-29 13:21 UTC, Olivier Fourdan
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2010:0382 0 normal SHIPPED_LIVE Important: xorg-x11-server security update 2010-04-28 12:06:34 UTC

Description Andrew Schultz 2009-04-14 14:39:07 UTC
Description of problem:
When attempting to load http://www.buffalonews.com/entertainment/moviestv/index.html Xorg crashes:

#0  0x0020161f in fbCopyAreammx (pSrc=0x8cdea90, pDst=0x8cb9620, src_x=0, src_y=3846, dst_x=18, dst_y=3871, width=920, height=60788) at fbmmx.c:2240
#1  0x00201776 in fbCompositeCopyAreammx (op=1 '\001', pSrc=0x8cf5030, pMask=0x0, pDst=0x8c304f0, xSrc=0, ySrc=3846, xMask=0, yMask=0, xDst=18, yDst=3871, width=920, height=64598) at fbmmx.c:2303
#2  0x001f24fb in fbComposite (op=1 '\001', pSrc=0x8cf5030, pMask=0x0, pDst=0x8c304f0, xSrc=0, ySrc=994, xMask=0, yMask=0, xDst=18, yDst=3871, width=920, height=178) at fbpict.c:1299
#3  0x00247eeb in XAAComposite (op=1 '\001', pSrc=0x8cf5030, pMask=0x0, pDst=0x8c304f0, xSrc=0, ySrc=-926, xMask=0, yMask=0, xDst=18, yDst=789, width=920, height=178) at xaaPict.c:536
#4  0x0070c8d8 in i830_xaa_composite (op=1 '\001', pSrc=0x8cf5030, pMask=0x0, pDst=0x8c304f0, xSrc=0, ySrc=-926, xMask=0, yMask=0, xDst=18, yDst=789, width=920, height=178) at i830_xaa.c:873
#5  0x0815e026 in cwComposite (op=1 '\001', pSrcPicture=0x8cf5030, pMskPicture=0x0, pDstPicture=0x8c304f0, xSrc=0, ySrc=-926, xMsk=0, yMsk=0, xDst=18, yDst=789, width=920, height=178) at cw_render.c:275
#6  0x0815a996 in damageComposite (op=1 '\001', pSrc=0x8cf5030, pMask=0x0, pDst=0x8c304f0, xSrc=0, ySrc=-926, xMask=0, yMask=0, xDst=18, yDst=789, width=920, height=178) at damage.c:541
#7  0x08147b23 in CompositePicture (op=1 '\001', pSrc=0x8cf5030, pMask=0x0, pDst=0x8c304f0, xSrc=0, ySrc=-926, xMask=0, yMask=0, xDst=18, yDst=789, width=920, height=178) at picture.c:1789
#8  0x0814d95f in ProcRenderComposite (client=0x8c6c5c8) at render.c:758
#9  0x0814acd5 in ProcRenderDispatch (client=0xafa4f000) at render.c:2005
#10 0x0808815a in Dispatch () at dispatch.c:459
#11 0x0806fab5 in main (argc=10, argv=0xbfefe174, envp=Cannot access memory at address 0xafa4f008

This also hoses my virtual terminals (ctrl+alt+F1 gives me a white screen) and I have to reboot to get them back.

Version-Release number of selected component (if applicable):
xorg-x11-server-Xorg-1.1.1-48.52.el5

How reproducible:
always

Steps to Reproduce:
1. Grab the latest Firefox 3.5:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.1/firefox-3.5b4pre.en-US.linux-i686.tar.bz2
2. install it (bzip2 -dc firefox*bz2 | tar -x)
3. Run it (cd firefox; ./firefox)
4. Visit http://www.buffalonews.com/entertainment/moviestv/index.html

==> crash

Comment 1 Matěj Cepl 2009-04-29 14:07:26 UTC
Thanks for the bug report.  We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue.

Please attach your X server config file (/etc/X11/xorg.conf, if available) and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link below.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

Comment 2 Andrew Schultz 2009-04-29 14:54:57 UTC
Created attachment 341765 [details]
X log

Comment 3 Andrew Schultz 2009-04-29 14:55:39 UTC
Created attachment 341766 [details]
xorg.conf

Comment 4 Andrew Schultz 2009-04-29 15:25:14 UTC
Created attachment 341775 [details]
Xorg-crashing html testcase

Comment 5 Matěj Cepl 2009-05-06 21:28:43 UTC
X crasher HTML actually doesn't show anything on this RHEL5's firefox-3.0.10-1.el5 and neither the real page crashes (I have flash-plugin installed and Javascript fully on).

Moreover, I don't see anything suspicious in the Xorg.0.log.

Are you able to reproduce this issue with firefox running in the safe mode (i.e. run firefox -safe-mode from the command line)?

Possibly are you able to reproduce this with the upstream binary from mozilla.com?

Thank you very much for filing this bug report and your cooperation with its solving.

Comment 6 Andrew Schultz 2009-05-06 23:47:05 UTC
> X crasher HTML actually doesn't show anything on this RHEL5's
> firefox-3.0.10-1.el5 and neither the real page crashes

Yes.  Only firefox 3.5 (currently in beta) causes a crash.

> I don't see anything suspicious in the Xorg.0.log.

Right.  Note that I have 'Option "NoTrapSignals"' in my xorg.conf, which prevents the seg fault notice and mangled stack from showing in the log file (I added it so I could use gdb to get the more useful stack in comment 0).

> Possibly are you able to reproduce this with the upstream binary from
> mozilla.com?

Yes.  upstream binaries (see steps to reproduce in comment 0) and builds compiled on RHEL5 both cause the crash.

Comment 7 Ben Skeggs 2009-11-20 06:07:25 UTC
Does adding: Option "XaaNoOffscreenPixmaps" to the device section of your xorg.conf work around the issue?

Comment 8 Andrew Schultz 2009-11-20 14:20:32 UTC
yes

Comment 9 Alfred Ganz 2009-11-28 18:02:13 UTC
Just for the record, I have encountered this problem with the latest version
(I think) of the server, xorg-x11-server-Xorg-1.1.1-48.67.el5, with the page:
http://www.thirdage.com/health-wellness, and the workaround from comment #7,
above has worked for me too.

Comment 10 Olivier Fourdan 2010-03-23 17:15:42 UTC
Created attachment 402099 [details]
Possible patch

Looks like the problem occurs because the size passed in fbCompose() to the mmx function are negative (either h_this or w_this is < 0).

The mmx equivalent in fbmmx.c seem to expect a CARD16 for width / height so that might explain the problem.

This patch seems to address the issue at least in my reproducer, but I am not sure of its possible side effects.

Comment 13 Olivier Fourdan 2010-03-26 11:02:43 UTC
Comment on attachment 402099 [details]
Possible patch

Patch does not fix all cases, marking obsolete.

Comment 15 Olivier Fourdan 2010-03-29 13:21:12 UTC
Created attachment 403292 [details]
Proposed patch

The problem comes from the macro mod() used in computation.

The code in fbComposite() from fbpict.c reads like this:

    if (srcRepeat)
    {
        y_src = mod (y_src - pSrc->pDrawable->y, pSrc->pDrawable->height);
        if (h_this > pSrc->pDrawable->height - y_src)
            h_this = pSrc->pDrawable->height - y_src;
        y_src += pSrc->pDrawable->y;
    }

While inspecting the values, we see that initially, y_src=871, pSrc->pDrawable->y=1024, pSrc->pDrawable->height=500

After computation of mod() y_src=895 (which is wrong) so that h_this = pSrc->pDrawable->height - y_src = -395

Passing a negative value to a CARD16 in mmx function will cause the crash. But the real problem is that the value returned by mod() is actually greater than the values passed which is not possible, so there should be no way that y_src is greater than pSrc->pDrawable->height and therefore h_this should/could not be negative.

mod() is defined as follow (earlier in that code):

# define mod(a,b)      ((b) == 1 ? 0 : (a) >= 0 ? (a) % (b) : (b) - (-a) % (b))

Problem is that (-a) gets expanded as "-871 - 1024" (and *not* "- (871 - 1024)" as expected) and therefore "(b) - (-a) % (b)" = 500 - (-871 - 1024) = 895

TI think the following would be more appropriate:

# define mod(a,b)	((b) == 1 ? 0 : (a) >= 0 ? (a) % (b) : (b) - (-(a)) % (b))

That seems to fix the crash and produces the correct output.

Comment 16 Tomas Hoger 2010-03-30 14:20:17 UTC
Return value seems bit odd for a being a negative multiple of positive b.  For positive a, return values range from 0 to b-1, while for negative a, mod returns 1 to b.

Comment 17 Olivier Fourdan 2010-03-30 14:53:41 UTC
True, but the problem the patch is meant to address primarily is the X server crash induced by a wrong macro expansion (rather than changing the macro itself).

For comparison, Pixman uses that definition:

  #define MOD(a, b) ((a) < 0 ? ((b) - ((-(a) - 1) % (b))) - 1 : (a) % (b))

in http://cgit.freedesktop.org/pixman/tree/pixman/pixman-private.h

And uses of that macro for example in walk_region_internal() from http://cgit.freedesktop.org/pixman/tree/pixman/pixman.c which is quite similar to the implementation of the "old" fbComposite()

Comment 21 Adam Jackson 2010-04-14 18:09:39 UTC
Devel ack, patch is obviously correct.

Comment 22 Tomas Hoger 2010-04-15 13:29:06 UTC
*** Bug 570089 has been marked as a duplicate of this bug. ***

Comment 29 errata-xmlrpc 2010-04-28 12:06:38 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2010-0382.html


Note You need to log in before you can comment on or make changes to this bug.