[Bug 8508] out of memory in glob_expand_module

2011-10-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8508

David G  changed:

   What|Removed |Added

   Severity|major   |minor

--- Comment #1 from David G  2011-10-05 19:13:04 UTC ---
Might be related to the fact that the file system I was trying to sync was
mounted via nfs.

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


[Bug 8508] out of memory in glob_expand_module

2011-10-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8508

Wayne Davison  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #2 from Wayne Davison  2011-10-06 06:10:36 UTC ---
I'd imagine that it is a bug with the SunOS asprintf() due to its apparent
implication in bug 8090 (though I never heard back on that bug).  You should
check to see if that is failing, and try replacing it with the lib/snprintf.c
version if it is.

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


[Bug 8508] out of memory in glob_expand_module

2011-10-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8508

--- Comment #3 from Wayne Davison  2011-10-06 15:55:44 UTC ---
The asprintf() call in question is only 1 of 2 in all of rsync that tests the
success of the function via "<= 0" rather than "< 0".  Perhaps just removing
the '=' in those calls would fix the issue?  Is the SunOS asprintf() working OK
if it returns 0?

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


[Bug 8508] out of memory in glob_expand_module

2011-12-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8508

Wayne Davison  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Wayne Davison  2011-12-24 20:11:12 UTC ---
No response.  Seems likely that the changes fixed this.

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