[Bug 10037] do_mknod fails to create socket file

2013-11-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10037

--- Comment #2 from Simon Klinkert simon.klink...@gmail.com 2013-11-05 
11:20:52 UTC ---
Returning ENAMETOOLONG is somehow clean, but on the other hand not really
helpful for the user. I think it might be better to try to handle this error
with chdir() and a shorter path but that seems to be a fundamental problem in
rsync (3.0.9).

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: segfault in 3.1.1dev

2013-11-05 Thread Paul Slootman
On Fri 01 Nov 2013, Carlos Carvalho wrote:

 Happened again:
 
 Oct 31 15:55:49 sagres kernel: denied resource overstep by requesting 8392704 
 for RLIMIT_STACK against limit 8388608 for /usr/local/bin/rsync[rsync:80954] 
 uid/euid:1011/1011 gid/egid:1011/1011, parent 
 /usr/local/bin/rsync[rsync:78330] uid/euid:1011/1011 gid/egid:1011/1011
 Oct 31 15:55:49 sagres kernel: Segmentation fault occurred at 
 03a8d3ddee88 in /usr/local/bin/rsync[rsync:80954]

Looks to me that the problem is the first line, the segfault is
triggered by a failed stack extension.
Now a stack size of 8MB should be enough for everybody... so why is
rsync using so much stack.


Paul
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html