Paul Slootman
2008-Mar-03 20:17 UTC
rsync 3.0.0 apparently crashing when running a single-use "daemon" server process
The long story: http://bugs.debian.org/469172 The short story: it looks like client_info is NULL at compat.c:90, if I look at the strace and ltrace output supplied in the above URL. Perhaps someone can investigate further, I don't have much time this evening. Tomorrow I can look again.... Paul Slootman
Wayne Davison
2008-Mar-03 21:51 UTC
rsync 3.0.0 apparently crashing when running a single-use "daemon" server process
On Mon, Mar 03, 2008 at 09:16:46PM +0100, Paul Slootman wrote:> The short story: it looks like client_info is NULL at compat.c:90, if I > look at the strace and ltrace output supplied in the above URL.No, looks like the problem is a NULL config_file var. If rsync had been called with --rsync-path="rsync --config=FILE", it would work. Sadly, my only attempt at an automated test passes in an explicit config file. I'll fix the NULL and look to get a test for this added. ..wayne..