From owner-freebsd-ruby@FreeBSD.ORG Sat Sep 20 12:06:07 2008 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C089A106566C for ; Sat, 20 Sep 2008 12:06:07 +0000 (UTC) (envelope-from freegenie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 494E68FC15 for ; Sat, 20 Sep 2008 12:05:59 +0000 (UTC) (envelope-from freegenie@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1102279uge.39 for ; Sat, 20 Sep 2008 05:05:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=upocbrGZ6qHHAGGYCjwkwuLfrPkkcLMNujVfqCv5sY0=; b=ZESdFSsKjcAYnuaqlMw/e5X61b9+A4v+nawEKUrM61j9tp6Kw9D5AtJg+amaUb5gZS jTkgAjKlS8b+MfONsob3uZiSR7+Z4qPnUXlhIsXR/ReLTxVe77HXb6jSTNTlUZzX3MMf /Z9LM5D6gmbi1wxkkYvzwy/WbHsP+7YbaKch4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=bnDlIMzUsf/N3aJpCT51rz+HgLiFpGd8gzQJSsYaXMJMA2138C/rvFJbdBfOOLEIcz 1yA7lvKEQjzIaFL6av0M54O0ua/6mqjjn9YbCFOdvXCCkeWhpqyK9Til29aaq6WS7BH5 pYJn8GMwjZgSue68LK1SACuVdzXDvuFGV5Pho= Received: by 10.67.116.9 with SMTP id t9mr1097664ugm.65.1221911147607; Sat, 20 Sep 2008 04:45:47 -0700 (PDT) Received: from ?192.168.2.2? ( [87.18.210.29]) by mx.google.com with ESMTPS id k2sm828364ugf.18.2008.09.20.04.45.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Sep 2008 04:45:46 -0700 (PDT) Message-Id: <9B3151D5-F139-41B0-A191-B27DB34658D5@gmail.com> From: Fabrizio Regini To: freebsd-ruby@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Sat, 20 Sep 2008 13:45:29 +0200 X-Mailer: Apple Mail (2.926) Subject: Segmentation fault error X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 12:06:07 -0000 Hi Everybod, I'm having a problem with a freebsd 6.2 machine. I just updated to the latest ruby port, and I get this error while updating Rails gem: # gem update rails Updating installed gems Bulk updating Gem source index for: http://gems.rubyforge.org/ Updating rails Bulk updating Gem source index for: http://gems.rubyforge.org/ /usr/local/lib/ruby/1.8/yaml.rb:133: [BUG] Segmentation fault ruby 1.8.6 (2008-08-11) [i386-freebsd6] Line 133 is this one: 132 def YAML.load( io ) 133 yp = parser.load( io ) 134 end Any clue? Thanks Fabrizio