search for: sock_listen

Displaying 5 results from an estimated 5 matches for "sock_listen".

Did you mean: vsock_listen
2001 Jun 29
3
Fail to build R (PR#1005)
...nanoftp.o connect 0x240 sock.o connect 0x1520 nanoftp.o connect 0xe64 nanoftp.o connect 0x1014 nanohttp.o connect 0x4bc Rsock.o Sock_listen 0x778 Rsock.o Sock_listen 0xb0 Rsock.o memset 0x540 Rsock.o memset 0x2c8 Rsock.o memset 0xbc0 nanoftp.o memset...
2019 Jul 12
1
MacOS parallel::makeCluster fails
...lt;- makeCluster(2L) I freshly started the machine and did not open any other app. Just R.app (3.6.1). After executing the second line of code, R seems to hang infinitely and does not respond. The R process itself uses almost no CPU. Unfortunately, I do not have any experience with neither "Sock_listen" nor "dtruss". Is there an example somewhere available? Best Dominik ?Am 05.06.19, 10:18 schrieb "Tomas Kalibera" <tomas.kalibera at gmail.com>: Hi Dominik, from the output, the master process could not "listen" on the port where it...
2019 Jun 04
2
MacOS parallel::makeCluster fails
Hi all, The call parallel::makeCluster(1L) hangs infinitely on my MacOS machine which seems to be already reported by some people (e.g., https://stat.ethz.ch/pipermail/r-devel/2018-February/075565.html). However, the solutions posted on SO, GH or R-devel do not work in my case. So far, I unsuccessfully tested ? 1. Couple of reboots 2. Adding 192.0.0.1 to /etc/hosts 3. Using R.app
2019 Jun 05
0
MacOS parallel::makeCluster fails
...s good news. Then you could post such example and we could help more - if we can reproduce on our system indeed we could debug, if not there could at least be more directed advice on how to debug on your side. What I'd do myself if I could reproduce on my system would be instrument R around Sock_listen in internet module to see exactly what has failed with which error. Maybe dtruss would help too, but instrumenting may be easier. The earlier problem you mention has never been diagnosed (it was only intermittent on the reporter's machine, we could not reproduce on our systems, and despite...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...TPConnectAttempt': nanohttp.c:909: warning: passing arg 5 of `getsockopt' from incompatible pointer type gcc -no-cpp-precomp -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H -fno-common -g -O2 -c sock.c -o sock.lo sock.c: In function `Sock_listen': sock.c:189: warning: passing arg 3 of `accept' from incompatible pointer type gcc -no-cpp-precomp -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H -fno-common -g -O2 -c sockconn.c -o sockconn.lo gcc -bundle -flat_namespace -undefine...