[Mono-devel-list] Can't compile mcs on FreeBSD due to mono core dump
Rui Lopes
rui at ruilopes.com
Sun Aug 31 12:44:39 EDT 2003
Hi all,
I'm trying to compile mono and mcs on FreeBSD; but when trying to build
mcs, mono core dumps:
gmake[1]: Entering directory `/usr/home/rgl/Projects/mono/work/mcs/mcs'
mcs -d:NET_1_1 -g /target:exe /out:mcs.exe AssemblyInfo.cs
anonymous.cs assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs
class.cs codegen.cs const.cs constant.cs convert.cs decl.cs delegate.cs
enum.cs ecore.cs expression.cs flowanalysis.cs genericparser.cs
interface.cs iterators.cs literal.cs location.cs modifiers.cs
namespace.cs parameter.cs pending.cs report.cs rootcontext.cs
statement.cs support.cs typemanager.cs symbolwriter.cs tree.cs
cs-parser.cs
** ERROR **: file exceptions-x86.c: line 984
(mono_arch_handle_exception): assertion failed: (jit_tls->abort_func)
aborting...
Abort trap (core dumped)
gmake[1]: *** [mcs.exe] Error 134
gmake[1]: Leaving directory `/usr/home/rgl/Projects/mono/work/mcs/mcs'
Also look at the attached bt.
My mcs script is:
#!/bin/sh
PREFIX=/home/rgl/Projects/mono/root
$PREFIX/bin/mono $PREFIX/bin/mcs.exe "$@"
I've tried to use mint, but this one spins the CPU at 100% and doesn't
produce any output.
I'm using:
- FreeBSD 5.1-RELEASE;
- monolite from 25 August 2003;
just copied mcs.exe to PREFIX/bin and all .dll to PREFIX/lib.
- mono and mcs source from cvs (31 August 2003);
- boehm 6.2 with --disable-threads (as installed from FBSD ports).
Contact me if you need more info.
Hope someone can help me figure what is happening!
Thanks,
Rui Lopes
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bt.txt
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030831/08bac47d/attachment.txt
More information about the Mono-devel-list
mailing list