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 (smtp.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 04AA419E006B for ; Wed, 3 Feb 2016 19:01:53 +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 CCF3CB5D8D3 for ; Wed, 3 Feb 2016 19:36: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 7C4B818CC7E3 for ; Wed, 3 Feb 2016 19:36:11 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id B97771204DA; Wed, 3 Feb 2016 19:36:11 +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 800C91204C5 for ; Wed, 3 Feb 2016 19:36:06 +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=pdqWpaPn0tiK1LOvmop9sZj9QEw=; b=zvNcZWYkx/TGSOLbZK HU4nGfPqMif7KKpT8zP+W6XSYOIHKyuBWLOfpxeYnGR4ieCmbg2+Rq03OkMULnsy HvZsa7T6v+Mw4CJohE2nmhM5Y75UfUxDxmWiLdspzcaJ3bSOaKVx5G6sN+QQaO75 dlzneHN88EIlGrjlfqDpgTw1I= Received: by filter0436p1mdw1.sendgrid.net with SMTP id filter0436p1mdw1.24117.56B1D81024 2016-02-03 10:36:00.355004213 +0000 UTC Received: from herokuapp.com (ec2-54-145-125-246.compute-1.amazonaws.com [54.145.125.246]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id mUC2v1QuRZi3jbZsO867-w for ; Wed, 03 Feb 2016 10:36:00.324 +0000 (UTC) Date: Wed, 03 Feb 2016 10:36:00 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 48266 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11850 X-Redmine-Issue-Author: 0x0dea X-Redmine-Sender: usa 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS5IfQ4EiETr5gQQaNKla+PlPCUY8d4fTzrOyT 7kkB4hAJ6lNZYKH9FzWF2uaazl0JRJIHq1w5scDLn+2tVrvTcG3kcP5XkvVRCs+7V8UzucxswIE1Dn xEzqoZkhcizRTopSFd7jOHZWVaw5I4M4pvEPsJ3R522TRNJ7Iv0cZ7tUDQ== X-ML-Name: ruby-core X-Mail-Count: 73671 Subject: [ruby-core:73671] [Ruby trunk Bug#11850] `define_method(:foo, &:bar)` segfaults irrespective of location or arguments. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11850 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED ---------------------------------------- Bug #11850: `define_method(:foo, &:bar)` segfaults irrespective of location or arguments. https://bugs.ruby-lang.org/issues/11850#change-56863 * Author: D.E. Akers * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-12-20 trunk 53209) [x86_64-linux] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED ---------------------------------------- `define_method(:foo, :bar.to_proc)` behaves as it did in previous versions of Ruby. -- https://bugs.ruby-lang.org/