https://bugs.freedesktop.org/show_bug.cgi?id=32651
Summary: [r600g] Earth's oceans are wrong colour in celestia
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: rankincj(a)googlemail.com
When viewed with the "OpenGL vertex program" rendering path, the Earth's oceans
in celestia are coloured the wrong shade of blue. (The "OpenGL 2.0" rendering
path gets it right, though.)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=31880
Summary: [i915g]
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Drivers/Gallium/i915g
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: vlee(a)vmware.com
CC: wallbraker(a)gmail.com
mesa: 78a340fd487c56468ace7347a53f95a0c751c419 (master)
chipset: 945GM (Intel GMA 950)
system architecture: i686
xserver-xorg-video-intel: 2:2.12.0-1ubuntu5.1
libdrm-intel1: 2.4.21-1ubuntu2.1
kernel version: 2.6.35-22-generic
Linux distribution: Ubuntu 10.10 i386
Run piglit vpfp-generic vp-arl-constant-array-huge test.
$ ./bin/vpfp-generic tests/shaders/generic/vp-arl-constant-array-huge.vpfp
-auto
Probe at (50,50)
Expected: 0.500000 1.000000 1.000000 0.000000
Observed: 0.000000 0.000000 0.000000 0.000000
Test tests/shaders/generic/vp-arl-constant-array-huge.vpfp:137 failed
src/gallium/auxiliary/draw/draw_pt_emit.c:93:draw_pt_emit_prepare: Assertion
`emit_sz != 0' failed.
(gdb) bt
#0 0x010d122b in _debug_assert_fail (expr=0x1958c40 "emit_sz != 0",
file=0x1958c14 "src/gallium/auxiliary/draw/draw_pt_emit.c", line=93,
function=0x1958c6e "draw_pt_emit_prepare")
at src/gallium/auxiliary/util/u_debug.c:233
#1 0x01100798 in draw_pt_emit_prepare (emit=0x8fca078, prim=7,
max_vertices=0x8fc73cc) at src/gallium/auxiliary/draw/draw_pt_emit.c:93
#2 0x010fdc16 in llvm_middle_end_prepare (middle=0x8fc9fc0, in_prim=7, opt=3,
max_vertices=0x8fc73cc) at
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c:120
#3 0x010a5b2a in vsplit_prepare (frontend=0x8fc73b0, in_prim=7,
middle=0x8fc9fc0, opt=3) at src/gallium/auxiliary/draw/draw_pt_vsplit.c:170
#4 0x0109b3be in draw_pt_arrays (draw=0x8f74340, prim=7, start=0, count=4) at
src/gallium/auxiliary/draw/draw_pt.c:111
#5 0x0109bf91 in draw_vbo (draw=0x8f74340, info=0xbfeb58a4) at
src/gallium/auxiliary/draw/draw_pt.c:481
#6 0x0106c988 in i915_draw_vbo (pipe=0x8f79368, info=0xbfeb58a4) at
src/gallium/drivers/i915/i915_context.c:81
#7 0x0181dba5 in st_draw_vbo (ctx=0x8fdee50, arrays=0x9022e30,
prims=0x9021804, nr_prims=1, ib=0x0, index_bounds_valid=1 '\001', min_index=0,
max_index=3) at src/mesa/state_tracker/st_draw.c:732
#8 0x018a2f0d in vbo_exec_vtx_flush (exec=0x9021690, unmap=1 '\001') at
src/mesa/vbo/vbo_exec_draw.c:381
#9 0x0189edfe in vbo_exec_FlushVertices_internal (ctx=0x8fdee50, unmap=1
'\001') at src/mesa/vbo/vbo_exec_api.c:937
#10 0x0189ee9d in vbo_exec_FlushVertices (ctx=0x8fdee50, flags=1) at
src/mesa/vbo/vbo_exec_api.c:971
#11 0x017be818 in _mesa_ReadPixels (x=50, y=50, width=1, height=1, format=6408,
type=5126, pixels=0xbfeb5a98) at src/mesa/main/readpix.c:171
#12 0x0805010f in piglit_probe_pixel_rgba (x=50, y=50, expected=0x90149f8) at
piglit/tests/util/piglit-util.c:189
#13 0x0804d896 in Test::run (this=0x90149e8) at
piglit/tests/shaders/vpfp-generic.cpp:199
#14 0x0804d9c3 in TestGroup::run (this=0x8056444) at
piglit/tests/shaders/vpfp-generic.cpp:226
#15 0x0804e2aa in piglit_display () at
piglit/tests/shaders/vpfp-generic.cpp:372
#16 0x08051e43 in display () at piglit/tests/util/piglit-framework.c:52
#17 0x00125820 in fghRedrawWindow (window=DWARF-2 expression error: DW_OP_reg
operations must be used either alone or in conjuction with DW_OP_piece or
DW_OP_bit_piece.
) at freeglut_main.c:210
#18 fghcbDisplayWindow (window=DWARF-2 expression error: DW_OP_reg operations
must be used either alone or in conjuction with DW_OP_piece or DW_OP_bit_piece.
) at freeglut_main.c:227
#19 0x00129660 in fgEnumWindows (enumCallback=0x125790 <fghcbDisplayWindow>,
enumerator=0xbfeb5c28) at freeglut_structure.c:394
#20 0x00125cdb in fghDisplayAll () at freeglut_main.c:249
#21 glutMainLoopEvent () at freeglut_main.c:1450
#22 0x00126605 in glutMainLoop () at freeglut_main.c:1498
#23 0x08051fec in main (argc=2, argv=0xbfeb5eb4) at
piglit/tests/util/piglit-framework.c:118
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=31881
Summary: [i915g] SIGSEGV piglit vpfp-generic
vp-arl-constant-array-huge-varying
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Drivers/Gallium/i915g
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: vlee(a)vmware.com
CC: wallbraker(a)gmail.com
mesa: 78a340fd487c56468ace7347a53f95a0c751c419 (master)
chipset: 945GM (Intel GMA 950)
system architecture: i686
xserver-xorg-video-intel: 2:2.12.0-1ubuntu5.1
libdrm-intel1: 2.4.21-1ubuntu2.1
kernel version: 2.6.35-22-generic
Linux distribution: Ubuntu 10.10 i386
Run piglit vpfp-generic vp-arl-constant-array-huge-varying test. The test hits
a segmentation fault.
$ ./bin/vpfp-generic tests/shaders/generic/vp-arl-constant-array-huge-varying
-auto
Program terminated with signal 11, Segmentation fault.
#0 0x0165cd0c in llvm::ConstantInt::get(llvm::LLVMContext&, llvm::APInt
const&) () from
/home/mks-hackers/mesa/build/linux-x86-debug/gallium/targets/dri-i915/i915_dri.so
(gdb) bt
#0 0x0165cd0c in llvm::ConstantInt::get(llvm::LLVMContext&, llvm::APInt
const&) () from mesa/build/linux-x86-debug/gallium/targets/dri-i915/i915_dri.so
#1 0x00000048 in ?? ()
#2 0xbff03300 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=35051
Summary: [r600g, Wine, Counter Strike Source] Crashes at
Startup
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: bpaterni(a)gmail.com
Created an attachment (id=44162)
--> (https://bugs.freedesktop.org/attachment.cgi?id=44162)
wine output
I have a similar bug to this one at the winehq bugtracker, but I think it
pertains more to mesa now.
As the title states, counter strike source crashes at start up for me. A full
log of wine's output will be attached.
I think this bug is related to the r600 gallium driver because the game does
load, play, and display with gallium's softpipe driving it, although it is
painfully slow.
Also I believe the critical section of the log is the following:
trace:dbghelp:get_wine_loader_name returning L"wine"
trace:dbghelp:elf_load_file Processing elf file 'L"wine"' at 00000000
trace:dbghelp:elf_load_file Processing elf file 'L".//wine"' at 00000000
trace:dbghelp:elf_load_file Processing elf file 'L"/home/bpaterni/bin/wine"' at
00000000
trace:dbghelp:elf_load_file Processing elf file 'L"/usr/local/bin/wine"' at
00000000
trace:dbghelp:SymFromName (0xffffffff, libwine.so.1!__wine_main_environ,
0xffed654)
trace:dbghelp:SymFromName null process
fixme:dbghelp:elf_search_auxv can't find symbol in module
Inconsistency detected by ld.so: dl-deps.c: 626: _dl_map_object_deps: Assertion
`nlist > 1' failed!
I've looked through wine's source and elf_search_auxv is being called from
MiniDumpWriteDump in dlls/dbghelp/minidump.c which apparently is being called
from within steam/counter strike. Because of this, I'm not sure how to proceed
in debugging since steam/counter strike are both closed. Hopefully someone here
has a clever idea on getting to the bottom of this...
environment:
Linux kernel (git master, linus' tree -- although I have tried drm-next + s3tc,
same result)
Debian unstable/experimental
mesa (git master @ f95892b46a9a6b5d90437998ef9a3babd55e9c7d)
wine (git master)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=34534
Summary: resolution 3840x1024 stopped to work on HD5850 after
switch to 2.6.37 kernel
Product: DRI
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: DRM/Radeon
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: phercek(a)gmail.com
Created an attachment (id=43602)
--> (https://bugs.freedesktop.org/attachment.cgi?id=43602)
example how root-tail output gets corrupted
Resolution 3840x1024 stopped to work when I switched from 2.6.36.3 to 2.6.37.
The image looks like it is stretched by about 50% and it is corrupted.
I did bisect it and the the commit when it appeared the first time is:
f9d9c36204243d81e9d4dd28e58ee335257847d2
title: drm/radeon/kms: implement display watermark support for evergreen
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=35434
Summary: [RADEON:KMS:R600G] etqw: broken ground textures +
sporadic junk being displayed
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: bpaterni(a)gmail.com
A few pictures of what I'm seeing are attached.
Environment:
Linux kernel (Linus' current git with s3tc support)
libdrm, xf86-video-ati, mesa @ current git
RV770 [Radeon HD 4850]
[ 153.910] (II) RADEON(0): KMS Color Tiling: enabled
[ 153.910] (II) RADEON(0): KMS Pageflipping: enabled
[ 153.910] (II) RADEON(0): SwapBuffers wait for vsync: enabled
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=34359
Summary: Texture corruption and crashes on RV730 Pro AGP
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: steve(a)sk2.org
Hi,
(I'm reproducing this from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613596 as suggested by Julien
Cristau.)
Hi,
Since upgrading to libgl1-mesa-dri 7.10 with the Gallium driver, GL
applications (e.g. xmoto) either suffer texture corruption or cause GPU
lockups, sometimes recoverable, sometimes not. I haven't been able to get a
screen capture with texture corruption; in xmoto for instance the red buttons
have white lines through them.
Whether the game works with texture corruption or causes GPU lockups seems to
be decided at launch time, i.e. if the game launches it doesn't crash later,
but if it causes a GPU lockup it never gets to display anything. Killing the
game sometimes allows the system to recover; in other instances it's necessary
to reboot.
I tried running with mesa rebuilt from git master, and encountered the same
problems.
When the GPU locks up, the Oops is as follows:
Feb 16 07:07:35 heffalump kernel: [26468.968055] ------------[ cut here
]------------
Feb 16 07:07:35 heffalump kernel: [26468.968113] WARNING: at
/usr/src/linux-2.6-2.6.37/debian/build/source_i386_none/drivers/gpu/drm/radeon/radeon_fence.c:244
radeon_fence_wait+0x1f3/0x281 [radeon]()
Feb 16 07:07:35 heffalump kernel: [26468.968117] Hardware name: To Be Filled By
O.E.M.
Feb 16 07:07:35 heffalump kernel: [26468.968120] GPU lockup (waiting for
0x0001672D last fence id 0x0001672A)
Feb 16 07:07:35 heffalump kernel: [26468.968123] Modules linked in: isofs
vboxnetadp vboxnetflt vboxdrv sco bnep rfcomm l2cap binfmt_misc microcode fuse
ext4 jbd2 crc16 sha256_generic aes_i586 aes_generic cbc iTCO_wdt
iTCO_vendor_support tcp_diag inet_diag autofs4 loop grip w83627hf hwmon_vid
dm_crypt usblp cx22702 cx88_dvb cx88_vp3054_i2c videobuf_dvb dvb_core
snd_cs4236 snd_wavefront rc_hauppauge_new snd_hda_codec_hdmi snd_hda_intel
tuner_simple snd_hda_codec tuner_types snd_intel8x0 snd_wss_lib snd_ac97_codec
snd_usb_audio snd_opl3_lib sam_ba btusb snd_hwdep tda9887 ac97_bus snd_mpu401
snd_mpu401_uart tda8290 snd_usbmidi_lib bluetooth snd_seq_midi cx88_alsa pwc
snd_rawmidi snd_pcm_oss snd_mixer_oss rfkill usbserial snd_seq_midi_event tuner
joydev snd_pcm snd_seq cx8800 ir_lirc_codec lirc_dev cx8802 snd_timer
ir_sony_decoder ir_jvc_decoder ir_rc6_decoder snd_seq_device cx88xx
ir_rc5_decoder v4l2_common ir_nec_decoder snd videodev ir_common ir_core
psmouse v4l1_compat videobuf_dma_sg tveeprom videobuf_core tpm_tis
Feb 16 07:07:35 heffalump kernel: snd_page_alloc parport_pc soundcore tpm
serio_raw tpm_bios btcx_risc pcspkr ns558 gameport parport rng_core evdev
i2c_i801 processor shpchp pci_hotplug thermal_sys ext3 jbd mbcache dm_mod raid1
raid0 md_mod osst st hid_logitech ff_memless usbhid hid sg radeon sd_mod sr_mod
ttm cdrom crc_t10dif aic7xxx drm_kms_helper ata_generic uhci_hcd aic79xx
ehci_hcd scsi_transport_spi 3w_xxxx ata_piix drm libata firewire_ohci
i2c_algo_bit usbcore scsi_mod skge i2c_core firewire_core power_supply
crc_itu_t button nls_base [last unloaded: scsi_wait_scan]
Feb 16 07:07:35 heffalump kernel: [26468.968274] Pid: 10077, comm: xmoto Not
tainted 2.6.37-trunk-686-bigmem #1
Feb 16 07:07:35 heffalump kernel: [26468.968277] Call Trace:
Feb 16 07:07:35 heffalump kernel: [26468.968286] [<c1036005>] ?
warn_slowpath_common+0x6a/0x7b
Feb 16 07:07:35 heffalump kernel: [26468.968310] [<f8b56f1a>] ?
radeon_fence_wait+0x1f3/0x281 [radeon]
Feb 16 07:07:35 heffalump kernel: [26468.968316] [<c103607c>] ?
warn_slowpath_fmt+0x28/0x2c
Feb 16 07:07:35 heffalump kernel: [26468.968343] [<f8b56f1a>] ?
radeon_fence_wait+0x1f3/0x281 [radeon]
Feb 16 07:07:35 heffalump kernel: [26468.968358] [<c104b7a6>] ?
autoremove_wake_function+0x0/0x29
Feb 16 07:07:35 heffalump kernel: [26468.968377] [<f8a0e5a4>] ?
ttm_bo_wait+0xaa/0x132 [ttm]
Feb 16 07:07:35 heffalump kernel: [26468.968396] [<f8a10bf6>] ?
ttm_bo_move_accel_cleanup+0x76/0x240 [ttm]
Feb 16 07:07:35 heffalump kernel: [26468.968424] [<f8b575ed>] ?
radeon_move_blit+0x14b/0x16b [radeon]
Feb 16 07:07:35 heffalump kernel: [26468.968448] [<f8b5789d>] ?
radeon_bo_move+0x19b/0x1f8 [radeon]
Feb 16 07:07:35 heffalump kernel: [26468.968472] [<f8b57702>] ?
radeon_bo_move+0x0/0x1f8 [radeon]
Feb 16 07:07:35 heffalump kernel: [26468.968486] [<f8a0e951>] ?
ttm_bo_handle_move_mem+0x198/0x259 [ttm]
Feb 16 07:07:35 heffalump kernel: [26468.968501] [<f8a0fedd>] ?
ttm_bo_move_buffer+0xa1/0xc6 [ttm]
Feb 16 07:07:35 heffalump kernel: [26468.968515] [<f8a0ffab>] ?
ttm_bo_validate+0xa9/0xec [ttm]
Feb 16 07:07:35 heffalump kernel: [26468.968540] [<f8b58705>] ?
radeon_bo_list_validate+0x7e/0xd1 [radeon]
Feb 16 07:07:35 heffalump kernel: [26468.968565] [<f8b6a445>] ?
radeon_cs_ioctl+0x9c/0x167 [radeon]
Feb 16 07:07:35 heffalump kernel: [26468.968585] [<f876c4c5>] ?
drm_ioctl+0x224/0x2d7 [drm]
Feb 16 07:07:35 heffalump kernel: [26468.968613] [<f8b6a3a9>] ?
radeon_cs_ioctl+0x0/0x167 [radeon]
Feb 16 07:07:35 heffalump kernel: [26468.968621] [<c10aa9b0>] ?
handle_mm_fault+0x479/0xaa0
Feb 16 07:07:35 heffalump kernel: [26468.968638] [<f876c2a1>] ?
drm_ioctl+0x0/0x2d7 [drm]
Feb 16 07:07:35 heffalump kernel: [26468.968643] [<c10cd629>] ?
do_vfs_ioctl+0x49e/0x4e9
Feb 16 07:07:35 heffalump kernel: [26468.968650] [<c12a0efb>] ?
do_page_fault+0x353/0x36f
Feb 16 07:07:35 heffalump kernel: [26468.968654] [<c12a0ee8>] ?
do_page_fault+0x340/0x36f
Feb 16 07:07:35 heffalump kernel: [26468.968658] [<c10cd6b8>] ?
sys_ioctl+0x44/0x64
Feb 16 07:07:35 heffalump kernel: [26468.968664] [<c1008b1f>] ?
sysenter_do_call+0x12/0x28
Feb 16 07:07:35 heffalump kernel: [26468.968668] ---[ end trace
7d34de4a0d796cfb ]---
Feb 16 07:07:35 heffalump kernel: [26468.968680] [drm] Disabling audio support
Feb 16 07:07:35 heffalump kernel: [26468.984595] radeon 0000:01:00.0: f6e76800
unpin not necessary
Feb 16 07:07:35 heffalump kernel: [26468.984601] radeon 0000:01:00.0: GPU
softreset
Feb 16 07:07:35 heffalump kernel: [26468.984605] radeon 0000:01:00.0:
R_008010_GRBM_STATUS=0xF5703028
Feb 16 07:07:35 heffalump kernel: [26468.984609] radeon 0000:01:00.0:
R_008014_GRBM_STATUS2=0x00330302
Feb 16 07:07:35 heffalump kernel: [26468.984613] radeon 0000:01:00.0:
R_000E50_SRBM_STATUS=0x200000C0
Feb 16 07:07:35 heffalump kernel: [26468.984625] radeon 0000:01:00.0:
R_008020_GRBM_SOFT_RESET=0x00007FEE
Feb 16 07:07:35 heffalump kernel: [26468.999513] radeon 0000:01:00.0:
R_008020_GRBM_SOFT_RESET=0x00000001
Feb 16 07:07:36 heffalump kernel: [26469.015398] radeon 0000:01:00.0:
R_008010_GRBM_STATUS=0x00003028
Feb 16 07:07:36 heffalump kernel: [26469.015402] radeon 0000:01:00.0:
R_008014_GRBM_STATUS2=0x00000002
Feb 16 07:07:36 heffalump kernel: [26469.015406] radeon 0000:01:00.0:
R_000E50_SRBM_STATUS=0x200000C0
Feb 16 07:07:36 heffalump kernel: [26469.016407] radeon 0000:01:00.0: GPU reset
succeed
Feb 16 07:07:36 heffalump kernel: [26469.035388] radeon 0000:01:00.0: WB
disabled
Feb 16 07:07:36 heffalump kernel: [26469.081355] [drm] ring test succeeded in 1
usecs
Feb 16 07:07:36 heffalump kernel: [26469.081370] [drm] ib test succeeded in 1
usecs
Feb 16 07:07:36 heffalump kernel: [26469.081373] [drm] Enabling audio support
Let me know if you need any more info, or if you want me to try patches etc.
This could be https://bugs.freedesktop.org/show_bug.cgi?id=31532 but since
similar symptoms don't always imply the same bug, I'll leave it up to you
experts!
Regards, and thanks for your time,
Stephen
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=32511
Summary: glDrawPixels broken on savage
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/Savage
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: bugzi09.fdo.tormod(a)xoxy.net
Created an attachment (id=41267)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41267)
full backtrace in savageWriteRGBASpan_565()
The drawpix demo draws pixels spread around the screen instead of inside the
window. Each line drawn (194 pixels) get displayed in a cluster, but not as a
line. Only every 6th "line" get displayed, starting from the lower right of the
screen, going left, then up (see drawpix-many.png).
The cluster is divided in 4 squares of 8 times 8 pixels, where the first and
fourth square is not complete. Each square is drawn from left to right, then
from top to bottom. Square are drawn from left to right within a cluster. (See
drawpix-line.png).
I have tracked the drawing in mesa down to where it writes each pixel into the
renderbuffer in savageWriteRGBASpan_565(), see the full backtrace in
write_rgba-backtrace.gdb.
This is with latest git. I think I have seen similar corruption using the
antspotlight screensaver since a long time ago, and I never tried drawpix
before so this can be an old bug. The bug reporter of the downstream Ubuntu bug
says drawpix worked fine in Ubuntu 8.04 which had mesa 7.0.3.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=35254
Summary: Radeon TTM Crash With E-350 Fusion
Product: DRI
Version: XOrg CVS
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: DRM/Radeon
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: Michael(a)phoronix.com
Created an attachment (id=44397)
--> (https://bugs.freedesktop.org/attachment.cgi?id=44397)
dmesg 1
Dave & co: Another Fusion problem on my E35M1-M PRO setup... With Git of all
major components as of few days plus the kernel with the Fusion fix talked
about a few days ago, Warsow and Padman at least are crashing on load, 100%
reproducible so far for me (OpenArena though runs fine, haven't tested anything
else yet). Two example dmesg outputs attached, plus one with drm.debug=15.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.