From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14321 invoked by alias); 10 Aug 2015 00:36:45 -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: 36034 Received: (qmail 11550 invoked from network); 10 Aug 2015 00:36:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=+satuSaeSBqL97znz//1tYOLlpuK1Plmq2XXdByb5BI=; b=G58JxIW2aArBl3zAMo8BxSaV46nHKx5zq05WKsMPM/t8AwDrI/ah/9iDqvo35IKMQ+ v280kHzEzdBy+fZoStChlJCTqOiVEHVrXkRvR7mVJuf2noKsQ/Z9nRY+9eovItsYgObJ Pab6dy2nAo1CvshuXWntYCC3JfUCNTsCKNwfwYsHqos7cu8YJcH00eGRyiooft5YUwmU 97JjMikb8FjIAKtjSQoSj4AcYbDkJpBgL7ms72yPJau36/yLWSJv4SdqmxddbfFtfg7r HxmbBtlDEugFSxqI9PRsOiDBCWPL5E5shSXWFUacemsYAfYyYDn8lXOFgGWHl5QowJYU ngxA== X-Gm-Message-State: ALoCoQl+thYnLvoNIiF0Wsy68qEju2Lb5rTlIacPvkrEopUk+c0cAOuocC4plZAtMDMvSFMODsYz X-Received: by 10.202.98.130 with SMTP id w124mr16557619oib.29.1439167002808; Sun, 09 Aug 2015 17:36:42 -0700 (PDT) From: Bart Schaefer Message-Id: <150809173639.ZM17462@torch.brasslantern.com> Date: Sun, 9 Aug 2015 17:36:39 -0700 In-Reply-To: Comments: In reply to Mikael Magnusson "Re: Deadlock when receiving kill-signal from child process" (Aug 10, 2:02am) References: <150803085228.ZM24837@torch.brasslantern.com> <150803135818.ZM24977@torch.brasslantern.com> <150804235400.ZM9958@torch.brasslantern.com> <150805085258.ZM17673@torch.brasslantern.com> <150805115249.ZM7158@torch.brasslantern.com> <150805132014.ZM7746@torch.brasslantern.com> <150805220656.ZM18545@torch.brasslantern.com> <150806085451.ZM402@torch.brasslantern.com> <150806223906.ZM17762@torch.brasslantern.com> <150809164225.ZM10049@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: Deadlock when receiving kill-signal from child process MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 10, 2:02am, Mikael Magnusson wrote: } } > Did you "make install" before running this? If so, *don't* -- run the } > binary straight out of the build tree. If you "make install" the symbol } > table gets stripped } I don't think this is the case, there's a separate install-strip } target for that. I've always done make install and ran gdb on the } resulting install successfully. Hrm. Well, there's SOME reason why his backtraces only have the function names (and sometimes only some of those) and none of the call arguments.