From: Yukihiro Matsumoto Date: 2006-07-10T11:02:04+09:00 Subject: Re: [ ruby-Bugs-4949 ] segmentation fault while evaluating printf:Kernel Hi, In message "Re: [ ruby-Bugs-4949 ] segmentation fault while evaluating printf:Kernel" on Thu, 6 Jul 2006 03:03:34 +0900, writes: |Initial Comment: |I tried | | $ ruby -e 'printf("%12378378773f\n", 1.2)' | |on the command line. The result is | | $ -e:1: [BUG] Segmentation fault It's fixed in the recent version of Ruby. matz.