Project

General

Profile

Actions

Bug #11225

closed

r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL

Added by ngoto (Naohisa Goto) almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.0dev (2015-06-05) [sparc64-solaris2.10]
[ruby-core:69469]

Description

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.


Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #11224: test/socket/test_nonblock.rb:266: [BUG] Segmentation fault at 0x00000000000008 on sparc Solaris 10ClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0