DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29873>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29873 crash in ldap cache function util_ald_create_cache ------- Additional Comments From [EMAIL PROTECTED] 2004-07-06 14:13 ------- The attached patch will make the crash go away on Solaris but I don't think it is the right way to solve this problem. We need to somehow get apr_rmm_calloc to always get us memory blocks with correct alignment instead of resorting to workarounds like this. This problem might be specific to 64-bit systems as 32-bit systems probably have no need to do memory allocations in 8-byte chunks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
