Initialize signal descriptions after pdumping
* src/sysdep.c (init_signals) [!HAVE_DECL_SYS_SIGLIST]: Reinit sys_siglist also after pdumping. (Bug#46284)
This commit is contained in:
parent
256356a36f
commit
d1455027e0
1 changed files with 2 additions and 1 deletions
|
@ -1980,7 +1980,8 @@ init_signals (void)
|
|||
#endif
|
||||
|
||||
#if !HAVE_DECL_SYS_SIGLIST && !defined _sys_siglist
|
||||
if (! initialized)
|
||||
if (! initialized
|
||||
|| dumped_with_pdumper_p ())
|
||||
{
|
||||
sys_siglist[SIGABRT] = "Aborted";
|
||||
# ifdef SIGAIO
|
||||
|
|
Loading…
Add table
Reference in a new issue