Comment 7 for bug 337608

Revision history for this message
Bryce Harrington (bryce) wrote : Re: Sun Java Plugin 6 + firefox3.0 - kills X server on Asus EEEPC 1000 + Jaunty Alpha5

  #2 0xb7870583 in fbBltStip (src=0xa2a9c038, srcStride=1024, srcX=5440,
    dst=0x9404258, dstStride=85, dstX=0, width=2720, height=46, alu=3,
    pm=4294967295, bpp=32) at ../../fb/fbblt.c:944

Seems to correspond to:

        fbBlt ((FbBits *) src, FbStipStrideToBitsStride (srcStride),
               srcX,
               (FbBits *) dst, FbStipStrideToBitsStride (dstStride),
               dstX,
               width, height,
               alu, pm, bpp, FALSE, FALSE);

This implies that this call is fbBlt:

  #1 0xa2ab12e0 in ?? ()
  No symbol table info available.

unfortunately no symbols, so can't tell what's going on there. Wonder what is going on at memcpy.S:75