[Mono-list] Mono segfaults under RedHat 7.3

Jared Smith jaredsmith@jaredsmith.net
12 May 2002 17:43:25 -0600


I'm trying to get Mono working under RedHat 7.3, but both the RPMS from
mono.baselabs.org and the mono-0.11 release give me a segfault.

Here's what I get from gdb on mono (0.11 release).  I also get the same
thing from mono out of CVS.  I'm guessing there's something wrong with
one of the RPMS, but I'm no expert on that sort of thing.  (I'm using a
stock install of RH 7.3, with the libgc6 rpms from mono.baselabs.org.)

---

[jared@jared mono-0.11]$ gdb /usr/local/bin/mono
GNU gdb Red Hat Linux (5.1.90CVS-5)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program: /usr/local/bin/mono 
[New Thread 1024 (LWP 24939)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 24939)]
0x400c3a47 in GC_register_dynamic_libraries () at dyn_load.c:488
488	dyn_load.c: No such file or directory.
	in dyn_load.c
(gdb)