search for: __gconv

Displaying 3 results from an estimated 3 matches for "__gconv".

Did you mean: __conv
2015 Jun 17
8
[Bug 11338] New: Rsync Crash - Segmentation fault
...tachment.cgi?id=11170&action=edit Core file generated at crash Dear Team, We are facing a crash in rsync on one of our production servers. We have updated rsync to the latest version 3.1.1 but still crash is observed. Below call stack is generated by the crash: (gdb) #0 0x0000003ad7e25433 in __gconv_transform_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 0x000000000042b91...
2014 Aug 22
2
[Bug 10776] New: SIGSEGV in utf8_internal_loop()
...mba.org It looks like the fix from #9798 was not sufficient and rsync can still crash after improper iconv call. Any suggestions what might have gone wrong in this case? Version of rsync: 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 http...
2013 Apr 16
7
[Bug 9798] New: rsync crash with SIGSEGV when read time out happens
...nc crashed with the following backtrace when read timeout happened. (gdb) bt #0 ascii_internal_loop (step=0x80a2ee8, step_data=0x80a3d24, inptrp=0xbfffb05c, inend=0xbfffbd48 "\n", outptrp=0xbfffaf84, outend=0x80a5018 "", irreversible=0xbfffaf88) at loop.c:282 #1 0xb7f9cbb2 in __gconv_transform_ascii_internal (step=0x80a2ee8, data=0x80a2fe8, inptrp=0xbfffb05c, inend=0xbfffbd48 "\n", outbufstart=0x0, irreversible=0xbfffb018, do_flush=0, consume_incomplete=0) at skeleton.c:483 #2 0xb7f99ec7 in __gconv (cd=0x80a2fe0, inbuf=0xbfffb05c, inbufend=0xbfffbd48 "\n&qu...