Chris00 / ocaml-cairo

Binding to Cairo, a 2D Vector Graphics Library.
GNU Lesser General Public License v3.0
54 stars 8 forks source link

crash on macOS catalina #18

Closed aryx closed 3 years ago

aryx commented 4 years ago

codemap from pfff (github.com/aryx/pfff) crashes on Catalina. Here is the assertion failing:

Assertion failed: (!x_link_empty_p(&s->stack)), function CGGStackRestore, file /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreGraphics/CoreGraphics-1348.12.4.3/CoreGraphics/Context/CGGStack.c, line 74. abort trap: 6

Have you seen something like that before?

My application is also using lablgtk2.

Chris00 commented 4 years ago

Have you seen something like that before?

Nope. Do you have a minimal example — with Cairo only (no Gtk)?

Chris00 commented 3 years ago

@aryx The message you posted is not clearly linked to cairo and you did not provide more details. Please reopen if you have a more complete report.