[Mono-list] Mono 0.6 has been released

Dietmar Maurer dietmar@ximian.com
Fri, 24 Aug 2001 07:52:32 +0200


Garrett Rooney wrote:

> another small program i tried (a simple fibinacci sequence) dies in
> mono_get_method, at line 363 of loader.c, trying to look something up
> in the method_cache hash table.
>
> i'm anxious to help debug these problems, but i don't really know
> where to start, so if someone can point me towards a place to look, or
> info that would help, i'd appreciate it.
>

Hi Garrett,

there are a number of test programs which are expected to run. They are in
mono/mono/tests/ (everything except struct.exe and stream.exe should work).
Maybe you can test that first.

- Dietmar