|
5 | 5 | Condition |
6 | 6 | Error: |
7 | 7 | ! ! Native call to `processx_connection_read_chars` failed |
8 | | - Caused by error in `chain_call(c_processx_connection_read_chars, con, n)` at connections.R:294:39: |
| 8 | + Caused by error in `chain_call(c_processx_connection_read_chars, con, n)` at connections.R:302:3: |
9 | 9 | ! Cannot read from processx connection (system error 57, Socket is not connected) @processx-connection.c:1828 (processx__connection_read) |
10 | 10 |
|
11 | 11 | # errors |
|
15 | 15 | Condition |
16 | 16 | Error: |
17 | 17 | ! ! Native call to `processx_connection_create_socket` failed |
18 | | - Caused by error in `chain_call(c_processx_connection_create_socket, filename, encoding)` at connections.R:577:39: |
| 18 | + Caused by error in `chain_call(c_processx_connection_create_socket, filename, encoding)` at connections.R:590:3: |
19 | 19 | ! Server socket path too long: <tempdir>/<tempfile> |
20 | 20 | Code |
21 | 21 | conn_create_unix_socket("/dev/null") |
22 | 22 | Condition |
23 | 23 | Error: |
24 | 24 | ! ! Native call to `processx_connection_create_socket` failed |
25 | | - Caused by error in `chain_call(c_processx_connection_create_socket, filename, encoding)` at connections.R:577:39: |
| 25 | + Caused by error in `chain_call(c_processx_connection_create_socket, filename, encoding)` at connections.R:590:3: |
26 | 26 | ! Cannot bind to socket (system error 48, Address already in use) @processx-connection.c:442 (processx_connection_create_socket) |
27 | 27 | Code |
28 | 28 | conn_connect_unix_socket("/dev/null") |
29 | 29 | Condition |
30 | 30 | Error: |
31 | 31 | ! ! Native call to `processx_connection_connect_socket` failed |
32 | | - Caused by error in `chain_call(c_processx_connection_connect_socket, filename, encoding)` at connections.R:599:39: |
| 32 | + Caused by error in `chain_call(c_processx_connection_connect_socket, filename, encoding)` at connections.R:612:3: |
33 | 33 | ! Cannot connect to socket (system error 38, Socket operation on non-socket) @processx-connection.c:513 (processx_connection_connect_socket) |
34 | 34 |
|
0 commit comments