sway/common
Mikkel Oscar Lyderik 1d010afbf7 Abort when receiving 0 bytes in IPC call
When sway crashes a swaybar process is sometimes left behind running at
100% CPU. This was caused by the swaybar trying to retrieve an IPC
response from the closed sway socket.

This patch fixes the problem by aborting when the socket has been closed
(recv return 0).

Fix #528
2016-03-22 11:27:39 +01:00
..
CMakeLists.txt fix backtrace detection in CMake 2015-12-22 00:32:41 +01:00
ipc-client.c Abort when receiving 0 bytes in IPC call 2016-03-22 11:27:39 +01:00
list.c swaybar: fix memory leaks 2015-12-22 17:54:47 +01:00
log.c Correctly exit sway on errors. 2016-02-26 09:42:21 +01:00
readline.c Print /proc/<pid>/maps on segfault 2016-01-28 07:57:07 -05:00
stringop.c Add quotes to multiword arguments. 2016-01-25 00:14:13 +01:00
util.c numlen(0) == 1 2016-01-24 03:02:51 +01:00