Project

General

Profile

« Previous | Next » 

Revision 56bb6e7d

Added by tenderlovemaking (Aaron Patterson) almost 5 years ago

Only check if the current ep is a local or not, then mark

The vm mark function should only check if the current frame is a local
or not and then mark values in that frame. Since it's walking up the
stack looking at each cfp, then all ep's should be examined.

This fixes a bug in the Rails tests where we're seeing segv in railties.

Thanks Yasuo Honda for giving me a reliable repro!