Opened 5 months ago
Closed 4 months ago
#70293 closed defect (fixed)
zsh might hang waiting for subprocess when build with clang-16 or gcc-14
Reported by: | thelastlin (Xavier Hsinyuan) | Owned by: | larryv (Lawrence Velázquez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | zsh |
Description
zsh might hang waiting for subprocess when build with clang-16 or gcc-14.
Step to reproduce:
- execute
zsh -c "echo $(whoami)"
- try send SIGTERM to zsh, nothing response.
Workaround:
Add -Wno-error=implicit-int
to CFLAGS during configure, or
pick commit ab4d62e
("50641: use 'int main()' in test C-codes in configure") from upstream.
Change History (3)
comment:1 Changed 4 months ago by jmroot (Joshua Root)
Owner: | set to larryv |
---|---|
Status: | new → assigned |
comment:2 Changed 4 months ago by larryv (Lawrence Velázquez)
Status: | assigned → accepted |
---|
comment:3 Changed 4 months ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the report. I'll go with the extra compiler flag.