[Mesa-dev] [Bug 107508] Crash in st_renderbuffer_delete()

2019-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107508 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 107508] Crash in st_renderbuffer_delete()

2018-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107508 --- Comment #6 from Olivier Fourdan --- So for the Xserver part, I posted https://patchwork.freedesktop.org/series/49182/ which will avoid the issue by not allowing the indirect conext creation, but chances are this particular issue/crash would

[Mesa-dev] [Bug 107508] Crash in st_renderbuffer_delete()

2018-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107508 --- Comment #5 from Olivier Fourdan --- And now I suspect this might be an xserver issue, crating indirect context should fail unless enableIndirectGLX is true... `DoCreateContext()` does that but `__glXDisp_CreateContextAttribsARB()` doesn't

[Mesa-dev] [Bug 107508] Crash in st_renderbuffer_delete()

2018-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107508 --- Comment #4 from Olivier Fourdan --- Humm, back to this... Some more observations: 1. The issue does not occur with direct context 2. The issue does not occur if the reproducer does _not_ call `glXMakeCurrent(display, 0, 0)` prior to `glXDe

[Mesa-dev] [Bug 107508] Crash in st_renderbuffer_delete()

2018-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107508 Olivier Fourdan changed: What|Removed |Added Attachment #140994|0 |1 is obsolete|

[Mesa-dev] [Bug 107508] Crash in st_renderbuffer_delete()

2018-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107508 --- Comment #2 from Olivier Fourdan --- Important (sorry I forgot), to reproduce, it requires Ajax' patch: https://patchwork.freedesktop.org/series/47686/ (Otherwise the reproducer dies with a [xcb] “Unknown sequence number while processing qu

[Mesa-dev] [Bug 107508] Crash in st_renderbuffer_delete()

2018-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107508 --- Comment #1 from Olivier Fourdan --- Note that I checked with both gdb/breakpoints and valgrind as well, it is not a double free or memory corruption. -- You are receiving this mail because: You are the assignee for the bug. You are the QA

[Mesa-dev] [Bug 107508] Crash in st_renderbuffer_delete()

2018-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107508 Bug ID: 107508 Summary: Crash in st_renderbuffer_delete() Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal