This is a malloc (memory allocation) error.
It shows that a non-aligned pointer (pointer that doesn't start on an
address multiple of 4 in a 32-bit machine) is being freed. As pointers
must always be aligned, this indicates an error and the function
free() doesn't know how to deal with it. B
On Mon, Jul 20, 2009 at 4:20 AM, Mark Cohen wrote:
> I too have the same issue (reported by Warren) - in that 3.06 backups appear
> valid, but the terminal shows the following errors:
>
> rsync(18819) malloc: *** error for object 0xf305c: Non-aligned pointer being
> freed
> *** set a breakpoint in
https://bugzilla.samba.org/show_bug.cgi?id=6569
--- Comment #1 from mkr...@beckman.com 2009-07-21 11:40 CST ---
Created an attachment (id=4451)
--> (https://bugzilla.samba.org/attachment.cgi?id=4451&action=view)
Skip chmod-tem-dir if /var/tmp doesn't exist
--
Configure bugmail: ht
https://bugzilla.samba.org/show_bug.cgi?id=6569
Summary: chmod-temp-dir fails on QNX
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component:
Matt McCutchen schrieb:
Thanks for the help but I've still had no luck with this. The command
now looks like:
backupstoremove.py | rsync -av --progress --no-p --no-g --delete-before
--stats --include-from=- --include=/media/300GIGHD/backups/dar/restore
--exclude="*.dar" /media/300GIGHD/backup
On Tue 21 Jul 2009, Manuel Canseco Garcia wrote:
> Rsync removes EOL mark the end of the mbox files? I encounter this problem
> when copying ...
No, rsync will never change anything in de files itself, they should be
bit-for-bit exact copies of the original.
I suspect that perhaps you're trans
Hi, we have started getting "file exists" ~100s errors every day. I think we
never got it with rsync 2.6.9. Is there anything changed in new version that
has been generating these errors?
Error while syncing /usr/local/theapp/: rsync: symlink
"/usr/local/theapp/2009.uv" -> "../thedt.uv" failed: Fi
Rsync removes EOL mark the end of the mbox files? I encounter this problem when
copying ...
Thank you very much!
--
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: htt