liutie e9445a07cf signal: fix suspending ps when receving SIGTERM or SIGHUP
Call trace:
   __lll_lock_wait_private () at
     ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95
   0x00007f95c059f9d7 in _L_lock_638 () from /lib64/libc.so.6
   0x00007f95c059f8b6 in _nl_expand_alias
   0x00007f95c059dad8 in _nl_find_domain
   0x00007f95c059d22e in __dcigettext
   0x00007f95c059c05f in __GI___dcgettext
    0x00000000004032b3 in signal_handler (signo=15) at display.c:54
    <signal handler called>
    __memcpy_sse2 () at ../sysdeps/x86_64/memcpy.S:104
    0x00007f95c05d9934 in __GI__IO_getline_info
   0x00007f95c05d99b8 in __GI__IO_getline
   0x00007f95c05e2a5d in __GI_fgets_unlocked
   0x00007f95c059f478 in read_alias_file
   0x00007f95c059f97a in _nl_expand_alias
   0x00007f95c059dad8 in _nl_find_domain
   0x00007f95c059d22e in __dcigettext
   0x00007f95c059c05f in __GI___dcgettext
   0x0000000000403a8d in reset_global () at global.c:410
   0x0000000000402605 in main at display.c:650

The above call trace happens when the ps process is suspending, and the
signal SIGTERM is sent to the ps process at the same time.
Just cancel the SIGTERM and SIGHUP handler when suspending to prevent
the problem.

Signed-off-by: liutie <liutie4@huawei.com>
Signed-off-by: fu.lin <fulin10@huawei.com>
2022-04-26 20:24:42 +10:00
..
2012-03-04 08:04:24 +11:00
2016-04-16 17:03:57 +10:00
2002-02-01 22:47:29 +00:00
2020-09-24 22:19:11 +10:00