Without looking at the VMMaker code I guess that this is a DNU of the message between:and: (the currentClass in lookupMethodClass: has pointer 4, which is the nil object, so it seems the lookup failed). To debug this, I would look what the receiver class is (i.e., 1171660) and then why it does not understand this message. BTW, do you also use Pharo as the image to simulate?
Cheers, Adrian On Sep 5, 2009, at 23:28 , Andrey Larionov wrote: > I'm file in Fixes from Mantis, and move on, but there is another error > occured. Im attach log for clarifiacation. > Now i'm dive into interpreter and try to understand why it happend. > > On Sat, Sep 5, 2009 at 22:10, Andrey Larionov<[email protected]> > wrote: >> Thanks, Guys. I'll try it later. >> >> On Sat, Sep 5, 2009 at 22:07, David T. Lewis<[email protected]> >> wrote: >>> Thanks, that would be very helpful. I just reassigned Mantis 6555 to >>> myself, and I'll be happy to add any VMMaker changes. >> > <PharoDebug.log>_______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
