[Mono-list] seg fault

Gonzalo Paniagua Javier gonzalo@ximian.com
Wed, 08 Oct 2003 22:12:18 +0200


El mar, 07-10-2003 a las 21:54, Michael C McHugh escribió:
> 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?

Well, this seems unrelated to xsp as you can't even run a "hello world"
program.

> 
> Otherwise is there anything I can do to get more information to figure out
> what my problem is?

What's you OS/distribution? Did you install from packages? If so,
/usr/local/mono/bin is probably not the place where a package would
install it.... May be that "mono" is there from a previous install?

-Gonzalo