[Mono-dev] Interpreter?

Zoltan Varga vargaz at gmail.com
Tue Jul 3 11:53:00 EDT 2007


Also, trying to run hello, world is too much for a new port. Try
compiling the JIT
regression tests on a separate machine, then run them using
make rcheck in the mini directory. Finding errors in the JIT tests is
much easier since the tests are small. You might need to disable parts
of the JIT
initialization in mini_init () for a while, since that will invoke JIT
compiled code for
creating exception objects. There are ifdefs in that function for this purpose.

                                  Zoltan

On 7/3/07, Zoltan Varga <vargaz at gmail.com> wrote:
>                                   Hi,
>
>   My guess is that this needs some low level debugging through machine
> code. I.e.
> first find out where the execution is last transferred to JIT
> generated code before
> the crash, then single step from there with gdb.
>
>                 Zoltan
>
> >
> >
> > I haven't been able to locate the error(s) for several months now and
> > would appreciate any hints that could lead to some more progress.
> >
> > Thanks,
> >
> > Andreas
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
>



More information about the Mono-devel-list mailing list