Skip to content
Snippets Groups Projects
Commit f59dc111 authored by Tomohito Esaki's avatar Tomohito Esaki
Browse files

weston: Add set up SIGUSR1 blocking early using pthread_sigmask()


Xwayland block SIGUSR1 signal for handling this signal. However, if some
weston plugins creates additional threads before xwayland is loaded,
this signal get delivered these threads and causes weston quit.
Therefore, we should set up SIGUSR1 blocking early so that these threads
can inherit the setting when created.

Signed-off-by: default avatarTomohito Esaki <etom@igel.co.jp>
parent b1fb00db
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment