Displaying 6 results from an estimated 6 matches for "whine_about_eof".
2015 Jun 17
8
[Bug 11338] New: Rsync Crash - Segmentation fault
...sform_ascii_internal () from
/lib64/libc.so.6
#1 0x0000003ad7e20264 in __gconv () from /lib64/libc.so.6
#2 0x0000003ad7e1f83c in iconv () from /lib64/libc.so.6
#3 0x000000000040d252 in iconvbufs ()
#4 0x0000000000423bce in rwrite ()
#5 0x0000000000423505 in rprintf ()
#6 0x000000000042b911 in whine_about_eof ()
#7 0x000000000042f5e2 in read_buf ()
#8 0x000000000042fde1 in read_int ()
#9 0x000000000043055d in setup_protocol ()
#10 0x000000000041ffb8 in client_run ()
#11 0x00000000004209c6 in main ()
Please let us know if any additional information is needed for debugging.
Regards,
Balveer Singh
--...
2001 Aug 22
1
@RSYNC EXIT / @RSYNC EOF
...F errors while reading a module listing if the remote
+ version is 24 or less. */
+int kludge_around_eof = False;
+
+
static int io_error_fd = -1;
static void read_loop(int fd, char *buf, int len);
@@ -106,9 +113,46 @@ static void read_error_fd(void)
}
-static int no_flush;
+static void whine_about_eof (void)
+{
+ /**
+ It's almost always an error to get an EOF when we're trying
+ to read from the network, because the protocol is
+ self-terminating.
+
+ However, there is one unfortunate cases where it is not,
+ which is rsync <2.4.6 sending a list of modules on a
+...
2005 Aug 20
0
[Bug 3020] New: Mac OS X/Darwin incorrectly shows read sockets ready when they aren't
...08-20 18:44:34.000000000 +0000
+++ io.c 2005-08-20 19:02:37.000000000 +0000
@@ -570,7 +570,7 @@
n = read(fd, buf, len);
- if (n <= 0) {
+ if ((n <= 0) && errno) {
if (n == 0)
whine_about_eof(fd); /* Doesn't return. */
if (errno == EINTR || errno == EWOULDBLOCK
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2014 Aug 22
2
[Bug 10776] New: SIGSEGV in utf8_internal_loop()
...rsync-3.1.0
Truncated backtrace:
Thread no. 1 (10 frames)
#0 utf8_internal_loop at ../iconv/loop.c:331
#1 __gconv_transform_utf8_internal at ../iconv/skeleton.c:611
#2 __gconv at gconv.c:79
#3 iconv at iconv.c:52
#4 iconvbufs at rsync.c:209
#5 rwrite at log.c:374
#6 rprintf at log.c:433
#7 whine_about_eof at io.c:222
#8 read_buf at io.c:1825
#9 read_int at io.c:1720
Full backtrace is available at
https://bugzilla.redhat.com/attachment.cgi?id=913207 .
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA conta...
2003 Jan 10
5
working on a 2.5.6pre1 release
I'm working on trying to get rsync 2.5.6pre1 available for people to
test more widely. I'm out of time for today, and I'm stuck on a problem
that some machines on build.samba.org are showing on the 'chgrp' test.
I can reproduce this on my home redhat 7.3 system too. It appears to be a
timing problem because when I do strace -F -f on it the problem goes away.
Everything seems
2013 Apr 16
7
[Bug 9798] New: rsync crash with SIGSEGV when read time out happens
...x8083c20 "rsync error: %s (code
%d) at %s(%d) [%s=%s]\n") at log.c:398
#7 0x08064107 in log_exit (code=12, file=0x80895e0 "io.c", line=134780384) at
log.c:829
#8 0x08058b1d in _exit_cleanup (code=12, file=0x80895e0 "io.c", line=635) at
cleanup.c:191
#9 0x08068cc1 in whine_about_eof (fd=134888740) at io.c:635
#10 0x08068f21 in read_timeout (fd=5, buf=0xbfffe984 "\036", len=4) at io.c:783
#11 0x08069933 in readfd_unbuffered (fd=5, buf=0xbfffe984 "\036", len=4) at
io.c:1041
#12 0x08069e38 in readfd (fd=5, buffer=0xbfffe984 "\036", N=4) at io.c:1187...