-
Notifications
You must be signed in to change notification settings - Fork 345
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
Container exits on SIGWINCH #9
Comments
I think this is an issue of how |
Even just dropping "-t" should remove the sending of SIGWINCH when the
window resizes.
|
I've filed docker-library/docs#669 to update the image description to avoid this issue. |
From the ASF Bugzilla - commenting here with the hopes it saves the next person debugging this some time!
|
This happens all the time to me -- I run it in the foreground when I'm developing sometimes, although I guess I'm going to have to stop doing that. I'm not touching the terminal window, but for some reason, there's a lot of SIGWINCHes happening. |
Hello,
In -it mode, the container exited just by me opening a new tab in the terminal window (Ubuntu 14.04 host). Logged output:
[Fri Dec 25 02:41:50.249974 2015] [mpm_event:notice] [pid 1:tid 139752883230592] AH00492: caught SIGWINCH, shutting down gracefully
Thanks!
The text was updated successfully, but these errors were encountered: