Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

zombie processes detected after calling wlc_view_close #198

Closed xeechou closed 7 years ago

xeechou commented 7 years ago

After running the example code example/example.c, I found that the processes became zombie processes(marked as defunct) after calling wlc_view_close? Is this normal?

Cloudef commented 7 years ago

The example just doesn't ignore SIGCHLD, or handle it accordingly.