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

2007-12-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5108


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #5 from [EMAIL PROTECTED]  2007-12-15 10:26 CST ---
Data suggests that this was a bug that was already fixed.


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


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

2007-11-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5108





--- Comment #2 from [EMAIL PROTECTED]  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), 0x2b808e33b3ab 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), 0x2b808e33b3ab in fork () from
/lib/libc.so.6
(gdb) set follow-fork-mode parent
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x2b808e3166ab in free () from /lib/libc.so.6
(gdb) where
#0  0x2b808e3166ab in free () from /lib/libc.so.6
#1  0x00424d51 in ?? ()
#2  0x00425225 in ?? ()
#3  0x0041fe98 in ?? ()
#4  0x00404da6 in ?? ()
#5  0x0041f638 in ?? ()
#6  0x00407ce5 in ?? ()
#7  0x004107fd in ?? ()
#8  0x00410f59 in ?? ()
#9  0x00411fc5 in ?? ()
#10 0x00426f45 in ?? ()
#11 0x004118d3 in ?? ()
#12 0x2b808e2beb44 in __libc_start_main () from /lib/libc.so.6
#13 0x00403bc9 in ?? ()
#14 0x7fff1ce323c8 in ?? ()
#15 0x 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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


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

2007-11-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5108





--- Comment #3 from [EMAIL PROTECTED]  2007-11-27 07:45 CST ---
To get the symbols: https://wiki.ubuntu.com/DebuggingProgramCrash .  I found
this by Googling ubuntu debug info and following a few links.

The free suggests that the crash you are seeing may actually be the same one
discussed in the thread I linked, which has been fixed in the development
version of rsync.  Please try again with the latest development version of
rsync.


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


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

2007-11-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5108





--- Comment #4 from [EMAIL PROTECTED]  2007-11-27 09:18 CST ---
Trying with rsync 3.0.0pre5 built locally, I get:

hunter[32]$ rsync -aAH --delete . /tmp/gwk
rsync: ACLs are not supported on this client
rsync error: syntax or usage error (code 1) at main.c(1441) [client=3.0.0pre5]

So... I run w/o -A, and then it succeeds.

Now... if I run the Ubuntu version (2.6.9) w/o -A, then it _also_ succeeds. :-)

So in the end the segfault was just a funny way of telling me it did not
have ACL support?  Bah.  (I don't need ACL support.  I had simply copied
the invocation incantation somewhere else.)

Thanks for the help.


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


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

2007-11-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5108





--- Comment #1 from [EMAIL PROTECTED]  2007-11-26 21:29 CST ---
Please run rsync under gdb to obtain a backtrace for where the crash occurs. 
If your copy of rsync doesn't have debug info, obtain one that does or install
the debug info.  The following thread has some tips about how to isolate the
rsync process that is causing the problem from among the three:

http://lists.samba.org/archive/rsync/2007-August/018206.html

 Note I was unable to run the rsync deamon in debugging mode as described
 on your web page.  Every attempt to start the daemon would immediately exit
 with RC=1, no error message.

That's because you aren't using an rsync daemon.  Just run your original rsync
command under gdb or strace -f.


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html