Change in osmocom-bb[master]: trxcon: Handle signal SIGABRT

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Nov 25 17:43:30 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/21347 )


Change subject: trxcon: Handle signal SIGABRT
......................................................................

trxcon: Handle signal SIGABRT

The signal handler was coded as if it was handling SIGABRT, but the
signal handler was not overwritten so it is actually used.

Change-Id: I5c597f3410fc97be138db6f3976df59f393819b6
---
M src/host/trxcon/trxcon.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/47/21347/1

diff --git a/src/host/trxcon/trxcon.c b/src/host/trxcon/trxcon.c
index 8efa6a7..e14e2c9 100644
--- a/src/host/trxcon/trxcon.c
+++ b/src/host/trxcon/trxcon.c
@@ -276,6 +276,7 @@
 
 	/* Setup signal handlers */
 	signal(SIGINT, &signal_handler);
+	signal(SIGABRT, &signal_handler);
 	signal(SIGUSR1, &signal_handler);
 	signal(SIGUSR2, &signal_handler);
 	osmo_init_ignore_signals();

-- 
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/21347
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I5c597f3410fc97be138db6f3976df59f393819b6
Gerrit-Change-Number: 21347
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201125/78fdcbfe/attachment.htm>


More information about the gerrit-log mailing list