[Mono-list] seg fault
Michael C McHugh
mcm75@dana.ucc.nau.edu
Tue, 07 Oct 2003 12:54:26 -0700 (MST)
Hello,
I am trying to run mono and mod-mono-server.exe but mono appears to hate
me.
Right now this is mono .28 and mod_mono .5 and I appear to get lots of
seg faults
mono ./mod-mono-server.exe --applications /mono:. &
[1] Segmentation fault mono ./mod-mono-server.exe --applications
/mono:.
I can get a verison on mono which shoots back
mono --version
Mono JIT compiler version 0.28, (C) 2002, 2003 Ximian, Inc.
which is great, however trying anything with mcs such as
mcs --version
/usr/local/mono/bin/mcs: line 2: 4310 Segmentation fault
/usr/local/mono/bin/mono /usr/local/mono/bin/mcs.exe "$@"
or
mcs ./hello.cs
line 2: 4384 Segmentation fault /usr/local/mono/bin/mono
/usr/local/mono/bin/mcs.exe "$@"
and even a previously compiled hello.exe no longer functions
mono /home/mcm75/hello.exe
Segmentation fault
I previously ran mono and mod_mono from a two or three week old cvs. Might
that have anything to do with it?
Otherwise is there anything I can do to get more information to figure out
what my problem is?
Thanks