From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 808FA1960005 for ; Sat, 20 Jun 2015 23:12:32 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id BE386B5D93D for ; Sat, 20 Jun 2015 23:35:43 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 8D1A797A827 for ; Sat, 20 Jun 2015 23:35:46 +0900 (JST) X-Virus-Scanned: amavisd-new at nagaokaut.ac.jp Authentication-Results: funfun.nagaokaut.ac.jp (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=sendgrid.me Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fUVqbV5LVhp7 for ; Sat, 20 Jun 2015 23:35:46 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 409AD97A820 for ; Sat, 20 Jun 2015 23:35:46 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 51F1F95243A for ; Sat, 20 Jun 2015 23:35:43 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id B2E9A12047B; Sat, 20 Jun 2015 23:35:41 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 8B23E12043D for ; Sat, 20 Jun 2015 23:35:38 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=3BNOZtVZgqVDUOuCWgrT2tfVHj0=; b=g6tQbx0RNxYJ3fd8Ih socpRkFmr3TxaI1b8sI0Lt37I/1nWBNCt+riQrxNua37b27xRAQGU6+KLSGz68lL 0Nl8eAQfq/pyF8iDIcVhbrj5wMiiBoIw72l4njv2cRl5BOKJqLP7y+alHAo2C+EW ouW4zH4qLg7EvOf+cNzZxim0Y= Received: by filter0824p1mdw1.sendgrid.net with SMTP id filter0824p1mdw1.20528.55857A3610 2015-06-20 14:35:34.566926087 +0000 UTC Received: from herokuapp.com (ec2-23-20-237-27.compute-1.amazonaws.com [23.20.237.27]) by ismtpd-012 (SG) with ESMTP id 14e11656530.21ae.382c1f for ; Sat, 20 Jun 2015 14:35:34 +0000 (UTC) Date: Sat, 20 Jun 2015 14:35:34 +0000 From: airmol11@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 44251 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11290 X-Redmine-Issue-Author: airmol11 X-Redmine-Sender: airmol11 X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS5tty43AMy7CE12k1+QlvzVpZV7r9VK6xzIXd zrC5WwkmdccpqOIzs1sOXVDv4kH4fDmj729+K5Tv5ZVCg09cmcfhHMU8InMDwHIHVTTzYdJLCK4Nqw 1gtzojd//6/bd4QR/1iESKeYh44w+Sf6laWD X-ML-Name: ruby-core X-Mail-Count: 69691 Subject: [ruby-core:69691] [Ruby trunk - Bug #11290] [Open] Abort: 6 error running sample app X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11290 has been reported by aaron henderson. ---------------------------------------- Bug #11290: Abort: 6 error running sample app https://bugs.ruby-lang.org/issues/11290 * Author: aaron henderson * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Going through Ruby on Rails course, working through initial install. Running into an issue running sample_app... -- https://bugs.ruby-lang.org/