mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
memtrap: when we fail to handle sigbus say so
This commit is contained in:
parent
6224fac921
commit
7b0086185f
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ static void signal_handler(int sig, siginfo_t* si, void *data) {
|
|||
return;
|
||||
|
||||
fail:
|
||||
sigsafe_error("Failed to handle SIGBUS.\n");
|
||||
pa_atomic_dec(&read_lock);
|
||||
abort();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue