Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: coredump completing scp



On Jan 27, 10:13pm, Vin Shelton wrote:
}
} This shell was configured --with-zsh-mem and that seems to be required
} to provoke the coredump.
} 
} #11 0x00007fd2d8b57ccc in setpwent () from /lib64/libc.so.6
} #12 0x000000000043ecb4 in fillnameddirtable (ht=0x6e4b08) at hashtable.c:1382
} 
} Please let me know if any further info is needed.

Operating system and compiler?

This looks like an incompatibility of the libc free() which is
being invoked from within setpwent() and the zsh-supplied memory
routines.  There's probably not a lot to be done about it except to
avoid using --with-zsh-mem on your platform.



Messages sorted by: Reverse Date, Date, Thread, Author