[Vm-dev] Issue 108 in cog: Access to stackPages broken in Stack/CoInterpreter>>#commonReturn

cog at googlecode.com cog at googlecode.com
Fri Nov 9 13:17:42 UTC 2012


Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 108 by stm... at gmail.com: Access to stackPages broken in  
Stack/CoInterpreter>>#commonReturn
http://code.google.com/p/cog/issues/detail?id=108

One of the branches in Stack/CoInterpreter>>#commonReturn does a `self  
freeStackPage: thePage` where all other places in the code do `stackPages  
freeStackPage: thePage`.

#freeStackPage: is not defined on self, so I suppose the attached patch is  
necessary.

The bug should be in the CogVM branch and the Pharo branches of the  
codebase.

Attachments:
	StackPages Access.1.cs  11.5 KB



More information about the Vm-dev mailing list