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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79209 --- shadow/79209 2006-08-29 12:26:37.000000000 -0400 +++ shadow/79209.tmp.569 2006-08-29 12:26:37.000000000 -0400 @@ -0,0 +1,22 @@ +Bug#: 79209 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Blocker +Component: libgdiplus +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
