http://bugs.freedesktop.org/show_bug.cgi?id=22742





--- Comment #1 from Andre Maasikas <[email protected]>  2009-07-17 02:18:22 
PST ---
Can you start the game from terminal and upload the output
(if it hits an assert or faults it will be printed there)
Additionally from ssh, could you attach the game with gdb when in hangs
and get a backtrace.

Mine asserts with 
prey-demo.x86: radeon_texture.c:856: migrate_image_to_miptree: Assertion
`dstlvl->width == image->base.Width' failed.

Program received signal SIGABRT, Aborted.

(gdb) bt
#0  0xb7fff424 in __kernel_vsyscall ()
#1  0x448887c1 in raise () from /lib/libc.so.6
#2  0x4488a092 in abort () from /lib/libc.so.6
#3  0x448818ee in __assert_fail () from /lib/libc.so.6
#4  0xb61be6f6 in migrate_image_to_miptree (mt=0xb1c5f98, image=0xb198b30,
    face=0, level=1) at radeon_texture.c:856
#5  0xb61bed62 in radeon_validate_texture_miptree (ctx=0xadde880,
    texObj=0xb19aa90) at radeon_texture.c:973
#6  0xb61bcd65 in radeonMapTexture (ctx=0xadde880, texObj=0xb19aa90)
    at radeon_texture.c:162
#7  0xb61d236f in radeonSpanRenderStart (ctx=0xadde880) at radeon_span.c:509
#8  0xb630564c in swrast_render_start (ctx=0xadde880) at swrast/s_context.h:267
#9  0xb63056ee in read_color_image (ctx=0xadde880, x=0, y=0, type=5121,
    width=640, height=480) at swrast/s_texstore.c:80
#10 0xb63067f0 in _swrast_copy_texsubimage2d (ctx=0xadde880, target=3553,
    level=0, xoffset=0, yoffset=0, x=0, y=0, width=640, height=480)
    at swrast/s_texstore.c:511
#11 0xb626a6b4 in _mesa_CopyTexSubImage2D (target=3553, level=0, xoffset=0,
    yoffset=0, x=0, y=0, width=640, height=480) at main/teximage.c:3243
#12 0x080fb955 in strcpy ()
#13 0x0815e526 in strcpy ()
#14 0x0815f340 in strcpy ()
#15 0x08176f7c in strcpy ()
#16 0x0816644a in strcpy ()
#17 0x08133349 in strcpy ()
#18 0x0805dc1f in strcpy ()
#19 0x0805f61e in strcpy ()
#20 0x0805eff7 in strcpy ()
#21 0x082744ef in strcpy ()
#22 0x44873a66 in __libc_start_main () from /lib/libc.so.6
#23 0x0804b211 in strcpy ()

If you get different results I'll open a new bug for my system


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to