[Mono-bugs] [Bug 70278][Nor] New - compiling with mcs with the -pkg option results in a freeze

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Dec 2004 01:22:26 -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 marcm@openbsd.org.

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

--- shadow/70278	2004-12-07 01:22:25.000000000 -0500
+++ shadow/70278.tmp.4901	2004-12-07 01:22:26.000000000 -0500
@@ -0,0 +1,64 @@
+Bug#: 70278
+Product: Mono: Runtime
+Version: 1.1
+OS: other
+OS Details: OpenBSd 3.6-current
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: marcm@openbsd.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: compiling with mcs with the -pkg option results in a freeze
+
+Description of Problem:
+mcs freezes when using the -pkg option
+
+Steps to reproduce the problem:
+1. mcs hello.cs -pkg:foo
+
+Actual Results:
+It freezes
+
+Expected Results:
+It compiles
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+This is with 1.1.2 compiled from source on OpenBSD.  Also with --with-gc=none
+
+
+Program received signal SIGINT, Interrupt.
+0x0b54630d in poll () from /usr/lib/libc.so.34.2
+(gdb) bt
+#0  0x0b54630d in poll () from /usr/lib/libc.so.34.2
+#1  0x0704e9f0 in _thread_kern_poll () from /usr/lib/libpthread.so.6.0
+#2  0x0704e396 in _thread_kern_sched () from /usr/lib/libpthread.so.6.0
+#3  0x0704e62e in _thread_kern_sched_state_unlock ()
+   from /usr/lib/libpthread.so.6.0
+#4  0x0704c0c1 in pthread_cond_timedwait ()
+from /usr/lib/libpthread.so.6.0
+#5  0x1c06a733 in _wapi_handle_wait_signal_handle (handle=0x43)
+    at handles.c:1603
+#6  0x1c07ba0d in WaitForSingleObjectEx (handle=0x43,
+timeout=4294967295,
+    alertable=0) at wait.c:109
+#7  0x1c07c738 in WaitForMultipleObjectsEx (numobjects=1,
+handles=0x3c0d3c00,
+    waitall=1, timeout=4294967295, alertable=0) at wait.c:434
+#8  0x1c049336 in wait_for_tids (wait=0x3c0d3c00, timeout=4294967295)
+    at threads.c:1330
+#9  0x1c04956f in mono_thread_manage () at threads.c:1468
+#10 0x1c03a334 in mono_runtime_exec_managed_code (domain=0x3c063100,
+    main_func=0x1c017e78 <main_thread_handler>, main_args=0xcfbfb344)
+    at object.c:1529
+#11 0x1c0187a9 in mono_main (argc=4, argv=0xcfbfb3dc) at driver.c:830
+#12 0x1c017504 in main (argc=4, argv=0xcfbfb3dc) at main.c:6
+(gdb)