Bug#763842: mksh-static segfaults on continued jobs

2014-10-03 Thread Thorsten Glaser
Kacper Gutowski dixit: >Apparently, when compiling with klibc, WCONTINUED flag is defined but >WIFCONTINUED macro is not. The result is that p->state and p->status >are not consistent. > >This fixes it for me: Thank you a lot for this throughout analysis and fix! Will upload later today. bye, /

Bug#763842: mksh-static segfaults on continued jobs

2014-10-02 Thread Kacper Gutowski
Package: mksh Version: 50b-1 Severity: normal Dear Maintainer, When a job is continued after being stopped in interactive mksh-static or lksh, they crash with segmentation fault. The simplest way to reproduce is to call "fg" for any stopped job in interactive mksh-static or lksh (full mksh is not