[Mono-bugs] [Bug 63203][Blo] New - Hang inside genmdesc on windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Aug 2004 05:18:08 -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 joe@uti.is.
http://bugzilla.ximian.com/show_bug.cgi?id=63203
--- shadow/63203 2004-08-17 05:18:08.000000000 -0400
+++ shadow/63203.tmp.31766 2004-08-17 05:18:08.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 63203
+Product: Mono: Runtime
+Version: unspecified
+OS: Windows XP (Cygwin)
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: joe@uti.is
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Hang inside genmdesc on windows
+
+When building the windows runtime from source code using the build script
+http://www.mono-project.com/contributing/mono-build-w32.sh
+
+genmdesc hangs (Loops with high processor usage)
+"./genmdesc ./cpu-pentium.md cpu-pentium.h pentium_desc"
+
+gdb bt gives me the following stacktraces for the place where it loops
+infinetely:
+
+#0 0x77e965d3 in Kernel32!GetPrivateProfileStructW ()
+#1 0x1003e84 in getprogname () from /usr/bin/cygwin1.dll
+#2 0x00+af0d0 in ?? ()
+
+or
+
+#0 0x77ea31c7 in Kenral32!GetAtomNameA ()