Bug 307055
| Summary: | [EGL] Add backtrace on errors when GLContext logging is enabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | WebKit Misc. | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 306911 | ||
| Bug Blocks: | |||
Adrian Perez
When an error is reported, we could add a backtrace to get a more precise idea about where the issue comes from. This may need using GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR instead of plain GL_DEBUG_OUTPUT_KHR, to ensure that the backtrace will correspond to the thread leading to the invocation of the GL context debug logging callback.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/57952
EWS
Committed 306862@main (cbcb2837f082): <https://commits.webkit.org/306862@main>
Reviewed commits have been landed. Closing PR #57952 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/169705610>