https://bugs.freedesktop.org/show_bug.cgi?id=32188

--- Comment #17 from Droste <[email protected]> 2011-01-05 21:31:32 PST ---
It looks like 

static int bo_is_busy(struct radeon_bo_int *boi, uint32_t *domain) {...}
in radeon_bo_gem.c:220 (libdrm) 

returns that a bo is not busy but the bo is still mapped and in use. 

That's why the bo with the valid pointer gets from bo_wait list to the bo_free
list and is reused while still used by another part -> crash!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to