[Mono-bugs] [Bug 81142][Nor] Changed - progressBar crash when fast updating value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 16 12:11:13 EDT 2007
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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81142
--- shadow/81142 2007-03-14 12:24:56.000000000 -0500
+++ shadow/81142.tmp.30265 2007-03-16 11:11:13.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 81142
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: edouard.sabatier at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -180,6 +180,12 @@
progressBar1.Value = valeur;
}
progressBar1.Value = 0;
}
}
}
+
+------- Additional Comments From georgegiolfan at yahoo.com 2007-03-16 11:11 -------
+I would not say that. You are using it from another thread. It may
+work on .NET Framework, but the documentation generally says it's not
+guaranteed. If you know it's supposed to be thread-safe, please
+provide more information (a link to the documentation).
More information about the mono-bugs
mailing list