[Mono-bugs] [Bug 432388] New: mono_thread_attach() causes infinite loop on win32 with --profile
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Oct 5 09:14:41 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=432388
Summary: mono_thread_attach() causes infinite loop on win32 with
--profile
Product: Mono: Runtime
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at lists.ximian.com
Found By: Development
When I ran "mono --profile" on Win32, it triggers an infinite loop in
mono_thread_attach() which is recently (this summer) changed.
The attached patch workarounds the issue. I have no further idea to fix the
actual issue.
An empty managed exe could reproduce the issue:
public class Test { public static void Main () {} }
--
Configure bugmail: https://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