[Mono-devel-list] Re: Any known issues with mono compilation on debian/amd64?

Gabriel Ebner ge at gabrielebner.at
Wed Mar 9 09:54:20 EST 2005


Marek Habersack <grendel at caudium.net> writes:

> The core isn't actually dumped, despite setting the correct ulimit, so I
> cannot provide the stack backtrace. Has anyone encountered such an error on
> a similar machine?

Have you tried commenting out the line with -fexceptions in
mono/libgc/configure.host?

,----[ configure.host ]
| # We should set -fexceptions if we are using gcc and might be used
| # inside something like gcj.  This is the zeroth approximation:
| if test :"$GCC": = :yes: ; then
| #    gc_cflags="${gc_cflags} -fexceptions"
| else
`----

See http://bugs.ximian.com/show_bug.cgi?id=60576

    Gabriel.




More information about the Mono-devel-list mailing list