[Mono-list] Mono on OpenBSD - again
Marc Matteo
marcm@openbsd.org
Thu, 25 Nov 2004 17:27:05 +0000
Hi all,
I've been able to get Mono successfully compiled and installed on
OpenBSD with a minimal amount of work. I can even compile and run most
C# apps.
However, when using the -pkg option things don't go so well: I get a
"mono in free(): error: modified (chunk-) pointer" error.
Also, when serving aspx pages xsp simply locks up and mon_mono does too,
but at least mod_mono leaves this little tidbit in the error log: "mono
in free(): error: pointer to wrong page".
So, does this look familiar at all? I've had to compile Mono with
--with-gc=none because with any garbage collection it just freezes.
Thanks for any help, tips, pointers.
Marc