[Mono-bugs] [Bug 576869] New: MessageBox from child form's web request freezes program
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 3 20:56:45 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=576869
http://bugzilla.novell.com/show_bug.cgi?id=576869#c0
Summary: MessageBox from child form's web request freezes
program
Classification: Mono
Product: Mono: Runtime
Version: 2.6.x
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Major
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: ryepdx at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Development
Blocker: ---
Description of Problem:
When the function assigned to
ServicePointManager.ServerCertificateValidationCallback launches a MessageBox
at the behest of a WebRequest on a form that is the child of another form, the
program freezes. In .NET the MessageBox launches without an issue.
Steps to reproduce the problem:
1. Run the attached code under Mono 2.6.1 and then click "Go for it" on the
second form.
Actual Results:
MessageBox frame materializes and then the application freezes.
Expected Results:
MessageBox pops up and program continues running.
How often does this happen?
Every time.
Additional Information:
I discovered this when trying to apply what I learned from
http://www.mono-project.com/UsingTrustedRootsRespectfully to my own program. As
my program is GUI based, using the console to get user input was out the
question so I tried replacing it with a MessageBox, leading to this error.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list