DO NOT REPLY [Bug 5541] "rsync -H" Fails on PPC AIX 5.3.0

samba-bugs at samba.org samba-bugs at samba.org
Sat Jun 14 17:12:38 GMT 2008


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


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #3 from wayned at samba.org  2008-06-14 12:12 CST -------
You should be able to ask your OS to allow crash dumps to be created.  This is
typically done via "ulimit -c unlimted", and affects the current shell's
processes.  Then, if you run rsync and it crashes, you should get a core file. 
You can use that core file with a non-stripped version of the rsync executable
you ran (one with the debug symbols in it, such as the rsync executable in the
build dir) to get a backtrace of the crash point.  e.g.:

  gdb rsync core
  bt
  quit

If it doesn't crash, you can try running rsync under a syscall tracing utility
(which is strace under linux -- I don't know what AIX uses).  That can show you
if a particular system call is failing, and if so, can help to reveal what is
going wrong.


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