Rodney Cheung

Results 9 comments of Rodney Cheung

😂I copy the popen code into my native service and rename it to popen_s.After that,I can execute shell cmd such as `top -m 1 -n 1` or `cat /proc/cpuinfo` to...

you should build with: ```shell cmake -B build_v142_x86 -A Win32 -G "Visual Studio 16 2019" -DYAML_BUILD_SHARED_LIBS=on -DYAML_CPP_BUILD_TESTS=off cmake --build build_v142_x86 --config Debug cmake --build build_v142_x86 --config Release cmake -B build_v142_x64...

My operating system is windows 11,os version:22000.978

sorry for late response.I uncomment line `ZSH_THEME="robbyrussell"` in ~/.zshrc but did not reproduce the phemomenon.Here's the output for `source ~/.zshrc` after change the zsh profile: ``` +_omz_async_request:1> local -i 'ret=0'...

The bug reproduced.Here's the output. ``` +_omz_async_request:1> local -i 'ret=0' +_omz_async_request:2> typeset -gA _OMZ_ASYNC_FDS _OMZ_ASYNC_PIDS _OMZ_ASYNC_OUTPUT +_omz_async_request:5> local handler +_omz_async_request:6> handler=_omz_git_prompt_info +_omz_async_request:7> (( 1 )) +_omz_async_request:9> local 'fd=12' +_omz_async_request:10> local...