mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05: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;
|
return;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
|
sigsafe_error("Failed to handle SIGBUS.\n");
|
||||||
pa_atomic_dec(&read_lock);
|
pa_atomic_dec(&read_lock);
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue