nanomsg
nanomsg copied to clipboard
nanomsg library
I want to use netlink to listen for process exit event。I found that REP/REQ can't work `static int nl_connect() { int rc; int nl_sock; struct sockaddr_nl sa_nl; nl_sock = socket(PF_NETLINK,...
This change fixes issue #1082.
/home/root/application/latest/lib64/libnanomsg.so.5(nn_efd_signal+0x44)[0x7fae3938b4] /home/root/application/latest/lib64/libnanomsg.so.5(+0x121e4)[0x7fae38e1e4] /home/root/application/latest/lib64/libnanomsg.so.5(nn_ctx_leave+0x3c)[0x7fae38fa34] /home/root/application/latest/lib64/libnanomsg.so.5(+0x16930)[0x7fae392930] /home/root/application/latest/lib64/libnanomsg.so.5(+0x18ecc)[0x7fae394ecc] /home/root/application/latest/lib/libpthread.so.0(+0x77ac)[0x7fadb707ac] /lib/libc.so.6(+0xda70c)[0x7fad85d70c] Bad file descriptor [9] (/home/work/nanomsg/nanomsg-1.1.5/src/utils/efd_eventfd.inc:78) This error caused my program crash
 On line 26, a '*' may be missing after NOT
As per title: `src/pkgconfig.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} includedir=${prefix}/include libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_LIBDIR`. This leads to broken .pc files on NixOS in particular. (Deriving...
Hi, I am getting a signal 6 error when i am trying to fetch data from couchbase, this occurs at erratic intervals. I am using version 1.1 and from the...
please help me: Occasionally encounter exceptions in my project that cause the program to crash,gdb debugging information is as follows: #0 0x0000007f9e375378 in raise () from /lib/libc.so.6 No symbol table...
We are facing segfault issue in nanomsg library. We use PUB/SUB mechanism for communication. Following nanomsg thread routine is causing the crash. [Backtrace] #0 0x00007efd56091a2b in nn_usock_handler (self=0x56094724f870, src=1, type=1,...
Hi Team, We are using the nano messaging library for TCP communication. We are observing the below behavior in a process:- Way of nano msg library usage in our application...
I'm testing the PUSH/PULL socket using TCP transport. If IPv4only option was disabled, and try to connect with IPv4 address, the destination address resolved AF_INET, but local address which the...