[cairo] Crash with 1.4.4
Jordan Miner
jminer2613 at students.pcci.edu
Wed Apr 18 20:54:44 PDT 2007
Hello, I am still using cairo for the GUI library I am writing in D. I
just upgraded from 1.3.12 to 1.4.4, but on Windows the new version
crashes. I found that it was crashing on the call to cairo_create(), so I
put in printfs to narrow it down. I found that it is crashing in
cairo-pattern.c in _cairo_pattern_create_solid on the line:
CAIRO_MUTEX_LOCK (_cairo_pattern_solid_cache_lock);
_cairo_mutex_initialized is false.
I compiled cairo with Microsoft's compiler using my own makefile. Any
suggestions?
Jordan
More information about the cairo
mailing list