[Mono-bugs] [Bug 45694][Wis] New - Async invoke hangs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 1 Jul 2003 13:50:46 -0400 (EDT)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=45694

--- shadow/45694	Tue Jul  1 13:50:44 2003
+++ shadow/45694.tmp.16367	Tue Jul  1 13:50:46 2003
@@ -0,0 +1,46 @@
+Bug#: 45694
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Async invoke hangs
+
+-Download Maverick.NET-1.1.1.zip from http://mavnet.sourceforge.net/
+-unzip it.
+-cd Maverick/examples/Friendbook/
+-edit Web.config and change 'system' by 'System' for the 'Dispatcher' section.
+-copy server.exe from xsp
+-mono server.exe
+and then try http://127.0.0.1:8080
+
+Actual result:
+it hangs forever.
+
+Expected results:
+the page is shown.
+
+Additional information:
+When i hit Ctrl-C i get this stack trace:
+System.ExecutionEngineException: Interrupted (SIGINT).
+in (unmanaged) /lib/libc.so.6(__libc_nanosleep+0x11) [0x402f4e81]
+in (unmanaged) /lib/libpthread.so.0 [0x4020010a]
+in (unmanaged) /lib/libpthread.so.0(pthread_cond_timedwait+0x14) [0x40200296]
+in (unmanaged) /home/gpanjav/go-mono/install/lib/libmono.so.0 [0x400d3ad3]
+in (unmanaged) /home/gpanjav/go-mono/install/lib/libmono.so.0 [0x400dcdbc]
+in (unmanaged) /home/gpanjav/go-mono/install/lib/libmono.so.0 [0x400a55d7]
+in <0x00090> 08 System.Threading.WaitHandle:WaitOne_internal (intptr,int,bool)
+in <0x0002e> 00 System.Threading.WaitHandle:WaitOne (int,bool)
+in <0x00082> 00 System.Net.FileWebRequest:GetResponse ()
+in <0x00034> 00 System.Net.WebClient:OpenRead (string)
+......