[Mono-bugs] [Bug 75534][Maj] New - Consecutive calls to FontFamily.FontFamilies yield strange results

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 12 08:12:36 EDT 2005


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 c_feller at informatik.uni-kl.de.

http://bugzilla.ximian.com/show_bug.cgi?id=75534

--- shadow/75534	2005-07-12 08:12:36.000000000 -0400
+++ shadow/75534.tmp.3317	2005-07-12 08:12:36.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 75534
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Mandrake 10.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Drawing.
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: c_feller at informatik.uni-kl.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Consecutive calls to FontFamily.FontFamilies yield strange results
+
+Description of Problem:
+When I call FontFamily.Families for about 5 times I get strange results.
+The names of some FontFamilies get "corrupt".
+
+Steps to reproduce the problem:
+1. Compile and run the attached example
+
+Actual Results:
+(These are just examples)
+malayalame
+Densmore
+Independence
+
+Expected Results:
+(these are corresponding to the expamples above)
+malayalam
+Densmoreanagan
+Independenceitch
+
+How often does this happen? 
+Every time I run the program.
+
+Additional Information:
+There are some commented calls to Thread.Sleep in the example, that do not
+affect the outcome if they are actually called.


More information about the mono-bugs mailing list