[Mono-list] Re: Unknown heap type?

J. Perkins jason@379.com
Mon, 19 Aug 2002 14:22:52 -0400


I should have mentioned - when I rebuild the app using mcs, it
will run fine under Mono. It only fails when built with csc. I
should have also mentioned that I'm using the last RPM snapshot
from baselabs, before they went down.

Jason
379


-------- Original Message --------
Subject: Unknown heap type?
Date: Mon, 19 Aug 2002 13:32:38 -0400
From: J. Perkins <jason@379.com>
To: Mono-list <Mono-list@ximian.com>

I have a relatively small app that I use to generate my project
build scripts (for GNU tools, Viz Studio, etc.) I had been
compiling it with csc, and then running it under Mono on Linux.
I recently made some changes, and now Mono is giving me:

	** Message: Unknown heap type: #-

...followed by a null reference. I have not been able to create
a smaller test case than the full app that will cause this fault.
Is there anything that I can do to help isolate this problem, so
that I can log a useful bug report? Alternatively, I could post
the sources and a binary on my website, if that would help.