From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25247 invoked by alias); 28 Jan 2011 03:46:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28665 Received: (qmail 25702 invoked from network); 28 Jan 2011 03:46:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.83.43 as permitted sender) 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= MIME-Version: 1.0 Sender: ethersoft@gmail.com In-Reply-To: <110127193031.ZM4926@torch.brasslantern.com> References: <110127193031.ZM4926@torch.brasslantern.com> Date: Thu, 27 Jan 2011 22:46:14 -0500 X-Google-Sender-Auth: t3b0PLXYtA79esLiMn7JE0dP5T4 Message-ID: Subject: Re: coredump completing scp From: Vin Shelton To: Bart Schaefer Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Jan 27, 2011 at 10:30 PM, Bart Schaefer 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=3D0x6e4b08) at hashtabl= e.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. =A0There'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