https://bugzilla.samba.org/show_bug.cgi?id=8090
Summary: full_fname out of memory error on missing file SunOS 5.8 Product: rsync Version: 3.0.7 Platform: Sparc OS/Version: SunOS Status: NEW Severity: minor Priority: P5 Component: core AssignedTo: way...@samba.org ReportedBy: jm9...@att.com QAContact: rsync...@samba.org When attempting to copy a non-existent file to another file on Solaris 5.8, a out-of-memory error is shown rather than a file-not-found error. I've attached 'truss' output showing the sequence. $ uname -a SunOS xxx 5.8 Generic_117350-45 sun4u sparc SUNW,Sun-Fire-V440 $ cd /tmp $ rsync missingfile /tmp ERROR: out of memory in full_fname [sender] rsync error: error allocating core memory buffers (code 22) at util.c(117) [sender=3.0.7] The relevant portion of the truss output: 29718: lstat64("missingfile", 0xFFBEE3E8) Err#2 ENOENT 29718: write(2, 0xFFBEBDD0, 43) = 43 The problem does not manifest on Solaris 10. -- 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