[squeak-dev] Re: Debbuging problems, FFI

Andreas Raab andreas.raab at gmx.de
Mon Aug 3 03:12:26 UTC 2009


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).

Cheers,
   - Andreas



More information about the Squeak-dev mailing list