[Mono-list] Problems on FreeBSD with Beta 1

Paolo Molaro lupus@ximian.com
Tue, 18 May 2004 17:56:08 +0200


On 05/17/04 Supreme Overlord wrote:
> Just tried a new build with the May-17th snapshot with the same results.
> Here are two lines from a 'ps aux'. The process states never change.
> 
> root   39900  0.1  4.7 15852 5860  p0  S+    7:18PM   0:01.70 lt-mono
> --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f
> /pa
> root   39983  0.0  2.1  9440 2588  ??  Is    7:18PM   0:00.03 lt-mono
> --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f
> /pa
[...]
> > /usr/bin/install -c -m 644 mscorlib.dll /usr/local/lib/mscorlib.dll
> > MONO_PATH=. ../../mono/mini/mono --config ../../data/config
> > ./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root
> > /usr/local/lib
> > Package exported to: /usr/local/lib/mono/1.0
> > Accessibility installed into the gac (/usr/local/lib/mono/gac/)
> > 
> > Then it just hangs. I've mapped libc to libc.so.4 in the data/config
> > file. I would love to assist in finding out why this hangs, but I'm not
> > familiar with what needs to be done.

Is this a SMP machine?
Try attaching to the process with gdb and post a backtrace of all the
threads (thread apply all bt at the gdb command prompt).
You may also want to try a newer libgc from
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/, since the
changelog mentions fixes for FreeBSD (compile and install libgc and then
recompile mono after configuring with ./configure --with-gc=boehm).

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better