https://github.com/ryanflannery/cairo_xcb_segfault
example triggering a segfault when using cairo + xcb
https://github.com/ryanflannery/cairo_xcb_segfault
Last synced: about 1 month ago
JSON representation
example triggering a segfault when using cairo + xcb
- Host: GitHub
- URL: https://github.com/ryanflannery/cairo_xcb_segfault
- Owner: ryanflannery
- Created: 2018-11-11T02:07:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T05:55:13.000Z (over 7 years ago)
- Last Synced: 2025-01-11T10:16:04.435Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cairo + xcb segfault test code
i wrote this to help debug and solve an issue where cairo can segfault when
changing the xcb display info being passed to it.
many thanks to Uli Schlachter who finally helped me solve it in:
https://lists.cairographics.org/archives/cairo/2018-November/028791.html