[Bug 32188] radeon evergreen (5xxx) segfault (Komodo Edit, other apps)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 5 21:31:32 PST 2011


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

--- Comment #17 from Droste <tdroste at gmx.de> 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.


More information about the xorg-driver-ati mailing list