From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26766 invoked by alias); 10 Aug 2015 00:17:41 -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: 36032 Received: (qmail 7160 invoked from network); 10 Aug 2015 00:17:40 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=pVeq6iA6oLvF8zHC4C6xNqyxBMFqCRRJSY3t1gvRUJQ=; b=WrxRwLrSBXV1K5hXoGDOLSFRmJP29KHCzSgro65VxiTZMcntrE96h+y7jqy0DBAZv/ 5iyKMoHn5No2IIDbCdYXr1fZlTMMyXJMdj0/ocpHZloxVHFr1fmdlQjJS65H/F/BO/s5 urQb9WsbwzEcZcssia/H/D5Ut6cwIsugmhYNvbRB3npZ4mYD+4jKHSwP/ENOssR/og5B L2gjs/ob43koDlAonWP6yU3iPxmKbp5YsoPAwwYpHqI1ZQXFOtYcZC9tVg8TKXoC8frc 9XcKWKxxHmdrc0DN9XLIS9bojuROS5/IM0RBlvzX85RmLreoi2Rnn1rgnNK4RkfMX1PS YA2A== X-Received: by 10.182.28.67 with SMTP id z3mr17701082obg.69.1439165855767; Sun, 09 Aug 2015 17:17:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: 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> From: Mathias Fredriksson Date: Mon, 10 Aug 2015 03:16:56 +0300 Message-ID: Subject: Re: Deadlock when receiving kill-signal from child process To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Mon, Aug 10, 2015 at 3:02 AM, Mikael Magnusson wrote: } 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. There's also a caveat with running the } in-tree binary: all modules loaded will still be from $PREFIX, not the } build directory. I'm thinking this might be correct, at least doing a "make clean && make" and running from Src/zsh did not give any more meaningful output: #0 0x00007fff8abf95da in syscall_thread_switch () #1 0x00007fff853a982d in _OSSpinLockLockSlow () #2 0x00007fff896d771b in szone_malloc_should_clear () #3 0x00007fff896d7667 in malloc_zone_malloc () #4 0x00007fff896d6187 in malloc () #5 0x000000010393334a in zglob () #6 0x000000010393350e in zglob () #7 0x00000001039b26ba in ?? () #8 0x00000001039b2de9 in ?? () #9 0x00000001039b134f in ?? () #10 0x00000001039b0999 in ?? () #11 #12 0x00007fff896dad6d in tiny_free_list_add_ptr () #13 0x00007fff896d9e7f in szone_free_definite_size () #14 0x000000010397b096 in taddstr () #15 0x0000000103968451 in patmatch () #16 0x0000000103967f9b in patmatch () #17 0x0000000103967af7 in patmatch () #18 0x0000000103966325 in patcompile () #19 0x00000001039b0edd in ?? () #20 0x00000001039b071f in ?? () #21 0x00000001039355e6 in gmatchcmp () #22 0x0000000103974171 in paramsubst () #23 0x000000010393fa39 in casemodify () #24 0x000000010393b1ff in hend () #25 0x0000000103935d4f in bracechardots () #26 0x0000000103934d7e in scanner () #27 0x0000000103975065 in paramsubst () #28 0x000000010393fa39 in casemodify () #29 0x000000010393b1ff in hend () #30 0x0000000103935d4f in bracechardots () #31 0x0000000103934d7e in scanner () #32 0x00000001039346a5 in qualisblk () #33 0x000000010395ef8a in zputenv () #34 0x0000000103963312 in par_cond_triple () #35 0x0000000103917062 in _mh_execute_header () #36 0x00007fff8610c5c9 in start () #0 0x00007fff8abf95da in syscall_thread_switch () #1 0x00007fff853a982d in _OSSpinLockLockSlow () #2 0x00007fff896e1635 in szone_force_lock () #3 0x00007fff896e15e6 in _malloc_fork_prepare () #4 0x00007fff82cb8097 in fork () #5 0x000000010ee06010 in insert () #6 0x000000010ee0bb13 in histreduceblanks () #7 0x000000010ee091ff in hend () #8 0x000000010ee03d4f in bracechardots () #9 0x000000010ee02d7e in scanner () #10 0x000000010ee026a5 in qualisblk () #11 0x000000010ee08a98 in iaddtoline () #12 0x000000010ee08463 in addhistnode () #13 0x000000010ee80886 in ?? () #14 0x000000010ee80de9 in ?? () #15 0x000000010ee7f34f in ?? () #16 0x000000010ee7e999 in ?? () #17 #18 0x00007fff896db4fe in tiny_free_list_remove_ptr () #19 0x00007fff896d9b2e in szone_free_definite_size () #20 0x000000010ee49096 in taddstr () #21 0x000000010ee36451 in patmatch () #22 0x000000010ee35f9b in patmatch () #23 0x000000010ee35af7 in patmatch () #24 0x000000010ee34325 in patcompile () #25 0x000000010ee7eedd in ?? () #26 0x000000010ee7e71f in ?? () #27 0x000000010ee035e6 in gmatchcmp () #28 0x000000010ee42171 in paramsubst () #29 0x000000010ee0da39 in casemodify () #30 0x000000010ee091ff in hend () #31 0x000000010ee03d4f in bracechardots () #32 0x000000010ee02d7e in scanner () #33 0x000000010ee43065 in paramsubst () #34 0x000000010ee0da39 in casemodify () #35 0x000000010ee091ff in hend () #36 0x000000010ee03d4f in bracechardots () #37 0x000000010ee02d7e in scanner () #38 0x000000010ee026a5 in qualisblk () #39 0x000000010ee2cf8a in zputenv () #40 0x000000010ee31312 in par_cond_triple () #41 0x000000010ede5062 in _mh_execute_header () #42 0x00007fff8610c5c9 in start ()