Remove the dying message feature of deadlock's reason 05/251505/2 accepted/tizen/unified/20210118.141052 submit/tizen/20210115.052157
authorYoungHun Kim <yh8004.kim@samsung.com>
Thu, 14 Jan 2021 10:03:48 +0000 (19:03 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Fri, 15 Jan 2021 04:02:17 +0000 (04:02 +0000)
commit2b76ddb5afc5d2c9537f93da8c368a7fab05ca1b
tree137c5da021fc98e0a29105784b8db5b801be6e49
parent7451e0ec255aad74a615d9655ad892ae08502f32
Remove the dying message feature of deadlock's reason

 - backtrace_symbols calls internally malloc of async-signal-safe
   which is reason of deadlock when crashed

Change-Id: I47ed587be71cbf291b9c8df0a15cbe8d40767a7e
server/src/muse_server_signal.c