Bug 468571

Summary: Browsing to a certain website causes hard lockup
Product: [Fedora] Fedora Reporter: Garry Reisky <terracon>
Component: kernelAssignee: Dave Airlie <airlied>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: airlied, kernel-maint, mcepl, quintela, xgl-maint, yaneti
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-21 05:55:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
broken image
none
Xorg.0.log to go with the previous image
none
Xorg log none

Description Garry Reisky 2008-10-26 05:12:50 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Load firefox
2. Browse to www.corneliamarie.com
3. System lockups. I tried to ssh in and I can't. Hard lock
  
Actual results:


Expected results:


Additional info:

Comment 1 Garry Reisky 2008-10-26 05:58:00 UTC
This hard lock can also be triggered by going into KDE's System Settings and clicking on 'Appearance' or 'Desktop' Changing the color scheme in Desktop will hard lock.

Comment 2 Yanko Kaneti 2008-10-26 06:13:05 UTC
Perhaps you could attach your /var/log/Xorg.0.conf and tell us what kernel, X
and driver version are you running.

# uname -r

# rpm -q xorg-x11-drv-ati xorg-x11-server-Xorg


Here on my X1550 with 512MB, this particular background image ->
http://www.corneliamarie.com/images/new_bkgd_r3_c1.jpg 
makes firefox have a blocky colour seizure but the kernel does not crash.
[attachment follows]

$ lspci -nn | grep Radeon
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV505 CE [Radeon
X1550 64-bit] [1002:715f]
$ uname -r
2.6.27.4-47.rc3.fc10.i686
$ rpm -q xorg-x11-drv-ati xorg-x11-server-Xorg
xorg-x11-drv-ati-6.9.0-31.fc10.i386
xorg-x11-server-Xorg-1.5.2-8.fc10.i386

The kernel log says twice.
[drm:drm_buffer_object_validate] *ERROR* Failed moving buffer.
[drm:drm_buffer_object_validate] *ERROR* Out of aperture space or DRM memory
quota.

Comment 3 Yanko Kaneti 2008-10-26 06:17:20 UTC
Created attachment 321537 [details]
broken image

Comment 4 Yanko Kaneti 2008-10-26 06:22:14 UTC
Created attachment 321538 [details]
Xorg.0.log to go with the previous image

Comment 5 Garry Reisky 2008-10-26 06:40:02 UTC
Created attachment 321540 [details]
Xorg log

Comment 6 Garry Reisky 2008-10-26 06:44:18 UTC
$ rpm -q xorg-x11-drv-ati xorg-x11-server-Xorg
xorg-x11-drv-ati-6.9.0-31.fc10.i386 xorg-x11-server-Xorg-1.5.2-8.fc10.i386

$ uname -r
2.6.27.3-44.fc10.i686

$ lspci -nn | grep Radeon
03:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] [1002:4e48]
03:00.1 Display controller [0380]: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (Secondary) [1002:4e68]

Comment 7 Matěj Cepl 2008-10-26 22:08:43 UTC
This doesn't look like a X crash. Passing to the kernel guys.

Comment 8 Dave Airlie 2008-11-10 05:56:20 UTC
Please try xorg-x11-drv-ati -44 + kernel 2.6.27.5-92 from koji to see if this is fixed.

Comment 9 Yanko Kaneti 2008-11-10 12:03:10 UTC
(In reply to comment #8)
> Please try xorg-x11-drv-ati -44 + kernel 2.6.27.5-92 from koji to see if this
> is fixed.

the handling of that large background image seems to be fixed. Thanks.