[Bug 108967] DRM : eglCreatePbufferSurface failed with error EGL_BAD_MATCH
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 15 22:48:17 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=108967
--- Comment #14 from Vishwanath Chandapur <vishwavtu at gmail.com> ---
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
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/etnaviv/attachments/20190115/82a54618/attachment.html>
More information about the etnaviv
mailing list