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 AF08419E005A for ; Tue, 22 Dec 2015 06:56:52 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 65BF7B5D8BD for ; Tue, 22 Dec 2015 07:29:10 +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 997D018CC7B8 for ; Tue, 22 Dec 2015 07:29:10 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 1D6D71204F4; Tue, 22 Dec 2015 07:29:08 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 124951204EA for ; Tue, 22 Dec 2015 07:29:04 +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=noFYVHdwvwjBYfF7U1p2iIN0wos=; b=G6L1HMh2kb/KFjb4Pe 4T/AUiZBJWM8Atv6xegQgD3lk4QgqOdZPEmsU4M2MCx409L1kAVkwfQm1Fpj5Bod LQO3uY3rvtnY6dRb7H2Pz6Sb8U8dQ19CvtACGFLIuVEU36xHLK009C5bxbARGvjg O7+ZuHk2tsBqR4x/jezaib/Xo= Received: by filter0901p1mdw1.sendgrid.net with SMTP id filter0901p1mdw1.26202.56787D2B6 2015-12-21 22:28:59.089827835 +0000 UTC Received: from herokuapp.com (ec2-107-20-24-47.compute-1.amazonaws.com [107.20.24.47]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id eZxh5XJDTZCJMve_EjO3Ig for ; Mon, 21 Dec 2015 22:28:59.084 +0000 (UTC) Date: Mon, 21 Dec 2015 22:28:59 +0000 From: nilton.vasques@openmailbox.org 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: 47024 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11857 X-Redmine-Issue-Author: niltonvasques X-Redmine-Sender: niltonvasques 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS4cmId73+khxwl4o7XJ/w1nEn5ceCt5OutPZc xBP2wJlgk+jeJsGDtTfjq9YGvzwoauZP+ha/hABoaGd+bn1ftqYg39T2WMhQVXijzBTxgTJ3OZp0HX RZ5Z162+bgPQ+sk+g3VvUbt8ilRMAw2FyhKy3EMilfsFzwB1UIICYCOT8g== X-ML-Name: ruby-core X-Mail-Count: 72423 Subject: [ruby-core:72423] [Ruby trunk - Bug #11857] [Open] Segmentation Fault in readline 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 #11857 has been reported by Nilton Vasques. ---------------------------------------- Bug #11857: Segmentation Fault in readline https://bugs.ruby-lang.org/issues/11857 * Author: Nilton Vasques * Status: Open * Priority: Normal * Assignee: * ruby -v: 2.2.3 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- I'm using a rails environment and this bug happens after I put rspec gem in my Gemfile and run a bundle install. The log generated after segmentation is attachment and I'm available for further clarifications about the bug. The bug nows persistent occur when I run rake, rails c or rails s. ---Files-------------------------------- error.log (246 KB) -- https://bugs.ruby-lang.org/