From: luke gruber Date: 2011-08-01T10:56:10+09:00 Subject: Re: system stack error in ObjectSpace.each_object > Typically, SystemStackError is due to recursing for too long, perhaps I > have > more memory than you, or perhaps the Ruby I'm using (1.9.2-p180) is less > memory intensive than the one you're using. Yeah, I'm running the same Ruby version and I have 4 gb of ram, not sure why I get this error. Just to be sure, the script in the file (unmodified) gives me no errors, but when I remove 'unless o.leader' on line 51, that's when I run into this problem. Anyway, thanks for checking. -Luke -- Posted via http://www.ruby-forum.com/.