<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - DRM : eglCreatePbufferSurface failed with error EGL_BAD_MATCH"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108967#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - DRM : eglCreatePbufferSurface failed with error EGL_BAD_MATCH"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108967">bug 108967</a>
from <span class="vcard"><a class="email" href="mailto:vishwavtu@gmail.com" title="Vishwanath Chandapur <vishwavtu@gmail.com>"> <span class="fn">Vishwanath Chandapur</span></a>
</span></b>
<pre>Hi
I have enabled -DEBUG flag in mesa driver
below part of code is crashing.
Log:
etnaviv_resource.c:634:etna_resource_used: Assertion `(rsc->pending_ctx == ctx)
|| !rsc->pending_ctx' failed.
Code:
/* TODO resources can actually be shared across contexts,
* so I'm not sure a single list-head will do the trick? */
debug_assert((rsc->pending_ctx == ctx) || !rsc->pending_ctx);
list_delinit(&rsc->list);
list_addtail(&rsc->list, &ctx->used_resources);
rsc->pending_ctx = ctx;
Need your help to solve this issue
With Regards
Vishwa</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>