DO NOT REPLY [Bug 5108] --delete causes: segfault at 00000000fffffff9 rip 00002af8229bb6ab rsp 00007fff88788830 error 4

samba-bugs at samba.org samba-bugs at samba.org
Tue Nov 27 08:06:36 GMT 2007


https://bugzilla.samba.org/show_bug.cgi?id=5108





------- Comment #2 from Georg.Koltermann at mscsoftware.com  2007-11-27 02:06 CST -------
hunter[15]$ gdb rsync
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) set follow-fork-mode ask
Undefined item: "ask".
(gdb) set follow-fork-mode ask
Undefined item: "ask".
(gdb) catch fork
Catchpoint 1 (fork)
(gdb) r  -aAH --delete . /tmp/gwk
Starting program: /usr/bin/rsync -aAH --delete . /tmp/gwk
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Catchpoint 1 (forked process 8329), 0x00002b808e33b3ab in fork () from
/lib/libc.so.6
(gdb) set follow-fork-mode child
(gdb) c
Continuing.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Switching to process 8329]

Catchpoint 1 (forked process 8334), 0x00002b808e33b3ab in fork () from
/lib/libc.so.6
(gdb) set follow-fork-mode parent
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x00002b808e3166ab in free () from /lib/libc.so.6
(gdb) where
#0  0x00002b808e3166ab in free () from /lib/libc.so.6
#1  0x0000000000424d51 in ?? ()
#2  0x0000000000425225 in ?? ()
#3  0x000000000041fe98 in ?? ()
#4  0x0000000000404da6 in ?? ()
#5  0x000000000041f638 in ?? ()
#6  0x0000000000407ce5 in ?? ()
#7  0x00000000004107fd in ?? ()
#8  0x0000000000410f59 in ?? ()
#9  0x0000000000411fc5 in ?? ()
#10 0x0000000000426f45 in ?? ()
#11 0x00000000004118d3 in ?? ()
#12 0x00002b808e2beb44 in __libc_start_main () from /lib/libc.so.6
#13 0x0000000000403bc9 in ?? ()
#14 0x00007fff1ce323c8 in ?? ()
#15 0x0000000000000000 in ?? ()
(gdb) 

It appears there are no symbols.  Where can I get a version of rsync
that contains symbols?  I'm running Ubuntu 7.10.  All I could find at the
rsync site was RPMs.


-- 
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.


More information about the rsync mailing list