[MacRuby-devel] Another Cucumber Related Bug

M. Scott Ford scott at vaderpi.com
Thu Feb 12 10:56:11 PST 2009


Hello,

The following block of code generates a segmentation fault. I am going  
to try to track down where it is coming from. Commenting out the  
args.extend line will prevent the failure.

I am going to digg in and try to figure out what is wrong, but I  
thought that an extra pair of eyes would be nice. Especially since I  
have no idea where to start. :) Any tips?

require 'optparse'
args = []
args.extend(OptionParser::Arguable)
args.clear

-Scott


More information about the MacRuby-devel mailing list