Segfault on PangoCairo.create_layout
See original GitHub issuepython3 -c "
> from gi.repository import Gtk, Pango, PangoCairo
> import cairocffi as cairo
> surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, 120, 120)
> context = cairo.Context(surface)
> layout = PangoCairo.create_layout(context)
> "
Segmentation fault (core dumped)
I do not get the same segfault when using cairo from pycairo.
Issue Analytics
- State:
- Created 9 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
c++ - Symbol lookup error when calling ...
Hi, I'm working on a C++ NodeJS addon, in which I'd like to use Cairo/Pango, but I'm having a number of linking issues....
Read more >PangoCairo Reference
Old Swift toolchain or Xcode. If, when you run swift build , you get a Segmentation fault (core dumped) or circular dependency error...
Read more >92053 – new pango causes segmentation fault in ...
i installed the debuginfo package. with gconf-editor, it only crashes once the mouse is moved over one of the entries in the left...
Read more >Identify what's causing segmentation faults (segfaults)
A segmentation fault (aka segfault) is a common condition that causes programs to crash; they are often associated with a file named core...
Read more >Segmentation fault
In computing, a segmentation fault (often shortened to segfault) or access violation is a fault, or failure condition, raised by hardware with memory ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

New docs URL: http://cairocffi.readthedocs.io/en/latest/cffi_api.html#converting-cairocffi-wrappers-to-pycairo
The issue here is not documented anymore (404 for the links posted by @SimonSapin), so I’m not sure what are the resolution steps for this.