Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitstatus_query write error: broken pipe #123

Closed
hsinyinfu opened this issue Jul 18, 2019 · 55 comments
Closed

gitstatus_query write error: broken pipe #123

hsinyinfu opened this issue Jul 18, 2019 · 55 comments

Comments

@hsinyinfu
Copy link

Hi,

I found that after I execute some commands in CLI (e.g., echo, vim <file>), it sometimes shows gitstatus_query:echo:32: write error: broken pipe, and it shows the error in every result of CLI commands later if it is triggered once.
.
螢幕快照 2019-07-19 上午2 06 03

I install this theme by oh-my-zsh, and my os is MacOSX 10.14.5.
I use iTerm2 as my terminal emulator.

This is a copy of my .zshrc file
Hope to help you replicate the error.

Thanks.

@romkatv
Copy link
Owner

romkatv commented Jul 19, 2019

Let's try to figure out what's going on. This must be something unusual as I've never seen reports of this kind. Please do the following.

  1. Update powerlevel10k to the latest version. If you've installed at the standard location, you can update it like this:
( cd $ZSH_CUSTOM/themes/powerlevel10k && git pull )
  1. Enable logging by adding GITSTATUS_LOG_LEVEL=DEBUG to your ~/.zshrc.
echo 'GITSTATUS_LOG_LEVEL=DEBUG' >>!~/.zshrc
  1. Restart zsh and trigger the error the same way you did it before.

  2. Type the following command and copy its output to this issue.

() {
  emulate -L zsh && setopt xtrace
  echo $ZSH_VERSION $ZSH_PATCHLEVEL
  uname -a
  ps --pid $GITSTATUS_DAEMON_PID_POWERLEVEL9K
  lsof -p $$
  lsof -p $GITSTATUS_DAEMON_PID_POWERLEVEL9K
  cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K
}

@hsinyinfu
Copy link
Author

Hi, the following is the result after I've done all commands and triggered the error again:

+(anon):2> echo 5.7.1 zsh-5.7.1-0-g8b89d0d
5.7.1 zsh-5.7.1-0-g8b89d0d
+(anon):3> uname -a
Darwin fuxinyingde-Air 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64
+(anon):4> ps --pid 5000
ps: illegal option -- -
usage: ps [-AaCcEefhjlMmrSTvwXx] [-O fmt | -o fmt] [-G gid[,gid...]]
          [-g grp[,grp...]] [-u [uid,uid...]]
          [-p pid[,pid...]] [-t tty[,tty...]] [-U user[,user...]]
       ps [-L]
