zsh-workers
 help / color / mirror / code / Atom feed
From: Mathias Fredriksson <mafredri@gmail.com>
To: zsh-workers@zsh.org
Subject: Re: Deadlock when receiving kill-signal from child process
Date: Mon, 10 Aug 2015 03:16:56 +0300	[thread overview]
Message-ID: <CA+=GgY6UgHNecqXwimt0qXBZEy5B5735OOfYudfacQ4rSf_+2Q@mail.gmail.com> (raw)
In-Reply-To: <CAHYJk3SRCm7EmZDKwznHdRqDb9FMFG8HTdukAkWgLi8xBwtZ4w@mail.gmail.com>

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 <signal handler called>
#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 <signal handler called>
#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 ()


  reply	other threads:[~2015-08-10  0:17 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-03 11:25 Mathias Fredriksson
2015-08-03 15:52 ` Bart Schaefer
2015-08-03 20:36   ` Mathias Fredriksson
2015-08-03 20:58     ` Bart Schaefer
2015-08-04 21:52       ` Mathias Fredriksson
2015-08-05  0:05         ` Mathias Fredriksson
2015-08-05  6:53         ` Bart Schaefer
2015-08-05 10:37           ` Mathias Fredriksson
2015-08-05 15:52             ` Bart Schaefer
2015-08-05 16:05               ` Mathias Fredriksson
2015-08-05 18:52                 ` Bart Schaefer
2015-08-05 19:11                   ` Mathias Fredriksson
2015-08-05 20:20                     ` Bart Schaefer
2015-08-05 21:49                       ` Mathias Fredriksson
2015-08-06  5:06                         ` Bart Schaefer
2015-08-06  8:24                           ` Mathias Fredriksson
2015-08-06 15:54                             ` Bart Schaefer
2015-08-07  0:45                               ` Mathias Fredriksson
2015-08-07  5:39                                 ` Bart Schaefer
2015-08-09 13:53                                   ` Mathias Fredriksson
2015-08-09 23:42                                     ` Bart Schaefer
2015-08-10  0:02                                       ` Mikael Magnusson
2015-08-10  0:16                                         ` Mathias Fredriksson [this message]
2015-08-10  1:47                                           ` Bart Schaefer
2015-08-10  2:02                                             ` Mikael Magnusson
2015-08-10 15:59                                               ` Bart Schaefer
2015-08-10 17:30                                                 ` Mathias Fredriksson
2015-08-10  0:36                                         ` Bart Schaefer
2015-08-10  0:29                                       ` Bart Schaefer
2015-08-10 19:34                                     ` Bart Schaefer
2015-08-10 21:17                                       ` Mathias Fredriksson
2015-08-10 22:53                                         ` Mathias Fredriksson
2015-08-11  0:53                                           ` Bart Schaefer
2015-08-11 12:17                                             ` Mathias Fredriksson
2015-08-11 14:38                                               ` Mathias Fredriksson
2015-08-11 15:07                                               ` Bart Schaefer
2015-08-11 15:22                                                 ` Mathias Fredriksson
2015-08-11  4:06                                           ` Running commands in a zpty worker Bart Schaefer
2015-08-11 13:14                                             ` Mathias Fredriksson
2015-08-11 14:35                                               ` Mathias Fredriksson
2015-08-11 14:37                                               ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+=GgY6UgHNecqXwimt0qXBZEy5B5735OOfYudfacQ4rSf_+2Q@mail.gmail.com' \
    --to=mafredri@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).