-
Notifications
You must be signed in to change notification settings - Fork 343
Pixman renderer asserts when using scene graph #3285
Comments
Could you provide a stacktrace please |
I don't think you're using the API apropriately. I can run the scene-graph example with |
That is almost certainly the case, but I have no idea what mistake I am making. Debugging help would be greatly appreciated. |
https://github.com/DemiMarie/qubes-wayland/tree/f6823ba4a2845f96910d31ac61e2457cff89c2f2 contains the code I am using. |
I see you based your code on tinywl, there's a patch (#3250) that introduces the scene graph api, might be of help. Otherwise im afraid i can't debug your code, sorry. |
@bl4ckb0ne I think my code might have a reentrancy problem: it tries to render from an output commit event, which isn’t standard in wlroots if I understand correctly. |
If this is a user problem, I'll close this issue. |
When using the scene graph, the Pixman renderer crashes with an assertion failure. The other renderers have not been tested but presumably work.
The text was updated successfully, but these errors were encountered: