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

Paul Osman paul.osman@sympatico.ca
Sun, 16 Jun 2002 12:49:29 -0400


Christophe VG wrote:

>On Sun, 2002-06-16 at 15:29, Richard Torkar wrote:
>  
>
>>Confirmed.
>>
>>I've made src.rpm and i386.rpm of latest libgc6.
>>They are here:
>>http://java.thn.htu.se/~toor/libgc6-6.1alpha5-1.src.rpm
>>http://java.thn.htu.se/~toor/libgc6-6.1alpha5-1.i386.rpm
>>    
>>
>
>Hmm ... I must have a f***ed up machine ...
>
>[root@taurus root]# cat /etc/issue
>Red Hat Linux release 7.3 (Valhalla)   <--- here we are ;-)
>Kernel \r on an \m
>
>[root@taurus root]# rpm -qa | grep libgc
>libgc6-devel-6.1-1
>libgc6-6.1alpha5-1                     <------ yours
>[root@taurus root]# rpm --rebuild mono-0.12_baselabs-20020616.src.rpm 
>....
>[root@taurus root]# rpm -ihv
>/usr/src/redhat/RPMS/i386/mono-0.12_baselabs-20020616.i386.rpm 
>Preparing...          ########################################### [100%]
>   1:mono             ########################################### [100%]
>[root@taurus root]# mono
>Segmentation fault                     <----- Uh Oh 
>
>I can't confirm your conclusion using your RPM and a brand new mono
>SRPM.
>
>looking further
>
>Christophe
>
>  
>
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!
[posman@mrrobotnic posman]$ mint test.exe
Hello World!                                            <-- it works!!
[posman@mrrobotnic posman]$

this is the first time i've been able to get mono working on 7.3. took 
no rebuilding just installed the new libgc6 rpm.

Cheers,
Paul