Skip to content

Instantly share code, notes, and snippets.

@damog
Created April 7, 2009 02:23
Show Gist options
  • Save damog/91058 to your computer and use it in GitHub Desktop.
Save damog/91058 to your computer and use it in GitHub Desktop.
david@devbox:~$ ruby --version
ruby 1.8.7 (2008-08-11 patchlevel 72) [powerpc-linux]
david@devbox:~$ uname -a
Linux devbox 2.6.26-1-powerpc #1 Sat Jan 10 14:00:38 CET 2009 ppc GNU/Linux
david@devbox:~$ irb
irb(main):001:0> Thread.start { $SAFE = 4; eval 'f = Hash.new {|h,k| h[k] = h[k-1]+h[k-2]};f[0]=1;f[1]=1;f[1000000]' }.value
Segmentation fault
david@devbox:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment