<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - GL_AMD_pinned_memory extension causing a kernel hardlock"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89734#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - GL_AMD_pinned_memory extension causing a kernel hardlock"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89734">bug 89734</a>
from <span class="vcard"><a class="email" href="mailto:deathsimple@vodafone.de" title="Christian König <deathsimple@vodafone.de>"> <span class="fn">Christian König</span></a>
</span></b>
<pre>(In reply to poub365-bugzilla from <a href="show_bug.cgi?id=89734#c7">comment #7</a>)
<span class="quote">> Installed the new kernel (3.19) and rebooted on it. Same freeze on the exit
> of Dolphin. Here's the new dmesg log. Hope I did it right.</span >
Yeah, thanks! That's exactly what I needed.
And my initial suspicion was right, for some reason we try to free the SG table
twice:
[ 141.833287] [drm:radeon_ttm_backend_unbind [radeon]] *ERROR* ttm->sg =
ffff880222930e00, ttm->sg->sgl = ffff8802238bd200
...
[ 141.898159] [drm:radeon_ttm_backend_unbind [radeon]] *ERROR* ttm->sg =
ffff880222930e00, ttm->sg->sgl = (null)
Which then obviously causes problems.
For a quick fix we could try to double check if we haven't already freed the
table, but I think the underlying problem is that we try to free the BO twice
as well.
@Michel any ideas?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>