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

Re: coredump completing scp



On Thu, Jan 27, 2011 at 10:30 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> 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.
>

opensuse 11.3:

Linux legolas 2.6.34.7-0.7-desktop #1 SMP PREEMPT 2010-12-13 11:13:53
+0100 x86_64 x86_64 x86_64 GNU/Linux

gcc (SUSE Linux) 4.5.0 20100604 [gcc-4_5-branch revision 160292]


  - Vin



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