Re: [PATCH weston v2] weston-terminal: Fix race at startup

2017-03-24 Thread Quentin Glidic
On 3/24/17 10:29 PM, Derek Foreman wrote: If anything is printed for the terminal window to display before the window has been initially sized we end up with a segfault. This defers the exec() of the shell child process until after the window is sized so this can't happen anymore. Signed-off-by

[PATCH weston v2] weston-terminal: Fix race at startup

2017-03-24 Thread Derek Foreman
If anything is printed for the terminal window to display before the window has been initially sized we end up with a segfault. This defers the exec() of the shell child process until after the window is sized so this can't happen anymore. Signed-off-by: Derek Foreman Reviewed-by: Quentin Glidic