more linux reftest debugging; force a cairo crash on error

This commit is contained in:
vladimir@pobox.com 2007-06-10 20:17:24 -07:00
parent bdf17e9c41
commit 0eb6690715

View File

@ -89,6 +89,9 @@ _cairo_error (cairo_status_t status)
{
assert (status > CAIRO_STATUS_SUCCESS &&
status <= CAIRO_STATUS_LAST_STATUS);
/* let's force a crash */
*(int*)0 = 4;
}
/**