Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] Directory glob picks up running or already-run scripts on OS X
- X-seq: zsh-workers 38819
- From: Zhiming Wang <zmwangx@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [BUG] Directory glob picks up running or already-run scripts on OS X
- Date: Mon, 11 Jul 2016 08:48:38 +0800
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=xR/r+kDP7xZr64WCoGt9DBN1QVlTN0ZL9qSrF/aUrTY=; b=N8HldUmGIhAbB0iolimkM2O2/OzzfY7L8uqhlsR40XXz0wsz96JGp3MdXRpjKLmrsG 623J0azCj2hnfRx6HMEDGokABpWOkYqLo51THNh0gbV8AsZ8TDn0oi4hXec1Us8SVlu+ tYmox2K6fsURrmDlT2aGCd1VxSoptfRDXsZJOiLhLaK61zZP8e7AA/syxQmCTLqyI9Ii nb3l+Alkc/wELJowpSHrROP9XbEs2opo9ZWRJbO5u7QYSkozDNw/N/JCJTv6xCG4SJ3R Tw33UAQJ9lrrcn/T45+9rHMgNf5l1oYuO0CbVxweMSxmxFA9HBx+jOZgTsmO18Ib1bXJ s4Ug==
- In-reply-to: <CAH+w=7Zr8T2b7hMhjj1K0oJ_KaWE2MBAfwBzmKnZzjOfvYjn5Q@mail.gmail.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: <CEE58D57-A237-4451-8882-0AE0CE21DD58@gmail.com> <CAH+w=7Y6GEJxa5LS4AeG5V5hsyUYJkSEEEMRnMSSJpLpRfLPXA@mail.gmail.com> <B17666ED-6D14-477C-B45D-3B7F064B5F24@gmail.com> <CAH+w=7Zr8T2b7hMhjj1K0oJ_KaWE2MBAfwBzmKnZzjOfvYjn5Q@mail.gmail.com>
> On Jul 11, 2016, at 8:38 AM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> On Sun, Jul 10, 2016 at 5:31 PM, Zhiming Wang <zmwangx@xxxxxxxxx> wrote:
>
> This is suddenly sounding vaguely familiar. Does the problem
> disappear if you build with compiler optimizations disabled?
It doesn't. This time I compiled zsh master (304aa25) manually:
$ Util/preconfig
$ ./configure CFLAGS='-g -O0'
...
zsh configuration
-----------------
zsh version : 5.2-dev-1
host operating system : x86_64-apple-darwin15.5.0
source code location : .
compiler : gcc
preprocessor flags :
executable compiler flags : -g -O0
module compiler flags : -g -O0 -fno-common
executable linker flags : -Wl,-x -rdynamic
module linker flags : -Wl,-x -bundle -flat_namespace -undefined suppress
library flags : -lgdbm -liconv -ldl -ltermcap -lm -lc
installation basename : zsh
binary install path : /usr/local/bin
man page install path : /usr/local/share/man
info install path : /usr/local/share/info
functions install path : /usr/local/share/zsh/5.2-dev-1/functions
...
$ make
Of course here gcc is actually clang.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author