Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: coredump completing scp
- X-seq: zsh-workers 28665
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: coredump completing scp
- Date: Thu, 27 Jan 2011 22:46:14 -0500
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ep0vl/nHd2PS7UGdB93CnRd1mqtQ/pUqWLGA/+D0M4o=; b=N+Afmdy7FtbUAnRTDTYpzv4FbaoMYd1oK15XOH/+UD8eDUcqxmAfPTw3UnZj3k7Ume 4eLrmjgfAHBCeMX9Waf0AlQ6O8o2TFsrdbdWuWgQZ0cPFTJS+eMFH0jUXGS385eRXbxn QVowAOJI+oI7zS278hr1A8zzwe+pze+oJyqFI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=yIbSwj+h1+HAM5zj0NcxpjWIffPCUy1ex8QZQJfsyOQvU7tGF/9XZAl8tBUrQXq6iL UqOB9b0ywuNlKbDdH2CW/T1tix1aaTed6hySZLJFfAQSREmw+WP0z54gw+4KvIohXiNQ TQ4uqXyF/cXF86jnheDW8FPG0eFgcUs/PejFQ=
- In-reply-to: <110127193031.ZM4926@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTin2jSQt2WSiNsnk4++pCQQmQsVB4bpYxs_HB_Co@mail.gmail.com> <110127193031.ZM4926@torch.brasslantern.com>
- Sender: ethersoft@xxxxxxxxx
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