Changes since version 1.46.0: * test: fix license blurb (Ben Noordhuis) * linux: fix harmless warn_unused_result warning (Shuduo Sang) * darwin: fix build warnings (小明) * linux: don't use io_uring on pre-5.10.186 kernels (Ben Noordhuis) * fs: fix WTF-8 decoding issue (Jameson Nash) * test: enable disabled tcp_connect6_error_fault (Ben Noordhuis) * test: enable disabled fs_link (Ben Noordhuis) * test: enable disabled spawn_same_stdout_stderr (Ben Noordhuis) * linux: handle UNAME26 personality (Ben Noordhuis) * build: move cmake_minimum_required version to 3.9 (Keith Winstein) * unix: set ipv6 scope id for link-local addresses (Ben Noordhuis) * unix: match kqueue and epoll code (Trevor Norris) * win,spawn: allow `%PATH%` to be unset (Kyle Edwards) * doc: switch to Furo, a more modern Sphinx theme (Saúl Ibarra Corretgé) * darwin: make TCP_KEEPINTVL and TCP_KEEPCNT available (小明) * win,fs: avoid winapi macro redefinition (Brad King) * linux: add missing riscv syscall numbers (michalbiesek) * doc: fix broken "Shared library" Wikipedia link (Alois Klink) * unix: get mainline kernel version in Ubuntu (Santiago Gimeno) * unix: get mainline kernel version in Debian (Ben Noordhuis) * build: fix qemu install in CI-unix workflow (Santiago Gimeno) * unix: disable io_uring close on selected kernels (Santiago Gimeno) * test: skip tests when ipv6 is not available (Santiago Gimeno) * ibmi: implement ifaddrs, getifaddrs, freeifaddrs (Abdirahim Musse) * unix: reset signal counters after fork (SmorkalovG) * win,process: avoid assert after spawning Store app (Jameson Nash) * unix: remove pread/preadv conditionals (Ben Noordhuis) * unix: remove pwrite/pwritev conditionals (Ben Noordhuis) * darwin: remove workaround for data corruption bug (Ben Noordhuis) * src: default to stream=stderr in handle printer (Ben Noordhuis) * test: switch to new-style ASSERT_EQ macros (Pleuvens) * zos: correctly get cpu model in uv_cpu_info() (jolai) * test: fix get_passwd2 on IBM i (Abdirahim Musse) * unix: don't malloc on sync uv_fs_read (Ben Noordhuis) * freebsd: get fs event path with fcntl(F_KINFO) (David Carlier) * test: switch from ASSERT_* to ASSERT_PTR_* (Pleuvens) * darwin: workaround apple pthread_cond_wait bug (Julien Roncaglia) * doc: uv_close should be called after exit callback (Pleuvens) * test: 192.0.2.0/24 is the actual -TEST-NET-1 (prubel) * unix: add back preadv/pwritev fallback (Ben Noordhuis) * unix: rename variable for consistency (Ben Noordhuis) * unix: merge read/write code into single functions (Ben Noordhuis) * doc: filename arg to uv_fs_event_cb can be NULL (Ben Noordhuis) * build,win: we need to link against shell32.lib (Per Allansson) * unix: no preadv/pwritev workaround if not needed (Jeffrey H. Johnson) * build: add CI for Windows ARM64 (build only) (Per Allansson) * linux: disable io_uring on 32 bits arm systems (Ben Noordhuis) * build: run sanitizers on macos ci (Ben Noordhuis) * misc: export WTF8 conversion utilities (Jameson Nash) * build: fix libuv.a file name for cmake (Jameson Nash) * build: add windows ubsan and clang ci (Matheus Izvekov) * win: improve accuracy of ProductName between arch (Christian Heimlich) -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEz7ucqaW+r9cOKzxaeaZ8VaNnnIsFAmVJLa4ACgkQeaZ8VaNn nIvdMw//XQzU1OasKcghWZZAFmrgy8D+40Q5drSgCFryAA+WA9wXruKOeqQ3vw7+ 9Xwai97fMbxGSFhR2IwjbwD8o8DZotDTMBgSUvuyAlzdw0xB2D+eAnvxaMmYg2km R5eNb2KgmzhC7HFuPbpjWbL1mEnBU8rTSzV6yeMs2LXfLquJoopmgAjB2MXS6/Fr +WkwJx7/B/3wEhhbX5sopd6PT8UcWdbSvB/S+PU12kI0KgJeJlq0jXd5LyDaQYI6 j4XYcpgEp8B/gyiXSgso+eg1CiZQUYVMXZ5+6YA5le/s5ieJwJ2cEvo/HJa5guZ/ PBb+ulucUaupBzQFaPYwnrEzE3YHNVppBcfryxqn48Ih0Z9pNs/6EdxqggYvAyWk VA9Yi0qDFSFgD0hZSkvi/m/UEH17FLTac1DSob4EKfwAJ04spmEtiBWaL+7wQ/ca Kc819NXBaFUb+BEkN711B1CvaT6aef9wZcis42MPHjHJ19BNgb4uAa3GbmrvB2dt EodLGlbOAkKLFC29qAGeKZKhnSWfZS/HvuyqMOgONuJTj0Jm/RdwqIsvILejtj32 7m9saTkRWav4L1yvksUYT24WIk1e324gBgm9411IggdDILgbLYrwWNZb56FgMDQb cqmg0Ap6zMZ9UOf4hfqTiKZPjqqfxgSp20zCjVTy+vsCSXJnFaQ= =7yzD -----END PGP SIGNATURE----- Merge tag 'v1.47.0' into merge_1.47.0
138 lines
3.6 KiB
C
138 lines
3.6 KiB
C
/* Copyright (c) 2015, Ben Noordhuis <info@bnoordhuis.nl>
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
* copyright notice and this permission notice appear in all copies.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
|
|
#include "uv.h"
|
|
#include "task.h"
|
|
|
|
#include <string.h> /* memset */
|
|
#ifndef _WIN32
|
|
#include <unistd.h> /* close */
|
|
#endif
|
|
|
|
struct thread_ctx {
|
|
uv_barrier_t barrier;
|
|
uv_os_fd_t fd;
|
|
};
|
|
|
|
static void thread_main(void* arg) {
|
|
struct thread_ctx* ctx;
|
|
uv_fs_t req;
|
|
uv_buf_t bufs[1];
|
|
char buf[4096];
|
|
ssize_t n;
|
|
int uv_errno;
|
|
|
|
bufs[0] = uv_buf_init(buf, sizeof(buf));
|
|
|
|
ctx = arg;
|
|
uv_barrier_wait(&ctx->barrier);
|
|
|
|
uv_sleep(100); /* make sure we are forcing the writer to block a bit */
|
|
do {
|
|
uv_errno = uv_fs_read(NULL, &req, ctx->fd, bufs, 1, -1, NULL);
|
|
n = req.result;
|
|
uv_fs_req_cleanup(&req);
|
|
} while (n > 0 || (n == -1 && uv_errno == UV_EINTR));
|
|
|
|
ASSERT_OK(n);
|
|
}
|
|
|
|
|
|
#ifdef _WIN32
|
|
static void write_cb(uv_write_t* req, int status) {
|
|
ASSERT_OK(status);
|
|
req->handle = NULL; /* signal completion of write_cb */
|
|
}
|
|
#endif
|
|
|
|
#ifdef _WIN32
|
|
#define NWRITES (10 << 16)
|
|
#else
|
|
#define NWRITES (10 << 20)
|
|
#endif
|
|
|
|
|
|
TEST_IMPL(pipe_set_non_blocking) {
|
|
struct thread_ctx ctx;
|
|
uv_pipe_t pipe_handle;
|
|
uv_thread_t thread;
|
|
size_t nwritten;
|
|
char data[4096];
|
|
uv_buf_t buf;
|
|
uv_os_fd_t fd[2];
|
|
int n;
|
|
#ifdef _WIN32
|
|
uv_write_t write_req;
|
|
#endif
|
|
|
|
ASSERT_OK(uv_pipe_init(uv_default_loop(), &pipe_handle, 0));
|
|
ASSERT_OK(uv_pipe(fd, 0, 0));
|
|
ASSERT_OK(uv_pipe_open(&pipe_handle, fd[1]));
|
|
ASSERT_OK(uv_stream_set_blocking((uv_stream_t*) &pipe_handle, 1));
|
|
/* fd[1] is owned by pipe_handle now. */
|
|
#ifdef _WIN32
|
|
fd[1] = INVALID_HANDLE_VALUE;
|
|
#else
|
|
fd[1] = -1;
|
|
#endif
|
|
|
|
ctx.fd = fd[0];
|
|
ASSERT_OK(uv_barrier_init(&ctx.barrier, 2));
|
|
ASSERT_OK(uv_thread_create(&thread, thread_main, &ctx));
|
|
uv_barrier_wait(&ctx.barrier);
|
|
|
|
buf.len = sizeof(data);
|
|
buf.base = data;
|
|
memset(data, '.', sizeof(data));
|
|
|
|
nwritten = 0;
|
|
while (nwritten < NWRITES) {
|
|
/* The stream is in blocking mode so uv_try_write() should always succeed
|
|
* with the exact number of bytes that we wanted written.
|
|
*/
|
|
n = uv_try_write((uv_stream_t*) &pipe_handle, &buf, 1);
|
|
#ifdef _WIN32
|
|
ASSERT_EQ(n, UV_EAGAIN); /* E_NOTIMPL */
|
|
ASSERT_OK(uv_write(&write_req,
|
|
(uv_stream_t*) &pipe_handle,
|
|
&buf,
|
|
1,
|
|
write_cb));
|
|
ASSERT_NOT_NULL(write_req.handle);
|
|
ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_ONCE));
|
|
ASSERT_NULL(write_req.handle); /* check for signaled completion of write_cb */
|
|
n = buf.len;
|
|
#endif
|
|
ASSERT_EQ(n, sizeof(data));
|
|
nwritten += n;
|
|
}
|
|
|
|
uv_close((uv_handle_t*) &pipe_handle, NULL);
|
|
ASSERT_OK(uv_run(uv_default_loop(), UV_RUN_DEFAULT));
|
|
|
|
ASSERT_OK(uv_thread_join(&thread));
|
|
#ifdef _WIN32
|
|
ASSERT_NE(0, CloseHandle(fd[0])); /* fd[1] is closed by uv_close(). */
|
|
fd[0] = INVALID_HANDLE_VALUE;
|
|
#else
|
|
ASSERT_OK(close(fd[0])); /* fd[1] is closed by uv_close(). */
|
|
fd[0] = -1;
|
|
#endif
|
|
uv_barrier_destroy(&ctx.barrier);
|
|
|
|
MAKE_VALGRIND_HAPPY(uv_default_loop());
|
|
return 0;
|
|
}
|