[Mono-bugs] [Bug 75239][Nor] Changed - Processes creating threads
have long pauses.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 5 16:28:48 EDT 2005
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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75239
--- shadow/75239 2005-07-01 12:38:57.000000000 -0400
+++ shadow/75239.tmp.9832 2005-07-05 16:28:48.000000000 -0400
@@ -3,20 +3,20 @@
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: misc
+Priority: Normal
+Component: io-layer
AssignedTo: dick at ximian.com
ReportedBy: vguzev at yandex.ru
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Summary: DNS.GetHostName() and huge number of threads
+Summary: Processes creating threads have long pauses.
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...
@@ -1627,6 +1627,13 @@
#5 0x080eb7fc in collection_thread (unused=0x0) at collection.c:36
#6 0x400ba9ed in start_thread () from /lib/tls/libpthread.so.0
#7 0x401a69ca in clone () from /lib/tls/libc.so.6
#0 0xffffe410 in ?? ()
(gdb)
+
+------- Additional Comments From bmaurer at users.sf.net 2005-07-05 16:28 -------
+The segfaults and hangs are now fixed in svn. The only remaining
+problem is that the test case frequently pauses. From what I can tell,
+this seems to be an issue in the io-layer. This is no longer major
+though because the process is always able to go forward within a few
+seconds.
More information about the mono-bugs
mailing list