ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:69469] [Ruby trunk - Bug #11225] [Open] r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL
       [not found] <redmine.issue-11225.20150605155402@ruby-lang.org>
@ 2015-06-05 15:54 ` ngotogenome
  2015-06-30  4:01 ` [ruby-core:69797] [Ruby trunk - Bug #11225] " usa
  1 sibling, 0 replies; 2+ messages in thread
From: ngotogenome @ 2015-06-05 15:54 UTC (permalink / raw)
  To: ruby-core

Issue #11225 has been reported by Naohisa Goto.

----------------------------------------
Bug #11225: r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL
https://bugs.ruby-lang.org/issues/11225

* Author: Naohisa Goto
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0dev (2015-06-05) [sparc64-solaris2.10]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ruby-core:69797] [Ruby trunk - Bug #11225] r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL
       [not found] <redmine.issue-11225.20150605155402@ruby-lang.org>
  2015-06-05 15:54 ` [ruby-core:69469] [Ruby trunk - Bug #11225] [Open] r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL ngotogenome
@ 2015-06-30  4:01 ` usa
  1 sibling, 0 replies; 2+ messages in thread
From: usa @ 2015-06-30  4:01 UTC (permalink / raw)
  To: 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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-30  3:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11225.20150605155402@ruby-lang.org>
2015-06-05 15:54 ` [ruby-core:69469] [Ruby trunk - Bug #11225] [Open] r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL ngotogenome
2015-06-30  4:01 ` [ruby-core:69797] [Ruby trunk - Bug #11225] " usa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).