On Mon, Aug 3, 2009 at 12:12 AM, Andreas Raab <andreas.raab@gmx.de> wrote:
Mariano Martinez Peck wrote:
   Andreas, does your change fixes the issue? Because its not clear from
   your message - is it solves the problem altogether, or it is just a
   first step towards proper fix?

Thanks Igor. I had the same questions as you. However, I downloaded that new version, and tried but I got same results (the behaviour of the first email). I mean, when I did step over in the api call I landed in and in MethodContext(ContextPart)>>runUntilErrorOrReturnFrom:

If that happens then you haven't updated your image. You can verify this by looking for both implementors and senders of #tryInvokeWithArguments: - there should be exactly one implementor (ExternalFunction) and one sender (ContextPart).

Andreas: I double checked and I see ExternalFunction>>tryInvokeWithArguments:    but then I look senders, I see no senders. I am trying with FFI-Kernel-ar.11.
Should I do something more?

Thanks for the help,

Mariano
 


Cheers,
 - Andreas