FS#37791 - [zsh] does NOT print about program segfault if called in while loop

Attached to Project: Arch Linux
Opened by Matthias Krüger (matthiaskrgr) - Saturday, 16 November 2013, 13:16 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Tuesday, 11 February 2014, 20:30 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I had a programm that segfaulted.
when I just ran the program, zsh would print
zsh: segmentation fault (core dumped)
but when I ran the program in a while loop
while `sleep 1` ; do ; program ; done
it would not print that the program segfaulted.
This task depends upon

Closed by  Gerardo Exequiel Pozzi (djgera)
Tuesday, 11 February 2014, 20:30 GMT
Reason for closing:  Upstream
Additional comments about closing:  No response
Comment by Pierre Schmitz (Pierre) - Saturday, 16 November 2013, 13:55 GMT
This does not sound like an Arch Linux specific bug if at all.
Comment by Jelle van der Waa (jelly) - Saturday, 23 November 2013, 12:25 GMT
Did you report it upstrea matthias?

Loading...