Changes between Initial Version and Version 1 of Ticket #44358


Ignore:
Timestamp:
Jul 17, 2014, 2:51:38 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44358 – Description

    initial v1  
    11The cairo 1.12.16_2 port is generally working for me, but consistently crashing when run with the following code:
    22
     3{{{
    34#include <cairo.h>
    45
     
    2526    return 0;
    2627}
     28}}}
    2729
    2830The crash occurs in cairo_clip_intersect_rectangle_box. The exact same program is working fine under Linux and also works fine on my Mac if I manually build the latest Cairo code from git rather than use the MacPorts version.