Comment 8 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

memcpy.S:

1: pushl %eax
        movl %ecx, %eax
        shrl $2, %ecx
 andl $3, %eax
        rep

REP INSW (Repeat Input String) is a 286/386/486 class CPU
instruction which allows the PC to transfer large amounts of data using one instruction. The data is transferred at the maximum rate allowed by the bus.

So, seems to be having some trouble copying bits to the hardware.

Attach your `lspci -vvnn` and Xorg.0.log (these are both absolutely required whenever reporting X bugs btw.)