Created
April 7, 2009 02:23
-
-
Save damog/91058 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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