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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
