[Mono-list] Re: Mono release 0.12 / RH7.3 / segmentation fault

Christophe VG mono@baselabs.org
Sun, 16 Jun 2002 21:32:38 +0200


> Just to confirm another success, I was able to get mono working on rh
> 7.3 without any troubles using the rpm's provided by Richard (thank you!):
>
> [posman@mrrobotnic posman]$ cat /etc/issue
> Red Hat Linux release 7.3 (Valhalla)                    <-- the culprit
> Kernel \r on an \m
>
> [posman@mrrobotnic posman]$ rpm -qa | grep libgc6       <-- Richard's rpm
> [posman@mrrobotnic posman]$ rpm -qa | grep mono         <-- from
> mono.baselabs.org
> mono-0.12_baselabs-20020613
> [posman@mrrobotnic posman]$ mcs test.cs
> RESULT: 0                                               <-- no segfault!

really seems I've got a f**ked up system ... this seems an exact copy of
yours to me ... ;-)

[root@taurus root]# rpm -qa | grep glib2
glib2-devel-2.0.1-2
glib2-2.0.1-2
[root@taurus root]# rpm -qa | grep pkgconfig
pkgconfig-0.12.0-1.ximian.1
[root@taurus root]# rpm -qa | grep libgc
libgc6-devel-6.1-1
libgc6-6.1alpha5-1
[root@taurus root]# rpm -ihv
http://mono.baselabs.org/software/mono-0.12_baselabs-20020613.i386.rpm
Retrieving
http://mono.baselabs.org/software/mono-0.12_baselabs-20020613.i386.rpm
Preparing...                ###########################################
[100%]
   1:mono                   ###########################################
[100%]
[root@taurus root]# mono
Segmentation fault

Now I really want to know what's wrong ... *grmbl*

On with the search ...

C