search for: __select_nocancel

Displaying 10 results from an estimated 10 matches for "__select_nocancel".

2008 Aug 18
8
DO NOT REPLY [Bug 5701] New: deadlock on local rsyncing, bisected to commit f303b749f2843433c9acd8218a4b9096d0d1bb8d
...g> Date: Sat Aug 2 09:14:36 2008 -0700 Added logic to the receiving side to ensure that the --delete-during code will not delete in a directory prior to receiving an I/O error for that directory (or not receiving it, as the case may be). $ gstack 22366 #0 0x0000000000a24ad3 in __select_nocancel () from /lib64/libc.so.6 #1 0x00007fa36509b660 in read_timeout () from /proc/22366/exe #2 0x00007fa36509bb86 in read_loop () from /proc/22366/exe #3 0x00007fa36509a241 in readfd_unbuffered () from /proc/22366/exe #4 0x00007fa36509bd33 in readfd () from /proc/22366/exe #5 0x00007fa36509c956 in...
2017 Feb 10
3
Pressing either Ctrl-\ of Ctrl-4 core dumps R
...or copyright info ==979== Command: /usr/lib/R/bin/exec/R --vanilla --quiet ==979== > 1+2 [1] 3 # At next prompt I press Ctrl-\. The same happens also when done in the middle of an entry. > ==979== ==979== Process terminating with default action of signal 3 (SIGQUIT) ==979== at 0x576C9C3: __select_nocancel (syscall-template.S:84) ==979== by 0x502EABE: R_SelectEx (in /usr/lib/R/lib/libR.so) ==979== by 0x502EDDF: R_checkActivityEx (in /usr/lib/R/lib/libR.so) ==979== by 0x502F32B: ??? (in /usr/lib/R/lib/libR.so) ==979== by 0x4F6988B: Rf_ReplIteration (in /usr/lib/R/lib/libR.so) ==979== by...
2007 Oct 14
3
DO NOT REPLY [Bug 5020] New: hang using RSYNC_CONNECT_PROG
...19 100% 321.79kB/s 0:00:00 (xfer#2, to-check=159294/159300) README.non-US 14740 100% 76.57kB/s 0:00:00 (xfer#3, to-check=159293/159300) ls-lR.gz 0 0% 0.00kB/s 0:00:00 (here the program is now hung) Program received signal SIGINT, Interrupt. 0x00002b84da6d9283 in __select_nocancel () from /lib64/libc.so.6 (gdb) rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(502) [receiver=3.0.0pre2] bt #0 0x00002b84da6d9283 in __select_nocancel () from /lib64/libc.so.6 #1 0x0000000000421d72 in writefd_unbuffered (fd=8, buf=0x56eba0 "", len=4092) at io.c:144...
2016 Jun 29
0
Rsync hung when applying batch file
..... select resumed> ) = 0 (Timeout) [pid 2142] select(6, [5], [], NULL, {60, 0} <unfinished ...> [pid 2145] <... select resumed> ) = 0 (Timeout) [pid 2145] select(4, [3], [], NULL, {60, 0} <unfinished ...> Stack from gdb: (gdb) backtrace #0 0x00007f14cf42c243 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:82 #1 0x00000000004277a3 in read_timeout (fd=5, buf=0xcbbbd0 "\004", len=8184) at io.c:662 #2 0x000000000042822e in readfd_unbuffered (fd=5, buf=0x7fffac015840 "\201i", len=4) at io.c:1020 #3 0x00000000004290c3 in readfd (fd=5, buffer=...
2016 Jun 29
0
Rsync hung when applying batch file
..... select resumed> ) = 0 (Timeout) [pid 2142] select(6, [5], [], NULL, {60, 0} <unfinished ...> [pid 2145] <... select resumed> ) = 0 (Timeout) [pid 2145] select(4, [3], [], NULL, {60, 0} <unfinished ...> Stack from gdb: (gdb) backtrace #0 0x00007f14cf42c243 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:82 #1 0x00000000004277a3 in read_timeout (fd=5, buf=0xcbbbd0 "\004", len=8184) at io.c:662 #2 0x000000000042822e in readfd_unbuffered (fd=5, buf=0x7fffac015840 "\201i", len=4) at io.c:1020 #3 0x00000000004290c3 in readfd (fd=5, buffer=...
2015 Jan 30
0
[Bug 1213] ssh-keyscan exits in mid-way
...roring out; instead, it's... hanging. I'm seeing this behavior crop up pretty consistently after running for several minutes. And it's wedged pretty tight, too---nothing happens even after letting it sit for several minutes more. Here's the backtrace: #0 0x00007ffff6836353 in __select_nocancel () from /lib64/libc.so.6 #1 0x00007ffff7f9f4d6 in ssh_packet_read_seqnr (ssh=0x7ffffb6e9cb0, typep=0x7fffffffde0f "", seqnr_p=0x7fffffffde10) at ../packet.c:1313 #2 0x00007ffff7fa669b in ssh_dispatch_run (ssh=0x7ffffb6e9cb0, mode=0, done=0x7ffff8207d78, ctxt=0x...
2016 Jan 21
1
[Bug 11683] New: hang on select when send many files
...signee: wayned at samba.org Reporter: tom916 at qq.com QA Contact: rsync-qa at samba.org iobuf.msg.size default is 32k so when send many files it may be hang on perform_io and why iobuf.msg.len always increase to big and never reduce .x86_64 (gdb) bt #0 0x000000322bce1353 in __select_nocancel () from /lib64/libc.so.6 #1 0x0000000000429d7a in perform_io (needed=154, flags=4) at io.c:742 #2 0x000000000042b45a in send_msg (code=MSG_LOG, buf=0x7fff8ed87400 "10.126.100.201 682364 tjtx-100-200_20160121_135901/aifang_dw/contract_snapshot_detail_20151103.MYD 682244 2015/12/05-18:53:...
2017 Feb 10
0
Pressing either Ctrl-\ of Ctrl-4 core dumps R
...bin/exec/R --vanilla --quiet > ==979== >> 1+2 > [1] 3 > > # At next prompt I press Ctrl-\. The same happens also when done in > the middle of an entry. > >> ==979== > ==979== Process terminating with default action of signal 3 (SIGQUIT) > ==979== at 0x576C9C3: __select_nocancel (syscall-template.S:84) > ==979== by 0x502EABE: R_SelectEx (in /usr/lib/R/lib/libR.so) > ==979== by 0x502EDDF: R_checkActivityEx (in /usr/lib/R/lib/libR.so) > ==979== by 0x502F32B: ??? (in /usr/lib/R/lib/libR.so) > ==979== by 0x4F6988B: Rf_ReplIteration (in /usr/lib/R/lib/li...
2017 Feb 12
1
Pressing either Ctrl-\ of Ctrl-4 core dumps R
...1+2 >> >> [1] 3 >> >> # At next prompt I press Ctrl-\. The same happens also when done in >> the middle of an entry. >> >>> ==979== >> >> ==979== Process terminating with default action of signal 3 (SIGQUIT) >> ==979== at 0x576C9C3: __select_nocancel (syscall-template.S:84) >> ==979== by 0x502EABE: R_SelectEx (in /usr/lib/R/lib/libR.so) >> ==979== by 0x502EDDF: R_checkActivityEx (in /usr/lib/R/lib/libR.so) >> ==979== by 0x502F32B: ??? (in /usr/lib/R/lib/libR.so) >> ==979== by 0x4F6988B: Rf_ReplIteration (in /...
2017 Apr 05
0
Transfer hangs, both sides waiting on receive
...f_out=4, pid=-1, argc=<optimized out>, argv=<optimized out>) at main.c:1213 #10 0x00007f87d88b4330 in start_client (argv=<optimized out>, argc=<optimized out>) at main.c:1382 #11 main (argc=2, argv=0x7f87d9000240) at main.c:1651 Host B (sender): #0 0x00007f9a7130a873 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007f9a71e447a2 in perform_io (needed=needed at entry=4, flags=flags at entry=17) at io.c:742 #2 0x00007f9a71e45e2e in raw_read_buf (buf=0x7ffe7c1aa380 "", len=4) at io.c:895 #3 0x00007f9a71e47643 in read_buf (f=<optimized out>...