[Mono-bugs] [Bug 79209][Blo] Changed - cairo-font.c ref counting needs to be threadsafe
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 29 12:26:58 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79209
--- shadow/79209 2006-08-29 12:26:37.000000000 -0400
+++ shadow/79209.tmp.604 2006-08-29 12:26:58.000000000 -0400
@@ -17,6 +17,11 @@
Summary: cairo-font.c ref counting needs to be threadsafe
the attached test doesn't run to completion due to multiple threads having
access to the same cairo font object. Cairo has a cache of fonts which is
locked properly for access from multiple threads), but the individual font
objects have no locking in the ref/unref methods.
+
+------- Additional Comments From toshok at ximian.com 2006-08-29 12:26 -------
+Created an attachment (id=17544)
+test case
+
More information about the mono-bugs
mailing list