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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75239 --- shadow/75239 2005-06-30 17:56:31.000000000 -0400 +++ shadow/75239.tmp.928 2005-06-30 19:07:29.000000000 -0400 @@ -1,22 +1,22 @@ Bug#: 75239 Product: Mono: Runtime -Version: 1.0 +Version: 1.1 OS: GNU/Linux [Other] OS Details: Linux skif 2.4.27 #1 SMP Thu Apr 14 15:25:11 MSD 2005 i686 athlon i386 GNU/Linux Status: NEW Resolution: Severity: Unknown Priority: Major -Component: io-layer +Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Summary: DNS.GetHostName() and huge number of threads +Summary: [PATCH] DNS.GetHostName() and huge number of threads Description of Problem: DNS.GetHostName() sometimes hangs on in my programs! When I tried to find a small example why does it happen I found another one error that's connected with DNS.GetHostName and multithreading as I think... @@ -906,6 +906,11 @@ #9 0x080a8ed6 in thread_cleanup (thread=0x0) at threads.c:204 #10 0x080a9285 in mono_thread_manage () at threads.c:1804 #11 0x0805bfa0 in mono_main (argc=1, argv=0xbfffe4e4) at driver.c:930 #12 0x0805b1aa in main (argc=0, argv=0x0) at main.c:6 #0 0xffffe410 in ?? () + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-30 19:07 ------- +The problem seems to be that a null thread was being cleaned up. I +added an assert for this on svn. The following patch fixes the issue +for me. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
