Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D994
Change Details
Change Details
Old
New
Diff
To improve service reliability, Odderon has to restart after an event like: Quit: Caught SIG_SEGV! Aborting connection. Uptime: 893 hours, 10 mins Reference: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart= Fixes T1213.
The darkbot software implements a feature to catch exceptions like a segmentation fault, and then exits properly the software with a non zero code. The quit message on IRC explains the intercepted signal: Quit: Caught SIG_SEGV! Aborting connection. Uptime: 893 hours, 10 mins In such case, we want systemd to immediately restart the service, to improve service availability. Reference: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart= Fixes T1213.
To
The darkbot software
imp
rove service reliability
lements a feature to catch exceptions like a segmentation fault
,
Odderon has to restart after an event like:
and then exits properly the software with a non zero code. The quit message on IRC explains the intercepted signal:
Quit: Caught SIG_SEGV! Aborting connection. Uptime: 893 hours, 10 mins
In such case, we want systemd to immediately restart the service, to improve service availability.
Reference: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart= Fixes T1213.
Continue