[Mono-bugs] [Bug 56599][Nor] Changed - mcs compile hangs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Apr 2004 15:33:06 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56599
--- shadow/56599 2004-04-10 15:30:05.000000000 -0400
+++ shadow/56599.tmp.28647 2004-04-10 15:33:05.000000000 -0400
@@ -84,6 +84,21 @@
I am completely unable to emerge mono because of this, but I found that I
can go into the /var/tmp/portage/mono/work directory and compile mcs
myself. When I do this, it still hangs, but when that occurs I can
Ctrl+C the process and start over. It will usually make it past the
problematic file, but then hang again later on another file. After about
5 times I finally get the whole thing compiled...
+
+------- Additional Comments From miguel@ximian.com 2004-04-10 15:33 -------
+It is hard from the above information to reproduce the problem.
+
+Could you try doing a gdb attach to the mono process, and
+gettting a stack trace for all the threads?
+
+(gdb) thread apply all bt
+
+Then for each "funny" number that comes up on the trace without
+a real method name, please do:
+
+(gdb) p print_method_from_ip (0x2342342)
+
+Miguel