[Mono-bugs] [Bug 52608][Cri] New - mcs hangs or core dumps on FreeBSD 4.9 Stable

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jan 2004 12:15:46 -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 luke@foolishgames.com.

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

--- shadow/52608	2004-01-05 12:15:46.000000000 -0500
+++ shadow/52608.tmp.5116	2004-01-05 12:15:46.000000000 -0500
@@ -0,0 +1,61 @@
+Bug#: 52608
+Product: Mono/Compilers
+Version: unspecified
+OS: other
+OS Details: 4.9-STABLE FreeBSD 4.9-STABLE #4: Fri Jan  2 01:59:31 EST 2004 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: luke@foolishgames.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs hangs or core dumps on FreeBSD 4.9 Stable
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+When trying to compile the hello.cs sample in the beginners guide,
+
+mcs hello.cs 
+Fatal error 'Illegal call from signal handler' at line ? in file
+/usr/src/lib/libc_r/uthread/uthread_mutex.c (errno = ?)
+Abort trap (core dumped)
+
+either i get that or the compiler hangs.  I'm using mono .29.
+
+Steps to reproduce the problem:
+1. created hello.cs by copy/paste into vi
+2. mcs hello.cs
+
+Actual Results:
+
+Fatal error 'Illegal call from signal handler' at line ? in file
+/usr/src/lib/libc_r/uthread/uthread_mutex.c (errno = ?)
+Abort trap (core dumped)
+
+Most of the time mcs just hangs.  (no output, nothing)
+
+
+Expected Results:
+hello.cs is compiled.
+
+
+How often does this happen? 
+core dumped 1 time, it has hung 10 times.
+
+
+Additional Information:
+
+here was my compile/install procedure for mono:
+install glib 2 from ports
+./configure --prefix=/usr/local
+gmake
+
+The system is a Celeron 1.3 gig, 256mb ram with FreeBSD 4.9 Stable.  I
+tried mono in native mode (no linux emulation).