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 5AA4A1960014 for ; Tue, 30 Jun 2015 12:36:35 +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 53AAAB5D847 for ; Tue, 30 Jun 2015 13:01:51 +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 C20ED97A84B for ; Tue, 30 Jun 2015 13:01:52 +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 nFSInXBcDnUu for ; Tue, 30 Jun 2015 13:01:52 +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 82BEF97A849 for ; Tue, 30 Jun 2015 13:01:52 +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 1068D95243E for ; Tue, 30 Jun 2015 13:01:51 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 3C7001204D4; Tue, 30 Jun 2015 13:01:51 +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 B274B1204AC for ; Tue, 30 Jun 2015 13:01:47 +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=mMsWsznlvEZR29BAUx/3WQiPGd0=; b=bmkMQSvH7BlA9wlLNp YvljKNBd5clERrYB0P4dYWmpbYSL/8Q7/njGEgQvuxub5c4v4yZ0VeoTxEJkOs3e C1y1akSAxS+5E4WLmfj4R/k94iHpuata+E1/sZgcMn8zEr1xVFubzkTSLcPG1MG7 pu6AgYjQ7c2DBz2XANCuVXUWY= Received: by filter0793p1mdw1.sendgrid.net with SMTP id filter0793p1mdw1.27608.559214A54 2015-06-30 04:01:41.986109473 +0000 UTC Received: from herokuapp.com (ec2-54-163-6-103.compute-1.amazonaws.com [54.163.6.103]) by ismtpd-017 (SG) with ESMTP id 14e42a0a7e0.1124.50fe22 for ; Tue, 30 Jun 2015 04:01:41 +0000 (UTC) Date: Tue, 30 Jun 2015 04:01:41 +0000 From: usa@garbagecollect.jp 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: 44389 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11225 X-Redmine-Issue-Author: ngoto 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS4WPhvm4D38bmqu2dixesKJJfWN8bzNwKNl9/ ge2z2oncNUjl89pvS1N84RFBEmig0RYEyuT0euIslnh5wW+5hIfYFBHpSU4s1tk2gUO5vvPWsg7EYe q8bxzHq1V42pV1N72gU7WhlnNh3dPEIegflL X-ML-Name: ruby-core X-Mail-Count: 69797 Subject: [ruby-core:69797] [Ruby trunk - Bug #11225] r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL 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 #11225 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 #11225: r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL https://bugs.ruby-lang.org/issues/11225#change-53189 * Author: Naohisa Goto * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-06-05) [sparc64-solaris2.10] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED ---------------------------------------- On systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL such as Solaris 10, when passing 3 or more arguments to rsock_bsock_sendmsg and rsock_bsock_sendmsg_nonblock that internally call bsock_sendmsg_internal, r50775 or before: NotImplementedError is raised as follows. ~~~ rb_raise(rb_eNotImpError, "control message for sendmsg is unimplemented"); ~~~ after r50776: ArgumentError is raised in rb_scan_args(argc, argv, "12", ...) I think the behavior change is not intended. -- https://bugs.ruby-lang.org/