+(anon):5> lsof -p 4862
COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
zsh     4862 hsin  cwd    DIR    1,4     1504  742044 /Users/hsin
zsh     4862 hsin  txt    REG    1,4   618452 1886445 /usr/local/Cellar/zsh/5.7.1/bin/zsh
zsh     4862 hsin  txt    REG    1,4   452480 5340099 /usr/local/Cellar/pcre/8.43/lib/libpcre.1.dylib
zsh     4862 hsin  txt    REG    1,4   308120 1880563 /usr/local/Cellar/ncurses/6.1/lib/libncursesw.6.dylib
zsh     4862 hsin  txt    REG    1,4    13156 1886490 /usr/local/Cellar/zsh/5.7.1/lib/zsh/langinfo.bundle
zsh     4862 hsin  txt    REG    1,4    33996 1886465 /usr/local/Cellar/zsh/5.7.1/lib/zsh/parameter.bundle
zsh     4862 hsin  txt    REG    1,4   247508 1886478 /usr/local/Cellar/zsh/5.7.1/lib/zsh/zle.bundle
zsh     4862 hsin  txt    REG    1,4   123224 1886454 /usr/local/Cellar/zsh/5.7.1/lib/zsh/complete.bundle
zsh     4862 hsin  txt    REG    1,4    33512 1886476 /usr/local/Cellar/zsh/5.7.1/lib/zsh/zutil.bundle
zsh     4862 hsin  txt    REG    1,4    58240 1886456 /usr/local/Cellar/zsh/5.7.1/lib/zsh/complist.bundle
zsh     4862 hsin  txt    REG    1,4    14144 1886470 /usr/local/Cellar/zsh/5.7.1/lib/zsh/terminfo.bundle
zsh     4862 hsin  txt    REG    1,4    14636 1886477 /usr/local/Cellar/zsh/5.7.1/lib/zsh/datetime.bundle
zsh     4862 hsin  txt    REG    1,4    13536 1886469 /usr/local/Cellar/zsh/5.7.1/lib/zsh/zleparameter.bundle
zsh     4862 hsin  txt    REG    1,4    19476 1886462 /usr/local/Cellar/zsh/5.7.1/lib/zsh/mathfunc.bundle
zsh     4862 hsin  txt    REG    1,4    23812 1886489 /usr/local/Cellar/zsh/5.7.1/lib/zsh/system.bundle
zsh     4862 hsin  txt    REG    1,4    18544 1886484 /usr/local/Cellar/zsh/5.7.1/lib/zsh/stat.bundle
zsh     4862 hsin  txt    REG    1,4    13968 1886488 /usr/local/Cellar/zsh/5.7.1/lib/zsh/regex.bundle
zsh     4862 hsin  txt    REG    1,4    25016 1886458 /usr/local/Cellar/zsh/5.7.1/lib/zsh/zpty.bundle
zsh     4862 hsin  txt    REG    1,4    59668 1886471 /usr/local/Cellar/zsh/5.7.1/lib/zsh/computil.bundle
zsh     4862 hsin  txt    REG    1,4   973824 4303342 /usr/lib/dyld
zsh     4862 hsin    0u   CHR   16,1  0t11890    2483 /dev/ttys001
zsh     4862 hsin    1u   CHR   16,1  0t11890    2483 /dev/ttys001
zsh     4862 hsin    2u   CHR   16,1  0t11890    2483 /dev/ttys001
zsh     4862 hsin   10u   CHR   16,1  0t14080    2483 /dev/ttys001
zsh     4862 hsin   13u   REG    1,4        0 5393591 /private/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/gitstatus.4862.lock.KmpAHoEcPj
zsh     4862 hsin   14w  FIFO           0t169 5393593 /private/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/gitstatus.4862.pipe.req.duDqiy0TnQ
zsh     4862 hsin   15r  FIFO           0t134 5393595 /private/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/gitstatus.4862.pipe.resp.xW8jQ2G1I6
+(anon):6> lsof -p 5000
+(anon):7> cat /var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T//gitstatus.4862.daemon-log.KXNuB8D927
+zsh:2> /Users/hsin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 '--lock-fd=3' '--parent-pid=4862' '--num-threads=8' '--max-num-staged=1' '--max-num-unstaged=1' '--max-num-conflicted=1' '--max-num-untracked=1' '--dirty-max-index-size=-1' '--log-level=DEBUG'
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[0]: "/Users/hsin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[1]: "--lock-fd=3"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[2]: "--parent-pid=4862"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[3]: "--num-threads=8"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[4]: "--max-num-staged=1"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[5]: "--max-num-unstaged=1"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[6]: "--max-num-conflicted=1"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[7]: "--max-num-untracked=1"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[8]: "--dirty-max-index-size=-1"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:157] argv[9]: "--log-level=DEBUG"
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/thread_pool.cc:81] Spawning 8 thread(s)
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:171] Processing request: "hello" for ""
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/timer.cc:64] Timing for: request: 0.094ms cpu
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:174] Successfully processed request: "hello" for ""
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:171] Processing request: "1563631565.3214399815 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/timer.cc:64] Timing for: request: 0.18ms cpu
[2019-07-20 22:06:05 000000010fcd05c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563631565.3214399815 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:06:11 000000010fcd05c0 INFO src/gitstatus.cc:171] Processing request: "1563631571.3569419384 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:06:11 000000010fcd05c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:06:11 000000010fcd05c0 INFO src/timer.cc:64] Timing for: request: 0.145ms cpu
[2019-07-20 22:06:11 000000010fcd05c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563631571.3569419384 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:06:17 000000010fcd05c0 INFO src/gitstatus.cc:171] Processing request: "1563631577.7120420933 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:06:17 000000010fcd05c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:06:17 000000010fcd05c0 INFO src/timer.cc:64] Timing for: request: 0.143ms cpu
[2019-07-20 22:06:17 000000010fcd05c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563631577.7120420933 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
gitstatus_query:echo:32: write error: broken pipe

@romkatv
Copy link
Owner

romkatv commented Jul 20, 2019

What do you do to trigger the bug? I see in the original screenshot that after logging in you've typed echo "Not happened" twice and then echo "Happened". After the last command you started getting errors. How did you know errors will appear after this command? Does it always break after the third command?

Please run this command after triggering the error and post its output:

() {
  emulate -L zsh && setopt xtrace
  echo $commands[zsh]
  zsh --version
  echo $ZSH_SUBSHELL $ZSH_VERSION $ZSH_PATCHLEVEL
  uname -a
  typeset -f -m '_gitstatus_cleanup_*'
  ps -f | command grep parent-pid=$$
  ps -p $GITSTATUS_DAEMON_PID_POWERLEVEL9K
  lsof -p $$
  lsof -p $GITSTATUS_DAEMON_PID_POWERLEVEL9K
  cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K
  date
}

(I'm assuming you haven't removed GITSTATUS_LOG_LEVEL from your ~/.zshrc. If you have, put it back before running the command.)

@hsinyinfu
Copy link
Author

Hi, it was just a coincidence. It usually occurs in the first 5 commands after logging in, and it may be caused by any commands, such as echo, ls, vim, cd... etc.

This is the result after triggering the error:

+(anon):2> echo /usr/local/bin/zsh
/usr/local/bin/zsh
+(anon):3> zsh --version
zsh 5.7.1 (x86_64-apple-darwin18.2.0)
+(anon):4> echo 0 5.7.1 zsh-5.7.1-0-g8b89d0d
0 5.7.1 zsh-5.7.1-0-g8b89d0d
+(anon):5> uname -a
Darwin fuxinyingde-Air 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64
+(anon):6> typeset -f -m '_gitstatus_cleanup_*'
_gitstatus_cleanup_0_5383 () {
	emulate -L zsh
	setopt err_return no_unset
	local fname=${(%):-%N}
	local prefix=_gitstatus_cleanup_${ZSH_SUBSHELL}_
	[[ $fname == ${prefix}* ]] || return 0
	local -i daemon_pid=${fname#$prefix}
	kill -- -$daemon_pid &> /dev/null || true
}
+(anon):7> ps -f
+(anon):7> grep 'parent-pid=5244'
  501  5623  5244   0 10:57下午 ttys000    0:00.00 grep parent-pid=5244
+(anon):8> ps -p 5383
  PID TTY           TIME CMD
+(anon):9> lsof -p 5244
COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
zsh     5244 hsin  cwd    DIR    1,4     1504  742044 /Users/hsin
zsh     5244 hsin  txt    REG    1,4   618452 1886445 /usr/local/Cellar/zsh/5.7.1/bin/zsh
zsh     5244 hsin  txt    REG    1,4   452480 5340099 /usr/local/Cellar/pcre/8.43/lib/libpcre.1.dylib
zsh     5244 hsin  txt    REG    1,4   308120 1880563 /usr/local/Cellar/ncurses/6.1/lib/libncursesw.6.dylib
zsh     5244 hsin  txt    REG    1,4    13156 1886490 /usr/local/Cellar/zsh/5.7.1/lib/zsh/langinfo.bundle
zsh     5244 hsin  txt    REG    1,4    33996 1886465 /usr/local/Cellar/zsh/5.7.1/lib/zsh/parameter.bundle
zsh     5244 hsin  txt    REG    1,4   247508 1886478 /usr/local/Cellar/zsh/5.7.1/lib/zsh/zle.bundle
zsh     5244 hsin  txt    REG    1,4   123224 1886454 /usr/local/Cellar/zsh/5.7.1/lib/zsh/complete.bundle
zsh     5244 hsin  txt    REG    1,4    33512 1886476 /usr/local/Cellar/zsh/5.7.1/lib/zsh/zutil.bundle
zsh     5244 hsin  txt    REG    1,4    58240 1886456 /usr/local/Cellar/zsh/5.7.1/lib/zsh/complist.bundle
zsh     5244 hsin  txt    REG    1,4    14144 1886470 /usr/local/Cellar/zsh/5.7.1/lib/zsh/terminfo.bundle
zsh     5244 hsin  txt    REG    1,4    14636 1886477 /usr/local/Cellar/zsh/5.7.1/lib/zsh/datetime.bundle
zsh     5244 hsin  txt    REG    1,4    13536 1886469 /usr/local/Cellar/zsh/5.7.1/lib/zsh/zleparameter.bundle
zsh     5244 hsin  txt    REG    1,4    19476 1886462 /usr/local/Cellar/zsh/5.7.1/lib/zsh/mathfunc.bundle
zsh     5244 hsin  txt    REG    1,4    23812 1886489 /usr/local/Cellar/zsh/5.7.1/lib/zsh/system.bundle
zsh     5244 hsin  txt    REG    1,4    18544 1886484 /usr/local/Cellar/zsh/5.7.1/lib/zsh/stat.bundle
zsh     5244 hsin  txt    REG    1,4    13968 1886488 /usr/local/Cellar/zsh/5.7.1/lib/zsh/regex.bundle
zsh     5244 hsin  txt    REG    1,4    25016 1886458 /usr/local/Cellar/zsh/5.7.1/lib/zsh/zpty.bundle
zsh     5244 hsin  txt    REG    1,4    59668 1886471 /usr/local/Cellar/zsh/5.7.1/lib/zsh/computil.bundle
zsh     5244 hsin  txt    REG    1,4   973824 4303342 /usr/lib/dyld
zsh     5244 hsin    0u   CHR   16,0  0t29489    2497 /dev/ttys000
zsh     5244 hsin    1u   CHR   16,0  0t29489    2497 /dev/ttys000
zsh     5244 hsin    2u   CHR   16,0  0t29489    2497 /dev/ttys000
zsh     5244 hsin   10u   CHR   16,0  0t27584    2497 /dev/ttys000
zsh     5244 hsin   13u   REG    1,4        0 5394170 /private/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/gitstatus.5244.lock.Tu82dFax9D
zsh     5244 hsin   14w  FIFO           0t763 5394172 /private/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/gitstatus.5244.pipe.req.p0v4Eob0pD
zsh     5244 hsin   15r  FIFO           0t596 5394174 /private/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/gitstatus.5244.pipe.resp.KH4tAxwWqh
+(anon):10> lsof -p 5383
+(anon):11> cat /var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T//gitstatus.5244.daemon-log.Lhom1eJofb
+zsh:2> /Users/hsin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 '--lock-fd=3' '--parent-pid=5244' '--num-threads=8' '--max-num-staged=1' '--max-num-unstaged=1' '--max-num-conflicted=1' '--max-num-untracked=1' '--dirty-max-index-size=-1' '--log-level=DEBUG'
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[0]: "/Users/hsin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[1]: "--lock-fd=3"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[2]: "--parent-pid=5244"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[3]: "--num-threads=8"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[4]: "--max-num-staged=1"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[5]: "--max-num-unstaged=1"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[6]: "--max-num-conflicted=1"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[7]: "--max-num-untracked=1"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[8]: "--dirty-max-index-size=-1"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:157] argv[9]: "--log-level=DEBUG"
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/thread_pool.cc:81] Spawning 8 thread(s)
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "hello" for ""
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.201ms cpu
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "hello" for ""
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634610.8323619366 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.321ms cpu
[2019-07-20 22:56:50 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634610.8323619366 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:54 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634614.4163069725 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:54 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:56:54 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.151ms cpu
[2019-07-20 22:56:54 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634614.4163069725 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:55 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634615.4453380108 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:55 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:56:55 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.227ms cpu
[2019-07-20 22:56:55 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634615.4453380108 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:56 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634616.1910119057 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:56 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:56:56 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.166ms cpu
[2019-07-20 22:56:56 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634616.1910119057 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:59 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634619.1554539204 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:56:59 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:56:59 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.144ms cpu
[2019-07-20 22:56:59 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634619.1554539204 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:02 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634622.5383150578 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:02 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:02 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.143ms cpu
[2019-07-20 22:57:02 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634622.5383150578 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:06 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634626.3329300880 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:06 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:06 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.143ms cpu
[2019-07-20 22:57:06 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634626.3329300880 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:08 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634628.0911099911 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:08 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:08 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.141ms cpu
[2019-07-20 22:57:08 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634628.0911099911 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:12 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634632.8985149860 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:12 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:12 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.301ms cpu
[2019-07-20 22:57:12 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634632.8985149860 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:16 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634636.5832979679 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:16 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:16 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.145ms cpu
[2019-07-20 22:57:16 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634636.5832979679 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:22 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634642.7794780731 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:22 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:22 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.198ms cpu
[2019-07-20 22:57:22 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634642.7794780731 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:23 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634643.9583499432 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:23 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:23 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.141ms cpu
[2019-07-20 22:57:23 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634643.9583499432 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:24 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634644.8866660595 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:24 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:24 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.144ms cpu
[2019-07-20 22:57:24 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634644.8866660595 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:28 0000000103dbc5c0 INFO src/gitstatus.cc:171] Processing request: "1563634648.7270920277 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
[2019-07-20 22:57:28 0000000103dbc5c0 INFO src/response.cc:69] Replying without git status
[2019-07-20 22:57:28 0000000103dbc5c0 INFO src/timer.cc:64] Timing for: request: 0.169ms cpu
[2019-07-20 22:57:28 0000000103dbc5c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563634648.7270920277 _p9k_vcs_resume 0" for "/Users/hsin" [no-diff]
+(anon):12> date
2019年 7月20日 週六 22時57分50秒 CST
gitstatus_query:echo:32: write error: broken pipe

@romkatv
Copy link
Owner

romkatv commented Jul 20, 2019

Apparently something is killing the background ZSH process that Powerlevel10k spawns. Do you have anything on your system that might do that? Perhaps some antivirus software or something?

@hsinyinfu
Copy link
Author

So it means that the error is caused because the child process of Powerlevel10k is killed by others?
I have no idea about that. ( I don't install any antivirus software on my system)
Could it caused by plugins I installed with oh-my-zsh? or vim plugins?

@hsinyinfu
Copy link
Author

I restart my computer and tried again immediately after the system is ready, and the error just showed up again.
Is there anything I can do to find out which process killed the child process of Powerlevel10k?

@romkatv
Copy link
Owner

romkatv commented Jul 20, 2019

Let's try to narrow down the problem a bit. Please run the following command.

(
  emulate -L zsh
  setopt err_return no_unset
  local tmp && tmp=$(mktemp -d "${TMPDIR:-/tmp}"/p10k.XXXXXXXXXX)
  {
    cd $tmp
    git clone -b bg-zsh --depth 1 https://github.com/romkatv/powerlevel10k.git
    echo "GITSTATUS_LOG_LEVEL=DEBUG" >>$tmp/.zshrc
    echo "source ${(q)tmp}/powerlevel10k/powerlevel10k.zsh-theme" >>$tmp/.zshrc
    ZDOTDIR=$tmp zsh -d
  } always {
    cd || true
    rm -rf $tmp
  }
)

This will open a temporary ZSH session. Try to trigger the bug there. If you succeed, type cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K and send me the results. Also watch out for a message that says Killing gitstatusd. This should appear when you exit this temporary ZSH session but not before. If it appears before you exit, let me know.

@hsinyinfu
Copy link
Author

This is the output of cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K in the temporary ZSH session:

+zsh:2> /private/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/p10k.VCVae7T0wi/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 '--lock-fd=3' '--parent-pid=38416' '--num-threads=8' '--max-num-staged=1' '--max-num-unstaged=1' '--max-num-conflicted=1' '--max-num-untracked=1' '--dirty-max-index-size=-1' '--log-level=DEBUG'
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[0]: "/private/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/p10k.VCVae7T0wi/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[1]: "--lock-fd=3"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[2]: "--parent-pid=38416"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[3]: "--num-threads=8"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[4]: "--max-num-staged=1"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[5]: "--max-num-unstaged=1"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[6]: "--max-num-conflicted=1"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[7]: "--max-num-untracked=1"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[8]: "--dirty-max-index-size=-1"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:157] argv[9]: "--log-level=DEBUG"
[2019-07-21 00:02:52 0000000117f315c0 INFO src/thread_pool.cc:81] Spawning 8 thread(s)
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:171] Processing request: "hello" for ""
[2019-07-21 00:02:52 0000000117f315c0 INFO src/response.cc:69] Replying without git status
[2019-07-21 00:02:52 0000000117f315c0 INFO src/timer.cc:64] Timing for: request: 0.126ms cpu
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:174] Successfully processed request: "hello" for ""
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:171] Processing request: "1563638572.4846200943 _p9k_vcs_resume 0" for "/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/p10k.VCVae7T0wi" [no-diff]
[2019-07-21 00:02:52 0000000117f315c0 INFO src/response.cc:69] Replying without git status
[2019-07-21 00:02:52 0000000117f315c0 INFO src/timer.cc:64] Timing for: request: 0.508ms cpu
[2019-07-21 00:02:52 0000000117f315c0 INFO src/gitstatus.cc:174] Successfully processed request: "1563638572.4846200943 _p9k_vcs_resume 0" for "/var/folders/0d/5nvwgsrs0tsclgpf8hmtgwf00000gn/T/p10k.VCVae7T0wi" [no-diff]

After I exited the termporary ZSH session and back to the origin session, it showed this:

Killing gitstatusd: kill -- -38449

but it didn't show the Killing gitstatusd. (after I tried some arbitrary commands such as echo, vim, the error message showed up again.)

@romkatv
Copy link
Owner

romkatv commented Jul 20, 2019

This is pretty bad. It means the issue is not caused by any of your plugins.

Does the bug trigger based on the time that has passed since you've opened ZSH or based on the number of commands you've typed? For example, if you open zsh, don't type anything for a few minutes, and then type a command, will the error appear or not? Is it more likely for the error to appear on the very first command if you wait longer before typing it?

@hsinyinfu
Copy link
Author

It seems to me that there is no a common pattern of the error triggered. It could be triggered by any command, and the timing varies from the first command to 2~3 minutes after login.
However, I found that sometimes after I opened a new (and the only one on the system currently) iTerm2 window, there are two sets of iTerm2, zsh, zsh -dfxc, gitstatusd processes at first, and one of them disappeared at the next moment.
screenshot1
Sometimes, after I open a new iTerm2 window (the only one on the system), there are two iTerm2, two zsh processes with only one zsh -dfxc and gitstatusd. But, the same, one of the iTerm2 and zsh processes disappeared soon.
screenshot2
Both conditions result in the same error eventually.
I don't know if these messages help.

@romkatv
Copy link
Owner

romkatv commented Jul 20, 2019

This is very strange. Can you try it with a different terminal?

@hsinyinfu
Copy link
Author

I tried with built-in Terminal.app, and it only showed one zsh, zsh -dfxc, gitstatusd processes, but triggered the same error message as on iTerm2.
螢幕快照 2019-07-21 上午1 54 57

@hsinyinfu
Copy link
Author

I found something strange that both in iTerm2 and in builtin Terminal.app, when I try to kill the zsh -dfxc and gitstatusd processes, it shows that kill: kill <pid> failed: no such process first and followed by gitstatus_query:echo:32: write error: broken pipe.
screenshot1
screenshot2
However, when I try to kill the zsh, it doesn't show the kill ... message and just prints out gitstatus_query:echo:32: write error: broken pipe.
screenshot3

@hsinyinfu
Copy link
Author

Could the zsh-autosuggestions plugin cause the error? After I remove the zsh-autosuggestions from my plugins=() list in .zshrc, the error message doesn't show up.
This is my .zshrc content:

# Path to your oh-my-zsh installation.
export ZSH="/Users/hsin/.oh-my-zsh"

# Color support
export TERM=xterm-256color

POWERLEVEL9K_MODE='nerdfont-complete'
#ZSH_THEME="powerlevel9k/powerlevel9k"
ZSH_THEME="powerlevel10k/powerlevel10k"

# Which plugins would you like to load?
# Standard plugins can be found in ~/.oh-my-zsh/plugins/*
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
#plugins=(git nvm zsh-autosuggestions zsh-syntax-highlighting)
plugins=(git nvm zsh-syntax-highlighting)

source $ZSH/oh-my-zsh.sh

# User configuration

# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
#   export EDITOR='vim'
# else
#   export EDITOR='mvim'
# fi

# Compilation flags
# export ARCHFLAGS="-arch x86_64"

# ssh
# export SSH_KEY_PATH="~/.ssh/rsa_id"

# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# my alias {
    alias ls="gls -GFh --color"
    alias l="gls -laGFHh --color"
    alias ll="gls -lh --color"
    alias rm="rm -i"
    alias ptt='ssh [email protected]'
    alias gglg='git log --all --decorate --oneline --graph'
# }

# nvm settings{
    export NVM_DIR="$HOME/.nvm"
    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
# }

# autojump  settings{
    [ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
# }

# powerlevel9k settings {
    # battery settings {
        # Do not show the time remaining next to battery level.
        POWERLEVEL9K_BATTERY_VERBOSE=false
    # }

    # context settings {
        # Don't show the user/host if current user name is the same as default one
        DEFAULT_USER="hsin"
    # }

    # vcs {
        POWERLEVEL9K_SHOW_CHANGESET=true
    # }

    # dir {
        POWERLEVEL9K_SHORTEN_STRATEGY=Default
        POWERLEVEL9K_SHORTEN_DIR_LENGTH=2
    # }

    # command line 左邊想顯示的內容
    POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir dir_writable ssh vcs) # <= left prompt 設了 "dir"
    # command line 右邊想顯示的內容
    POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status background_jobs ram battery time) # <= right prompt 設了 "time"
# }

# zsh-autosuggestions {
    
    # Suggestion highlight style
    ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8"  # Default setting

    # Suggestion strategy
    ZSH_AUTOSUGGEST_STRATEGY=(history completion)
    
    # Disabling suggestion for large buffers
    #ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20

    # Accepts the current suggestion with <Ctrl-j>
    bindkey '^j' autosuggest-accept
# }

# GNU ls color {
    
    #eval $(gdircolors -b $HOME/.dircolors/dircolors.256dark)
    eval $(gdircolors -b $HOME/.dircolors/LS_COLORS)
    #if [ -n "$LS_COLORS" ]; then
    #    zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
    #fi

# }


GITSTATUS_LOG_LEVEL=DEBUG

@romkatv
Copy link
Owner

romkatv commented Jul 21, 2019

Could the zsh-autosuggestions plugin cause the error?

Maybe, although this would be very surprising given that you don't have async mode for zsh-autosuggestions enabled and that you've managed to trigger the same error from a clean ZSH. Let's look deeper into it.

First, reenable zsh-autosuggestions and restart zsh. Type this command and send me the output:

typeset -m '*ZSH_AUTOSUGGEST*ASYNC*'

Then run this code:

(
  emulate -L zsh
  setopt err_return no_unset
  local tmp && tmp=$(mktemp -d "${TMPDIR:-/tmp}"/p10k.XXXXXXXXXX)
  {
    cd $tmp
    git clone -b bg-zsh --depth 1 https://github.com/romkatv/powerlevel10k.git
    echo "source ${(q)tmp}/powerlevel10k/powerlevel10k.zsh-theme" >>$tmp/.zshrc
    ZDOTDIR=$tmp zsh -d
  } always {
    cd || true
    rm -rf $tmp
  }
)

Once ZSH prompt appears, keep typing the same command:

kill -0 $GITSTATUS_DAEMON_PID_POWERLEVEL9K || { wait $GITSTATUS_DAEMON_PID_POWERLEVEL9K; echo $? }

The first few runs of this command may print nothing. When the background ZSH eventually gets killed by the unknown actor, something like this will be printed:

kill: kill 4489 failed: no such process
143
gitstatus_query:echo:32: write error: broken pipe

Send me this text. I need that number in the middle. It's 143 in my example but could be something else for you.

Exit the temporary ZSH session. Type exec zsh -df. Type sleep 5 and wait for it to complete. Verify with ps that there is only one instance of zsh running. Then type the same long command as before and see if you can trigger the bug in there.

Exit the temporary ZSH session. Disable zsh-autosuggestions and restart zsh. Type the same long command as before and see if you can trigger the bug in there.

@romkatv
Copy link
Owner

romkatv commented Jul 21, 2019

I found something strange that both in iTerm2 and in builtin Terminal.app, when I try to kill the zsh -dfxc and gitstatusd processes, it shows that kill: kill <pid> failed: no such process first and followed by gitstatus_query:echo:32: write error: broken pipe.

This is expected. These are background processes that someone else is killing before your kill command executes.

However, when I try to kill the zsh, it doesn't show the kill ... message and just prints out gitstatus_query:echo:32: write error: broken pipe.

This is also expected. You are trying to kill your own interactive ZSH with SIGTERM but it ignores SIGTERM so your command doesn't do anything. The error appears because the background processes get killed by someone else. This error would've appeared even if you'd typed true or echo hello.

@hsinyinfu
Copy link
Author

The output of typeset -m '*ZSH_AUTOSUGGEST*ASYNC*' is nothing, just return 0.

I ran the long code and type the kill -0 $GITSTATUS_DAEMON_PID_POWERLEVEL9K || { wait $GITSTATUS_DAEMON_PID_POWERLEVEL9K; echo $? } in the temp ZSH session for more than 100 times, but it printed nothing. I also tried other commands like vim, echo, df, uname -a..., but none of them triggered the error.

I exited the session, and typed exec zsh -df and sleep 5, and there is only one zsh running indeed. Next, I ran the long code without leaving the session, and in the new temporary session I couldn't trigger the error.
screenshot

After that, I exited the temporary session , turned off the zsh-autosuggestions, and restarted zsh. Typing the same long command, and couldn't trigger the error in the temporary ZSH session again.

@romkatv
Copy link
Owner

romkatv commented Jul 21, 2019

The output of typeset -m '*ZSH_AUTOSUGGEST*ASYNC*' is nothing, just return 0.

This is expected. I just wanted to make sure no rogue code enables async for zsh-autosuggestions.

I ran the long code and type the kill -0 $GITSTATUS_DAEMON_PID_POWERLEVEL9K || { wait $GITSTATUS_DAEMON_PID_POWERLEVEL9K; echo $? } in the temp ZSH session for more than 100 times, but it printed nothing. I also tried other commands like vim, echo, df, uname -a..., but none of them triggered the error.

This is surprising because this is the same test as in #123 (comment) where you've reported that you were able to trigger the bug in a temporary ZSH session. Or perhaps I've misunderstood?

Here's me:

This will open a temporary ZSH session. Try to trigger the bug there. If you succeed, type cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K and send me the results.

And then you:

This is the output of cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K in the temporary ZSH session:

I took this to mean you could trigger the bug. Could you clarify? Or perhaps repeat that exact test under the same conditions (zsh-autosuggestions enabled)?

I exited the session, and typed exec zsh -df and sleep 5, and there is only one zsh running indeed. Next, I ran the long code without leaving the session, and in the new temporary session I couldn't trigger the error.

This is expected given that the previous test hasn't triggered the bug.

After that, I exited the temporary session , turned off the zsh-autosuggestions, and restarted zsh. Typing the same long command, and couldn't trigger the error in the temporary ZSH session again.

This is expected given that the previous test hasn't triggered the bug.

Let's do one more test because we still don't know which signal kills the background ZSH. First, type this command.

( cd $ZSH_CUSTOM/themes/powerlevel10k && git pull && git checkout bg-zsh )

Then enable zsh-autosuggestions and restart ZSH. Once the bug triggers, type this command and send me its output:

wait $GITSTATUS_DAEMON_PID_POWERLEVEL9K; echo $?

Finally, revert changes made to powerlevel10k.

( cd $ZSH_CUSTOM/themes/powerlevel10k && git checkout master )

@hsinyinfu
Copy link
Author

hsinyinfu commented Jul 21, 2019

I took this to mean you could trigger the bug. Could you clarify? Or perhaps repeat that exact test under the same conditions (zsh-autosuggestions enabled)?

I did triggered the error previously, but actually I didn't know how to triggered the error (executing which command?), and I didn't know when it would be triggered (how long since login?). I just kept trying arbitrary commands until it was triggered, and that usually took within 3 minutes and in the first 20 commands.
But this time, I tried more than 10 minutes, kept kill -0 $GITSTATUS_DAEMON_PID_POWERLEVEL9K || { wait $GITSTATUS_DAEMON_PID_POWERLEVEL9K; echo $? } for more than 100 times, and the error could not be triggered. (zsh-autosuggestions is enabled all the time, except for the test which you asked me to turn it off)


After ( cd $ZSH_CUSTOM/themes/powerlevel10k && git pull && git checkout bg-zsh ), the error has not been triggered even I tried for more than 10 minutes with more than 50 commands. And the wait $GITSTATUS_DAEMON_PID_POWERLEVEL9K; echo $? responded nothing.

After reverting the changes to powerlevel10k, the error was triggered in 1 minutes.

@hsinyinfu
Copy link
Author

I don't understand why the shell said that the $GITSTATUS_DAEMON_PID_POWERLEVEL9K process is not the child of the current shell when powerlevel10k is on the master branch, but said it is the child process of the current shell process when powerlevel10k is on the bg-zsh branch.

In both conditions, the htop and ps -l show that $GITSTATUS_DAEMON_PID_POWERLEVEL9K is indeed the child of current zsh process.

@romkatv
Copy link
Owner

romkatv commented Jul 21, 2019

On master that job is disowned (started with &!), so it cannot be controlled with ZSH job control tools. On bg-zsh it's not disowned (started with plain &), which is the reason you are seeing something like this when starting zsh:

[4] 21581

@romkatv
Copy link
Owner

romkatv commented Jul 21, 2019

I've daemonized the background process in bg-zsh. Let's see if this helps.

Checkout branch bg-zsh like before:

( cd $ZSH_CUSTOM/themes/powerlevel10k && git pull && git checkout bg-zsh )

Enable zsh-autosuggestions and just use your shell. If it still fails, let me know. If it doesn't fail after a few days, ping me and I'll merge these changes into master.

@hsinyinfu
Copy link
Author

Ok, I will try it for a few days.
Thanks a lot for your kindly help.

@romkatv
Copy link
Owner

romkatv commented Jul 23, 2019

Have you see those broken pipe errors after switching to bg-zsh branch?

@hsinyinfu
Copy link
Author

Hi, I have never seen that error triggered so far after switching to bg-zsh branch.

@romkatv
Copy link
Owner

romkatv commented Jul 24, 2019

Hi, I have never seen that error triggered so far after switching to bg-zsh branch.

That's great to hear! I've merged changes from bg-zsh into master (without the killing gitstatusd message that you were getting every time you exit zsh) and deleted bg-zsh branch. Please checkout master branch.

( cd $ZSH_CUSTOM/themes/powerlevel10k && git pull origin master && git checkout master )

If the error reappears, please let me know.

@hsinyinfu
Copy link
Author

I feel sorry to tell you that the error occured again right after I switched back to master branch with the newest commit 00b71dd3c...

screenshot

@romkatv
Copy link
Owner

romkatv commented Jul 24, 2019

Just to make sure the last changes I've made are in effect: ps no longer shows gitstatusd, right?

If yes, then I don't know what else to do. I can tell you I've never seen anyone having even remotely similar problem. If it was my local machine, I likely would be able to figure it out, but doing it by sending commands and their output back and forth is too inefficient. What makes things even more difficult is that running the same code may yield different results, which means the approach we've been using for debugging this problem is unreliable. The same code cannot yield different results under the same conditions, so there must be some externalizes outside of our control.

I can suggest several options.

  1. Try to debug this problem yourself. The first thing to figure out is which signal kills zsh. It's crucial to know whether zsh crashes (e.g., with SIGSEGV) or gets killed by someone (e.g., with SIGTERM). You also need to isolate the conditions under which this problem occurs. All tests done so far gave confusing results. At first, running powerlevel10k from a clean ZSH session didn't fix the problem, then it did (with the same code of powerlevel10k). At first daemonizing the child zsh process helped, then it didn't (again with the same code of powerlevel10k). This is not a solid ground from which any conclusions can be made.
  2. Remove vcs segment form your config. You'll no longer have git status in your prompt.
  3. Add POWERLEVEL9K_DISABLE_GITSTATUS=true to your config. It'll make your prompt much slower.

Sorry that I couldn't help you solve this problem.

@hsinyinfu
Copy link
Author

Yes, there is no gitstatusd shown in the output of ps.
Thanks for your suggestions, I'll try to figure out the signal which kills zsh.

@hsinyinfu
Copy link
Author

hsinyinfu commented Aug 3, 2019

Hi, sorry to bother you again.
I have reinstalled my OS, and configured my environment well. (This time I install the zsh-autosuggersions with homebrew instead of oh-my-zsh)
This time, I found that "everytime" I opened a new iTerm2 window, the same error showed up in the result of the "first command", not like before that I didn't know when and how to trigger the error.
So I was wondering if you could help me to try to find out who killed my gitstatusd again.
Thanks for your kindly help.

@romkatv
Copy link
Owner

romkatv commented Aug 5, 2019

What's unusual about your system? Given that you are the only one with this problem, there must be something special. Can you think of anything that isn't standard? Do you change any settings? Manually set any environment variables? Install any non-mainstream applications or packages?

@romkatv
Copy link
Owner

romkatv commented Aug 5, 2019

I've added extra logging in dev branch. Please do the following.

  1. Switch to dev:
( cd $ZSH_CUSTOM/themes/powerlevel10k && git pull && git checkout dev )
  1. Restart zsh.
  2. Wait 5 seconds without typing anything.
  3. Type echo.
  4. At this point you should see the "broken pipe" error.
  5. Type cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K and send me the output.

P.S.

The answers to my questions from the previous comment are still important.

@hsinyinfu
Copy link
Author

hsinyinfu commented Aug 5, 2019

Hi, I found something unusual.
I found that the owner of my ~/.zsh_history was root, instead of my account hsinyin.

When the owner of .zsh_history was root, the error message must show up in the result of first command.
However, when I change the owner of it to my account with chown, the error message showed up in the result of commands later.

In addition, there is a file '.zcompdump-傅信穎的 MacBook Air-5.7.1' in my home directory. I googled it and it seems that is the problem between oh-my-zsh and git.

I followed your steps in both conditions, but the output of cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K was nothing.

This is the screenshot when owner of .zsh_history is my personal account.
螢幕快照 2019-08-05 下午6 32 11

This is the screenshot when owner of .zsh_history is root.
螢幕快照 2019-08-05 下午6 30 39

@romkatv
Copy link
Owner

romkatv commented Aug 5, 2019

Sorry, I forgot to mention that you need to add one more line to your ~/.zshrc.

echo 'GITSTATUS_LOG_LEVEL=DEBUG' >>!~/.zshrc

Please run this command and repeat the steps above.

P.S.

How come your history is owned by root? This is certainly unusual.

@hsinyinfu
Copy link
Author

This is the output of cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K after the error message appeared:
(The owner of .zsh_history is my personal account now, so the error message was not appeared in the result of first command)

+zsh:1> zsh -Tdfxc $'\n      echo $$\n      local sig\n      for sig in $signals; do TRAP$sig() { print -P \'[%*] Received\' SIG${0#TRAP} >&2 }; done\n      /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 --lock-fd=3 --parent-pid=40123 --num-threads=8 --max-num-staged=1 --max-num-unstaged=1 --max-num-conflicted=1 --max-num-untracked=1 --dirty-max-index-size=-1 --log-level=DEBUG\n      if [[ $? != (0|10) && $? -le 128 &&\n            -z \'\' &&\n            -f /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64-static ]]; then\n        /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64-static --lock-fd=3 --parent-pid=40123 --num-threads=8 --max-num-staged=1 --max-num-unstaged=1 --max-num-conflicted=1 --max-num-untracked=1 --dirty-max-index-size=-1 --log-level=DEBUG\n      fi\n      echo -nE $\'bye\\x1f0\\x1e\''
+zsh:2> echo 40192
+zsh:3> local sig
+zsh:4> sig=EXIT
+zsh:4> sig=HUP
+zsh:4> sig=INT
+zsh:4> sig=QUIT
+zsh:4> sig=ILL
+zsh:4> sig=TRAP
+zsh:4> sig=ABRT
+zsh:4> sig=EMT
+zsh:4> sig=FPE
+zsh:4> sig=KILL
+zsh:4> sig=BUS
+zsh:4> sig=SEGV
+zsh:4> sig=SYS
+zsh:4> sig=PIPE
+zsh:4> sig=ALRM
+zsh:4> sig=TERM
+zsh:4> sig=URG
+zsh:4> sig=STOP
+zsh:4> sig=TSTP
+zsh:4> sig=CONT
+zsh:4> sig=CHLD
+zsh:4> sig=TTIN
+zsh:4> sig=TTOU
+zsh:4> sig=IO
+zsh:4> sig=XCPU
+zsh:4> sig=XFSZ
+zsh:4> sig=VTALRM
+zsh:4> sig=PROF
+zsh:4> sig=WINCH
+zsh:4> sig=INFO
+zsh:4> sig=USR1
+zsh:4> sig=USR2
+zsh:4> sig=ZERR
+zsh:4> sig=DEBUG
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[18:47:13] Received SIGDEBUG
+zsh:5> /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 '--lock-fd=3' '--parent-pid=40123' '--num-threads=8' '--max-num-staged=1' '--max-num-unstaged=1' '--max-num-conflicted=1' '--max-num-untracked=1' '--dirty-max-index-size=-1' '--log-level=DEBUG'
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[0]: "/Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[1]: "--lock-fd=3"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[2]: "--parent-pid=40123"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[3]: "--num-threads=8"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[4]: "--max-num-staged=1"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[5]: "--max-num-unstaged=1"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[6]: "--max-num-conflicted=1"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[7]: "--max-num-untracked=1"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[8]: "--dirty-max-index-size=-1"
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:157] argv[9]: "--log-level=DEBUG"
[2019-08-05 18:47:13 00000001126415c0 INFO src/thread_pool.cc:81] Spawning 8 thread(s)
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "hello" for ""
[2019-08-05 18:47:13 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:13 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.095ms cpu
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "hello" for ""
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002033.2687120438 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:13 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:13 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.24ms cpu
[2019-08-05 18:47:13 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002033.2687120438 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:25 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002045.6287150383 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:25 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:25 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.159ms cpu
[2019-08-05 18:47:25 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002045.6287150383 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:27 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002047.2809679508 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:27 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:27 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.153ms cpu
[2019-08-05 18:47:27 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002047.2809679508 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:28 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002048.7453579903 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:28 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:28 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.15ms cpu
[2019-08-05 18:47:28 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002048.7453579903 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:29 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002049.8205490112 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:29 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:29 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.154ms cpu
[2019-08-05 18:47:29 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002049.8205490112 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:32 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002052.0374729633 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:32 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:32 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.155ms cpu
[2019-08-05 18:47:32 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002052.0374729633 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:33 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002053.9411048889 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:33 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:33 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.152ms cpu
[2019-08-05 18:47:33 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002053.9411048889 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:36 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002056.4173429012 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:36 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:36 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.188ms cpu
[2019-08-05 18:47:36 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002056.4173429012 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:39 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002059.9688630104 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:39 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:39 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.171ms cpu
[2019-08-05 18:47:39 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002059.9688630104 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:45 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002065.9316511154 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:45 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:45 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.152ms cpu
[2019-08-05 18:47:45 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002065.9316511154 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:47 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002067.3111319542 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:47 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:47 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.149ms cpu
[2019-08-05 18:47:47 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002067.3111319542 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:48 00000001126415c0 INFO src/gitstatus.cc:171] Processing request: "1565002068.0606000423 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-05 18:47:48 00000001126415c0 INFO src/response.cc:69] Replying without git status
[2019-08-05 18:47:48 00000001126415c0 INFO src/timer.cc:64] Timing for: request: 0.205ms cpu
[2019-08-05 18:47:48 00000001126415c0 INFO src/gitstatus.cc:174] Successfully processed request: "1565002068.0606000423 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
+TRAPTERM:0> print -P '[%*] Received' SIGTERM
[18:47:48] Received SIGTERM
+TRAPZERR:0> print -P '[%*] Received' SIGZERR
[18:47:48] Received SIGZERR
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[18:47:48] Received SIGDEBUG
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[18:47:48] Received SIGDEBUG
+zsh:6> [[ 143 != (0|10) && 143 -le 128 ]]
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[18:47:48] Received SIGDEBUG
+zsh:11> echo -nE $'bye\C-_0\C-^'
+TRAPEXIT:0> print -P '[%*] Received' SIGEXIT
[18:47:48] Received SIGEXIT
gitstatus_query:echo:32: write error: broken pipe

@romkatv
Copy link
Owner

romkatv commented Aug 5, 2019

OK, now we know that the process is killed with SIGTERM. Let's figure out who sends it.

  1. Type this:
( cd $ZSH_CUSTOM/themes/powerlevel10k && git pull )
  1. Restart zsh.
  2. Trigger the error.
  3. Type cat $GITSTATUS_DAEMON_LOG_POWERLEVEL9K.
  4. You'll see something like Received signal 15 from pid 1234 close to the end of the output. The second number is the PID of the process that has killed the background job.
  5. Type ps -lfe 1234 (substitute 1234 for the real pid). Post the output here.
  6. Is the pid the same as echo $$? If not, post the output of pstree -p (you might have to run brew install pstree first).

@romkatv
Copy link
Owner

romkatv commented Aug 5, 2019

What's unusual about your system? Given that you are the only one with this problem, there must be something special. Can you think of anything that isn't standard? Do you change any settings? Manually set any environment variables? Install any non-mainstream applications or packages?

I still need answers to these questions. Please send them ASAP.

@hsinyinfu
Copy link
Author

I still need answers to these questions. Please send them ASAP.

I found that the owner of ~/.zsh_history was root, and there is one '.zcompdump-傅信穎的 MacBook Air-5.7.1' file in my home directory, even I deleted it, it will still be there when I open a new terminal window.

These are all the applications installed by myself:

Xcode
MacDown
Line
Google Chrome
Pages
Keynote
Microsoft Remote Desktop
iTerm
Microsoft Word
Microsoft PowerPoint
Microsoft Excel
Dropbox
Adobe Acrobat Reader DC
VMware Remote Console

And these are all things I installed with homebrew:
brew

OK, now we know that the process is killed with SIGTERM. Let's figure out who sends it.

So far, after I pull the latest commit, I have not triggered the error once. I'll keep trying.

@romkatv
Copy link
Owner

romkatv commented Aug 5, 2019

and there is one '.zcompdump-傅信穎的 MacBook Air-5.7.1' file in my home directory, even I deleted it, it will still be there when I open a new terminal window.

If it's not owned by root, this is fine.

These are all the applications installed by myself:
And these are all things I installed with homebrew:

I don't use macOS myself and I don't think I can afford the time to figure out which of these applications are mainstream and which are unusual.

Perhaps you know the answer?

So far, after I pull the latest commit, I have not triggered the error once. I'll keep trying.

You had a way to trigger the error reliably by chowning your history to root. Could you use it? It's much easier to deal with errors that can be deterministically reproduced.

@hsinyinfu
Copy link
Author

If it's not owned by root, this is fine.

It's not owned by root.

Perhaps you know the answer?

I think those applications are trustworthy. They all developed by famous corporations except for MacDown, which is an open-source markdown editor for mac, and be installed via either App store or official website.

You had a way to trigger the error reliably by chowning your history to root. Could you use it? It's much easier to deal with errors that can be deterministically reproduced.

I have chowned the .zsh_history, and still can't trigger the error...
Maybe I'm wrong, but it seems that the error appeared alternatively in commits I pulled. For example, assumes that the previous commit on dev I pulled cause the error be triggered, the next one commit (current commit) doesn't trigger the error. Perhaps next commit triggers it again?
That is to say, if it appears in the first commit, it doesn't appear in next one commit I pulled, and shows up again in the third commit.

A few days ago, when we tried to figure out what happened, you daemonized the background process in bg-zsh and it didn't trigger the error in that commit. However, right after you merged the branch into master and I pulled the newest commit, the error was showed up again.

@hsinyinfu
Copy link
Author

hsinyinfu commented Aug 6, 2019

I just tried to switch Powerlevel10k back to the master branch and pulled the latest commit, the error still there. But it just can't be triggered in the current commit of dev branch.

Would it be caused by the connection timeout between my session and gitstatusd?
I googled mac write broken pipe, and found that some people have the similar problem like me when ssh to an internal or remote server. Most answer is to set ServerAliveInterval or ClientAliveInterval in ssh configuration file.
I'm not sure if my situation is the same as theirs.

I tried to put the following snippets in the /etc/ssh/ssh_config and ~/.ssh/config and switch Powerlevel10k to master branch to see if this helps, but the error still appeared.

Host *
  ServerAliveInterval 30
  ServerAliveCountMax 6

Reference 1
Reference 2

@romkatv
Copy link
Owner

romkatv commented Aug 6, 2019

I just tried to switch Powerlevel10k back to the master branch and pulled the latest commit, the error still there. But it just can't be triggered in the current commit of dev branch.

Thanks, this is useful information.

Would it be caused by the connection timeout between my session and gitstatusd?

No.

I googled mac write broken pipe, and found that some people have the similar problem like me when ssh to an internal or remote server. Most answer is to set ServerAliveInterval or ClientAliveInterval in ssh configuration file.
I'm not sure if my situation is the same as theirs.

It's unrelated. We know that the background process is killed by SIGTERM. This is 100% certain. We also know that the whole group is killed.

Earlier my first thought was that zshexit hook somehow gets called when it should'be be but when I added logging to stderr to it, you didn't see any output when jobs were being killed. However, your latest reports indicate that zshexit hook is indeed the most likely source of SIGTERM, and the output from my logging statements may have been missing because stderr is redirected, or because the call is made from zle.

I've added extra logging, now to a file. Please do the following:

  1. Type this:
( cd $ZSH_CUSTOM/themes/powerlevel10k && git pull && git checkout dev )
  1. Restart zsh.
  2. Trigger the error.
  3. Type cat /tmp/gitstatus.log $GITSTATUS_DAEMON_LOG_POWERLEVEL9K (note that there are two file arguments). Post the output here.
  4. You'll see something like Received signal 15 from pid 1234 close to the end of the output. The second number is the PID of the process that has killed the background job.
  5. Type ps -lfp 1234 (substitute 1234 for the real pid). Post the output here.
  6. Is the pid the same as echo $$? If not, post the output of pstree -p (you might have to run brew install pstree first).

@hsinyinfu
Copy link
Author

hsinyinfu commented Aug 6, 2019

Type cat /tmp/gitstatus.log $GITSTATUS_DAEMON_LOG_POWERLEVEL9K (note that there are two file arguments). Post the output here.

cat: /tmp/gitstatus.log: No such file or directory
+zsh:1> zsh -Tdfxc $'\n      echo $$\n      local sig\n      for sig in $signals; do TRAP$sig() { print -P \'[%*] Received\' SIG${0#TRAP} >&2 }; done\n      /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 --lock-fd=3 --parent-pid=8169 --num-threads=8 --max-num-staged=1 --max-num-unstaged=1 --max-num-conflicted=1 --max-num-untracked=1 --dirty-max-index-size=-1 --log-level=DEBUG\n      if [[ $? != (0|10) && $? -le 128 &&\n            -z \'\' &&\n            -f /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64-static ]]; then\n        /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64-static --lock-fd=3 --parent-pid=8169 --num-threads=8 --max-num-staged=1 --max-num-unstaged=1 --max-num-conflicted=1 --max-num-untracked=1 --dirty-max-index-size=-1 --log-level=DEBUG\n      fi\n      echo -nE $\'bye\\x1f0\\x1e\''
+zsh:2> echo 8238
+zsh:3> local sig
+zsh:4> sig=EXIT
+zsh:4> sig=HUP
+zsh:4> sig=INT
+zsh:4> sig=QUIT
+zsh:4> sig=ILL
+zsh:4> sig=TRAP
+zsh:4> sig=ABRT
+zsh:4> sig=EMT
+zsh:4> sig=FPE
+zsh:4> sig=KILL
+zsh:4> sig=BUS
+zsh:4> sig=SEGV
+zsh:4> sig=SYS
+zsh:4> sig=PIPE
+zsh:4> sig=ALRM
+zsh:4> sig=TERM
+zsh:4> sig=URG
+zsh:4> sig=STOP
+zsh:4> sig=TSTP
+zsh:4> sig=CONT
+zsh:4> sig=CHLD
+zsh:4> sig=TTIN
+zsh:4> sig=TTOU
+zsh:4> sig=IO
+zsh:4> sig=XCPU
+zsh:4> sig=XFSZ
+zsh:4> sig=VTALRM
+zsh:4> sig=PROF
+zsh:4> sig=WINCH
+zsh:4> sig=INFO
+zsh:4> sig=USR1
+zsh:4> sig=USR2
+zsh:4> sig=ZERR
+zsh:4> sig=DEBUG
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[14:52:38] Received SIGDEBUG
+zsh:5> /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 '--lock-fd=3' '--parent-pid=8169' '--num-threads=8' '--max-num-staged=1' '--max-num-unstaged=1' '--max-num-conflicted=1' '--max-num-untracked=1' '--dirty-max-index-size=-1' '--log-level=DEBUG'
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[0]: "/Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[1]: "--lock-fd=3"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[2]: "--parent-pid=8169"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[3]: "--num-threads=8"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[4]: "--max-num-staged=1"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[5]: "--max-num-unstaged=1"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[6]: "--max-num-conflicted=1"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[7]: "--max-num-untracked=1"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[8]: "--dirty-max-index-size=-1"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:195] argv[9]: "--log-level=DEBUG"
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/thread_pool.cc:81] Spawning 8 thread(s)
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:209] Processing request: "hello" for ""
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/response.cc:69] Replying without git status
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/timer.cc:64] Timing for: request: 0.107ms cpu
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:212] Successfully processed request: "hello" for ""
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:209] Processing request: "1565074358.5346250534 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/response.cc:69] Replying without git status
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/timer.cc:64] Timing for: request: 0.183ms cpu
[2019-08-06 14:52:38 000000010cfcf5c0 INFO src/gitstatus.cc:212] Successfully processed request: "1565074358.5346250534 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
Received signal 15 from pid 8250.
+TRAPTERM:0> print -P '[%*] Received' SIGTERM
[14:52:41] Received SIGTERM
+TRAPZERR:0> print -P '[%*] Received' SIGZERR
[14:52:41] Received SIGZERR
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[14:52:41] Received SIGDEBUG
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[14:52:41] Received SIGDEBUG
+zsh:6> [[ 143 != (0|10) && 143 -le 128 ]]
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[14:52:41] Received SIGDEBUG
+zsh:11> echo -nE $'bye\C-_0\C-^'
+TRAPEXIT:0> print -P '[%*] Received' SIGEXIT
[14:52:41] Received SIGEXIT
gitstatus_query:echo:32: write error: broken pipe

The PID killed the background job is 8250, but echo $$ is 8169.
However, there is nothing when I type ps -lfp 8250 and pstree -p 8250.
螢幕快照 2019-08-06 下午2 58 41

I tried two times. In the second time, after I opened a new terminal window, I saved the output of ps aux in my home directory first with command below and make sure that the error was not being triggered:

ps aux > log

After that, I just followed your steps: triggered the error, and find out the PID who killed the background process in the result of cat /tmp/gitstatus.log $GITSTATUS_DAEMON_LOG_POWERLEVEL9K. This time, the PID was 9132, but it was still different from echo $$ which was 8921 this time. And again, the output of ps -lfp 9132 and pstree -p 9132 was empty.

I check the result file of ps aux to find out which process use 9132 as its PID when the backgound process still alive, but there was no process with pid 9132 in the log file.

@romkatv
Copy link
Owner

romkatv commented Aug 6, 2019

cat: /tmp/gitstatus.log: No such file or directory

Sorry, I forget you are on macOS. The cat command should be:

cat ${TMPDIR:-/tmp}/gitstatus.log $GITSTATUS_DAEMON_LOG_POWERLEVEL9K

The rest looks useful but I still need the content of that gitstatus.log. Please trigger the error again and attach the full output of the cat command.

@romkatv romkatv reopened this Aug 6, 2019
@hsinyinfu
Copy link
Author

Hi, because the length of output is too long for my terminal to display on the screen, I redirect the result of the command to a file named output and open the file to copy the content:

cat ${TMPDIR:-/tmp}/gitstatus.log $GITSTATUS_DAEMON_LOG_POWERLEVEL9K > output

Here is the result:
(Sorry that there should be one more line gitstatus_query:echo:32: write error: broken pipe at the end of the file, but I forgot to redirect the stderr to the file)

[14:52:38 8169 8169 0] installing zshexit hook _gitstatus_cleanup_0_8238
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh:417
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:4141
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:3204
  -zsh:1
[14:52:41 8250 8250 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[14:52:41 8250 8250 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[14:52:41 8255 8255 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[14:52:41 8255 8255 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[14:52:58 0 8270 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:221  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:2
[14:52:58 0 8270 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:221  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:2
[14:54:25 8286 8286 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:25 8286 8286 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:26 8298 8298 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:26 8298 8298 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:27 8310 8310 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:27 8310 8310 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:27 8322 8322 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:27 8322 8322 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:27 8330 8330 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:27 8330 8330 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:27 8338 8338 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:27 8338 8338 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:28 8346 8346 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:28 8346 8346 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:28 8358 8358 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:28 8358 8358 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:28 8370 8370 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:28 8370 8370 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:3
[14:54:57 8392 8392 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:4
[14:54:57 8392 8392 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:4
[14:55:14 8404 8404 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:14 8404 8404 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:14 0 8409 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:14 0 8409 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:16 8414 8414 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:16 8414 8414 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:16 8418 8418 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:16 8418 8418 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:16 8422 8422 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:16 8422 8422 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:17 8426 8426 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:17 8426 8426 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:17 8430 8430 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:17 8430 8430 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:18 8434 8434 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:18 8434 8434 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:18 8438 8438 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:18 8438 8438 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:18 8442 8442 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:55:18 8442 8442 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[14:59:12 8169 8169 0] zshexit hook _gitstatus_cleanup_0_8238 is called  
-zsh:7
[14:59:12 8169 8169 0] zshexit hook _gitstatus_cleanup_0_8238 is killing 8238  
-zsh:7
[14:59:13 8478 8478 0] installing zshexit hook _gitstatus_cleanup_0_8547
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh:417
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:4141
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:3204
  -zsh:1
[14:59:38 8643 8643 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:12
[14:59:38 8643 8643 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:12
[14:59:45 0 8657 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:221  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:13
[14:59:45 0 8657 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:221  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:13
[15:00:02 8670 8670 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:02 8670 8670 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:02 8682 8682 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:02 8682 8682 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:02 8694 8694 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:02 8694 8694 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:03 8706 8706 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:03 8706 8706 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:04 8714 8714 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:04 8714 8714 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:04 8726 8726 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:04 8726 8726 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:04 8738 8738 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:04 8738 8738 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:14
[15:00:22 8771 8771 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:16
[15:00:22 8771 8771 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:16
[15:00:25 8775 8775 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:16
[15:00:25 8775 8775 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:16
[15:00:25 8779 8779 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:16
[15:00:25 8779 8779 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:16
[15:00:25 8783 8783 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:16
[15:00:25 8783 8783 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:16
[15:00:32 8797 8797 0] installing zshexit hook _gitstatus_cleanup_0_8866
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh:417
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:4141
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:3204
  -zsh:1
[15:00:36 8478 8478 0] zshexit hook _gitstatus_cleanup_0_8547 is called  
-zsh:17
[15:00:36 8478 8478 0] zshexit hook _gitstatus_cleanup_0_8547 is killing 8547  
-zsh:17
[15:00:37 8880 8880 0] zshexit hook _gitstatus_cleanup_0_8866 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:37 8880 8880 0] zshexit hook _gitstatus_cleanup_0_8866 is killing 8866  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:38 8888 8888 0] zshexit hook _gitstatus_cleanup_0_8866 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:38 8888 8888 0] zshexit hook _gitstatus_cleanup_0_8866 is killing 8866  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:38 8892 8892 0] zshexit hook _gitstatus_cleanup_0_8866 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:38 8892 8892 0] zshexit hook _gitstatus_cleanup_0_8866 is killing 8866  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:39 8896 8896 0] zshexit hook _gitstatus_cleanup_0_8866 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:39 8896 8896 0] zshexit hook _gitstatus_cleanup_0_8866 is killing 8866  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:39 0 8900 0] zshexit hook _gitstatus_cleanup_0_8866 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:39 0 8900 0] zshexit hook _gitstatus_cleanup_0_8866 is killing 8866  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:40 8904 8904 0] zshexit hook _gitstatus_cleanup_0_8866 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:40 8904 8904 0] zshexit hook _gitstatus_cleanup_0_8866 is killing 8866  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:40 8908 8908 0] zshexit hook _gitstatus_cleanup_0_8866 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:40 8908 8908 0] zshexit hook _gitstatus_cleanup_0_8866 is killing 8866  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:00:45 8921 8921 0] installing zshexit hook _gitstatus_cleanup_0_8990
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh:417
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:4141
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:3204
  -zsh:1
[15:00:49 8797 8797 0] zshexit hook _gitstatus_cleanup_0_8866 is called  
-zsh:2
[15:00:49 8797 8797 0] zshexit hook _gitstatus_cleanup_0_8866 is killing 8866  
-zsh:2
[15:01:08 9132 9132 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:17
[15:01:08 9132 9132 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:17
[15:01:30 9152 9152 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:19
[15:01:30 9152 9152 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:19
[15:01:31 9160 9160 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:19
[15:01:31 9160 9160 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:19
[15:01:31 9172 9172 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:19
[15:01:31 9172 9172 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:19
[15:01:38 9195 9195 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:38 9195 9195 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:39 9199 9199 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:39 9199 9199 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:39 9203 9203 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:39 9203 9203 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:40 9207 9207 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:40 9207 9207 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:40 9211 9211 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:40 9211 9211 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:40 9215 9215 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:40 9215 9215 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:40 9219 9219 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:40 9219 9219 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:20
[15:01:45 9232 9232 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:21
[15:01:45 9232 9232 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:21
[15:01:45 9236 9236 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:21
[15:01:45 9236 9236 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:21
[15:01:45 9240 9240 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:21
[15:01:45 9240 9240 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:21
[15:01:45 9244 9244 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:21
[15:01:45 9244 9244 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:21
[15:02:01 9274 9274 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:22
[15:02:01 9274 9274 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:22
[15:10:10 9325 9325 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:25
[15:10:10 9325 9325 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:25
[15:10:10 9333 9333 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:25
[15:10:10 9333 9333 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:25
[15:10:11 9341 9341 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:25
[15:10:11 9341 9341 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:25
[15:10:16 9366 9366 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:16 9366 9366 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:16 9370 9370 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:16 9370 9370 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:16 9378 9378 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:16 9378 9378 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:17 0 9390 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:17 0 9390 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:18 9394 9394 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:18 9394 9394 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:18 9398 9398 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:18 9398 9398 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:18 9402 9402 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:18 9402 9402 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:27
[15:10:42 9424 9424 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:42 9424 9424 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:43 9428 9428 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:43 9428 9428 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:43 9432 9432 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:43 9432 9432 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:44 9436 9436 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:44 9436 9436 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:44 9440 9440 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:44 9440 9440 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:44 9444 9444 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:44 9444 9444 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:45 9448 9448 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:45 9448 9448 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:29
[15:10:49 9460 9460 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:49 9460 9460 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 9464 9464 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 9464 9464 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 9467 9467 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 9467 9467 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 0 9473 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 0 9473 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 9477 9477 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 9477 9477 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 9481 9481 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:50 9481 9481 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:51 9489 9489 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:51 9489 9489 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:51 9497 9497 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:51 9497 9497 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:52 9505 9505 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:52 9505 9505 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:52 0 9513 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:52 0 9513 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:30
[15:10:58 9531 9531 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:31
[15:10:58 9531 9531 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:31
[15:10:58 9539 9539 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:31
[15:10:58 9539 9539 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:31
[15:24:45 9689 9689 0] installing zshexit hook _gitstatus_cleanup_0_9758
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh:417
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:4141
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:3204
  -zsh:1
[15:24:49 8921 8921 0] zshexit hook _gitstatus_cleanup_0_8990 is called  
-zsh:38
[15:24:49 8921 8921 0] zshexit hook _gitstatus_cleanup_0_8990 is killing 8990  
-zsh:38
[15:24:54 9773 9773 0] zshexit hook _gitstatus_cleanup_0_9758 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:24:54 9773 9773 0] zshexit hook _gitstatus_cleanup_0_9758 is killing 9758  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:24:55 9777 9777 0] zshexit hook _gitstatus_cleanup_0_9758 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:24:55 9777 9777 0] zshexit hook _gitstatus_cleanup_0_9758 is killing 9758  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:1
[15:25:03 9790 9790 0] installing zshexit hook _gitstatus_cleanup_0_9859
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh:417
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:4141
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:3204
  -zsh:1
[15:25:07 9689 9689 0] zshexit hook _gitstatus_cleanup_0_9758 is called  
-zsh:2
[15:25:07 9689 9689 0] zshexit hook _gitstatus_cleanup_0_9758 is killing 9758  
-zsh:2
[15:25:45 10014 10014 0] zshexit hook _gitstatus_cleanup_0_9859 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10014 10014 0] zshexit hook _gitstatus_cleanup_0_9859 is killing 9859  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10019 10019 0] zshexit hook _gitstatus_cleanup_0_9859 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10019 10019 0] zshexit hook _gitstatus_cleanup_0_9859 is killing 9859  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10024 10024 0] zshexit hook _gitstatus_cleanup_0_9859 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10024 10024 0] zshexit hook _gitstatus_cleanup_0_9859 is killing 9859  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10029 10029 0] zshexit hook _gitstatus_cleanup_0_9859 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10029 10029 0] zshexit hook _gitstatus_cleanup_0_9859 is killing 9859  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10034 10034 0] zshexit hook _gitstatus_cleanup_0_9859 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10034 10034 0] zshexit hook _gitstatus_cleanup_0_9859 is killing 9859  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10039 10039 0] zshexit hook _gitstatus_cleanup_0_9859 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:45 10039 10039 0] zshexit hook _gitstatus_cleanup_0_9859 is killing 9859  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:18
[15:25:48 0 10053 0] zshexit hook _gitstatus_cleanup_0_9859 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:221  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:19
[15:25:48 0 10053 0] zshexit hook _gitstatus_cleanup_0_9859 is killing 9859  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:221  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:19
[15:26:11 10066 10066 0] installing zshexit hook _gitstatus_cleanup_0_10135
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh:417
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:4141
  /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh:3204
  -zsh:1
[15:26:14 9790 9790 0] zshexit hook _gitstatus_cleanup_0_9859 is called  
-zsh:20
[15:26:14 9790 9790 0] zshexit hook _gitstatus_cleanup_0_9859 is killing 9859  
-zsh:20
[15:26:35 10169 10169 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:4
[15:26:35 10169 10169 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:4
[15:26:38 0 10184 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:221  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:38 0 10184 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:177  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:175  
/usr/local/Cellar/zsh/5.7.1/share/zsh/functions/bracketed-paste-magic:221  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:289  
/Users/hsinyin/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh:335  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:234  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:315  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:39 0 10188 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:39 0 10188 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:40 0 10196 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:40 0 10196 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:40 0 10200 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:40 0 10200 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:40 0 10204 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:40 0 10204 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:43 10208 10208 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:43 10208 10208 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:563  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10212 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10212 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10216 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10216 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10220 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10220 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10224 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10224 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10228 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:46 0 10228 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:47 0 10232 0] zshexit hook _gitstatus_cleanup_0_10135 is called  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
[15:26:47 0 10232 0] zshexit hook _gitstatus_cleanup_0_10135 is killing 10135  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:596  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:719  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:364  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:351  
/usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh:468  
:186  
-zsh:5
+zsh:1> zsh -Tdfxc $'\n      echo $$\n      local sig\n      for sig in $signals; do TRAP$sig() { print -P \'[%*] Received\' SIG${0#TRAP} >&2 }; done\n      /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 --lock-fd=3 --parent-pid=10066 --num-threads=8 --max-num-staged=1 --max-num-unstaged=1 --max-num-conflicted=1 --max-num-untracked=1 --dirty-max-index-size=-1 --log-level=DEBUG\n      if [[ $? != (0|10) && $? -le 128 &&\n            -z \'\' &&\n            -f /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64-static ]]; then\n        /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64-static --lock-fd=3 --parent-pid=10066 --num-threads=8 --max-num-staged=1 --max-num-unstaged=1 --max-num-conflicted=1 --max-num-untracked=1 --dirty-max-index-size=-1 --log-level=DEBUG\n      fi\n      echo -nE $\'bye\\x1f0\\x1e\''
+zsh:2> echo 10135
+zsh:3> local sig
+zsh:4> sig=EXIT
+zsh:4> sig=HUP
+zsh:4> sig=INT
+zsh:4> sig=QUIT
+zsh:4> sig=ILL
+zsh:4> sig=TRAP
+zsh:4> sig=ABRT
+zsh:4> sig=EMT
+zsh:4> sig=FPE
+zsh:4> sig=KILL
+zsh:4> sig=BUS
+zsh:4> sig=SEGV
+zsh:4> sig=SYS
+zsh:4> sig=PIPE
+zsh:4> sig=ALRM
+zsh:4> sig=TERM
+zsh:4> sig=URG
+zsh:4> sig=STOP
+zsh:4> sig=TSTP
+zsh:4> sig=CONT
+zsh:4> sig=CHLD
+zsh:4> sig=TTIN
+zsh:4> sig=TTOU
+zsh:4> sig=IO
+zsh:4> sig=XCPU
+zsh:4> sig=XFSZ
+zsh:4> sig=VTALRM
+zsh:4> sig=PROF
+zsh:4> sig=WINCH
+zsh:4> sig=INFO
+zsh:4> sig=USR1
+zsh:4> sig=USR2
+zsh:4> sig=ZERR
+zsh:4> sig=DEBUG
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[15:26:11] Received SIGDEBUG
+zsh:5> /Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64 '--lock-fd=3' '--parent-pid=10066' '--num-threads=8' '--max-num-staged=1' '--max-num-unstaged=1' '--max-num-conflicted=1' '--max-num-untracked=1' '--dirty-max-index-size=-1' '--log-level=DEBUG'
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[0]: "/Users/hsinyin/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-darwin-x86_64"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[1]: "--lock-fd=3"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[2]: "--parent-pid=10066"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[3]: "--num-threads=8"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[4]: "--max-num-staged=1"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[5]: "--max-num-unstaged=1"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[6]: "--max-num-conflicted=1"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[7]: "--max-num-untracked=1"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[8]: "--dirty-max-index-size=-1"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:195] argv[9]: "--log-level=DEBUG"
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/thread_pool.cc:81] Spawning 8 thread(s)
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:209] Processing request: "hello" for ""
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/response.cc:69] Replying without git status
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/timer.cc:64] Timing for: request: 0.092ms cpu
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:212] Successfully processed request: "hello" for ""
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:209] Processing request: "1565076371.0907649994 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/response.cc:69] Replying without git status
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/timer.cc:64] Timing for: request: 0.176ms cpu
[2019-08-06 15:26:11 00000001087dd5c0 INFO src/gitstatus.cc:212] Successfully processed request: "1565076371.0907649994 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-06 15:26:15 00000001087dd5c0 INFO src/gitstatus.cc:209] Processing request: "1565076375.3096370697 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-06 15:26:15 00000001087dd5c0 INFO src/response.cc:69] Replying without git status
[2019-08-06 15:26:15 00000001087dd5c0 INFO src/timer.cc:64] Timing for: request: 0.136ms cpu
[2019-08-06 15:26:15 00000001087dd5c0 INFO src/gitstatus.cc:212] Successfully processed request: "1565076375.3096370697 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-06 15:26:33 00000001087dd5c0 INFO src/gitstatus.cc:209] Processing request: "1565076393.0078420639 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-06 15:26:33 00000001087dd5c0 INFO src/response.cc:69] Replying without git status
[2019-08-06 15:26:33 00000001087dd5c0 INFO src/timer.cc:64] Timing for: request: 0.143ms cpu
[2019-08-06 15:26:33 00000001087dd5c0 INFO src/gitstatus.cc:212] Successfully processed request: "1565076393.0078420639 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-06 15:26:33 00000001087dd5c0 INFO src/gitstatus.cc:209] Processing request: "1565076393.9992949963 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
[2019-08-06 15:26:33 00000001087dd5c0 INFO src/response.cc:69] Replying without git status
[2019-08-06 15:26:33 00000001087dd5c0 INFO src/timer.cc:64] Timing for: request: 0.143ms cpu
[2019-08-06 15:26:33 00000001087dd5c0 INFO src/gitstatus.cc:212] Successfully processed request: "1565076393.9992949963 _p9k_vcs_resume 0" for "/Users/hsinyin" [no-diff]
Received signal 15 from pid 10169.
+TRAPTERM:0> print -P '[%*] Received' SIGTERM
[15:26:35] Received SIGTERM
+TRAPZERR:0> print -P '[%*] Received' SIGZERR
[15:26:35] Received SIGZERR
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[15:26:35] Received SIGDEBUG
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[15:26:35] Received SIGDEBUG
+zsh:6> [[ 143 != (0|10) && 143 -le 128 ]]
+TRAPDEBUG:0> print -P '[%*] Received' SIGDEBUG
[15:26:35] Received SIGDEBUG
+zsh:11> echo -nE $'bye\C-_0\C-^'
+TRAPEXIT:0> print -P '[%*] Received' SIGEXIT
[15:26:35] Received SIGEXIT

@romkatv
Copy link
Owner

romkatv commented Aug 6, 2019

Apparently it's zsh-autosuggestions causing mayhem. This is somewhat surprising because you were able to reproduce this issue when you disabled all plugins except for p10k. Perhaps there was some mistake in that test.

Armed with these logs I've added appropriate defense to p10k. Please switch back to master. Hopefully the errors will be gone now.

( cd $ZSH_CUSTOM/themes/powerlevel10k && git checkout master && git pull )

You can also remove GITSTATUS_LOG_LEVEL from ~/.zshrc. Restart zsh afterwards.

@hsinyinfu
Copy link
Author

I truly appreciate your all your help on this matter.
After I switch back to master branch, the error has not been triggered so far.
Powerlevel10k is so great that I can't bear to give it up on my macOS.
Thanks for your kindly help again.

@romkatv
Copy link
Owner

romkatv commented Aug 6, 2019

After I switch back to master branch, the error has not been triggered so far.

That's good. I'll close the issue then. Please reopen if the error disappears.

Thanks for your persistence and patience in assisting with debugging.

@romkatv romkatv closed this as completed Aug 6, 2019
@romkatv
Copy link
Owner

romkatv commented Aug 6, 2019

By the way, do you know about p10k configure? Run it a few times, you might like the results. If not, delete the line that it appends to your ~/.zshrc and you'll get your previous theme style back.

@hsinyinfu
Copy link
Author

Thanks, the config the wizard suggested to me looks awesome!!

romkatv added a commit to romkatv/gitstatus that referenced this issue Mar 30, 2020
romkatv added a commit that referenced this issue May 11, 2020
901c366b survive `cd` being a function that fails instead of doing its job; see #123

git-subtree-dir: gitstatus
git-subtree-split: 901c366b8ecb736e579784b132442ee51bcb0840
@bitnom
Copy link

bitnom commented Jun 27, 2020

I'm getting this same error all the time. I installed p10k via zinit

@romkatv
Copy link
Owner

romkatv commented Jun 27, 2020

@TensorTom Thanks for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants