[Mono-bugs] [Bug 70477][Maj] Changed - mkbundle --deps, resulting binary hangs on WebRequest.GetResponse()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 12:33:04 -0500 (EST)


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

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

--- shadow/70477	2005-02-22 10:54:05.000000000 -0500
+++ shadow/70477.tmp.18924	2005-02-22 12:33:04.000000000 -0500
@@ -27,6 +27,19 @@
         HttpWebResponse res = (HttpWebResponse)req.GetResponse();
     }
 }
 
 ------- Additional Comments From james@ximian.com  2005-02-22 10:54 -------
 Yup, hangs for me too.
+
+------- Additional Comments From miguel@ximian.com  2005-02-22 12:33 -------
+This bug is caused because we fail to register the images.
+
+I used the above command line with:
+
+mkbundle --deps sample.exe
+
+Notice that this program for some reasons pulls Mono.Posix (have not
+tracked who pulls it), so Snorp, you might want to link against that
+as well.
+
+Miguel.