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

2017-03-24 Thread Quentin Glidic
On 3/24/17 3:41 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 3/3] 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 --- clients/terminal.c | 3