[Mono-list] Mono SEGV on RedHat 7.3 system

Christophe VG mono@baselabs.org
30 May 2002 07:36:38 +0200


On Thu, 2002-05-30 at 01:55, Miguel de Icaza wrote:
> > If anyone already knows what is causing the problem, please let us know;
> > this will speed up the solution :)
> Libgc needs to be recompiled for Red Hat 7.3.  That is what a couple of
> people have reported on #mono.
> Miguel

Well, that was the first thing I tried ...

[ntt@taurus ntt]$ wget
http://mono.baselabs.org/software/libgc6-6.0.tar.gz
--07:31:43--  http://mono.baselabs.org/software/libgc6-6.0.tar.gz
           => `libgc6-6.0.tar.gz'
Resolving mono.baselabs.org... done.
Connecting to mono.baselabs.org[212.190.144.6]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 563,170 [application/x-tar]

100%[====================================>] 563,170      102.38K/s   
ETA 00:00

07:31:48 (102.38 KB/s) - `libgc6-6.0.tar.gz' saved [563170/563170]

[ntt@taurus ntt]$ su
Password: 
[root@taurus ntt]# rpm -ta libgc6-6.0.tar.gz 
....
[root@taurus ntt]# rpm -e libgc6
error: removing these packages would break dependencies:
	libgc.so.1   is needed by mono-0.11_baselabs-20020529
[root@taurus ntt]# rpm -e libgc6 --nodeps
[root@taurus ntt]# rpm -ihv
/usr/src/redhat/RPMS/i386/libgc6-6.0-3.i386.rpm
Preparing...                ###########################################
[100%]
   1:libgc6                 ###########################################
[100%]
[root@taurus ntt]# mono
Segmentation fault

so I also need to change something in the build process ...
will look into it later again :(

C
-- 
Supporting the Mono project, and helping you...

  http://mono.baselabs.org              http://mono.baselabs.org/CSAM
             ***                                     ***
"First steps" building guides,        CSAM the C Sharp Archived Modules
daily Mono RPMS, C# tutorial,...