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

           Summary: [TTM] assertion failure if Display list is nested
           Product: Mesa
           Version: CVS
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i915
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED], [email protected]


If execute a display list which call another display list, it will output below
info:
dlist: intel_bufmgr_ttm.c:634: dri_ttm_bo_map: Assertion `buf->virtual ==
((void *)0)' failed.

The backtrace info:

(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0x009d1159 in raise () from /lib/libc.so.6
#2  0x009d26e3 in abort () from /lib/libc.so.6
#3  0x009caabd in __assert_fail () from /lib/libc.so.6
#4  0xb7a7be95 in dri_ttm_bo_map (buf=0x1c18, write_enable=0 '\0')
    at intel_bufmgr_ttm.c:634
#5  0xb7a3ce0e in dri_bo_map (buf=0x8327e68, write_enable=0 '\0')
    at ../common/dri_bufmgr.c:81
#6  0xb7a3cf21 in dri_bo_get_subdata (bo=0x8327e68, offset=24, size=8, 
    data=0xbf9ad6ec) at ../common/dri_bufmgr.c:130
#7  0xb7a46855 in intel_bufferobj_get_subdata (ctx=0x8057c30, target=0, 
    offset=24, size=8, data=0xbf9ad6ec, obj=0x8327e38)
    at intel_buffer_objects.c:188
#8  0xb7b00ad1 in vbo_save_playback_vertex_list (ctx=0x8057c30, data=0x8327438)
    at vbo/vbo_save_draw.c:57
#9  0xb7a95c35 in execute_list (ctx=0x8057c30, list=Variable "list" is not
available.
) at main/dlist.c:5703
#10 0xb7a98fd7 in _mesa_CallList (list=2) at main/dlist.c:6786
#11 0xb7a91549 in _mesa_save_CallList (list=2) at main/dlist.c:963
#12 0xb7af000b in neutral_CallList (i=2) at main/vtxfmt_tmp.h:298
#13 0xb7a91549 in _mesa_save_CallList (list=2) at main/dlist.c:963
#14 0xb7f0918f in glCallList (list=2) at ../../../src/mesa/glapi/glapitemp.h:95
#15 0x080489cb in CreateList (whichList=1, listNum=1, mode=4865) at dlist.c:30
#16 0x08048a80 in test () at dlist.c:56
#17 0x08048af7 in display () at dlist.c:68
#18 0xb7e9953f in processWindowWorkList (window=0x804eae0) at glut_event.c:1306
#19 0xb7e9a012 in glutMainLoop () at glut_event.c:1353
#20 0x08048b73 in main (argc=1, argv=0xbf9ae2e4) at dlist.c:80

I use tip of drm and Mesa:
Drm commit: 7dcaf0cdbb57dcf85aa8798736948c280d3966b2
Mesa commit: 00e10a1385bfd376f5f45ad94e3543ac87f15de8


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to