public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] abort: clarify consequences of calling abort
@ 2023-07-20 15:38 Tomáš Golembiovský
  2023-07-20 15:40 ` Tomáš Golembiovský
  2023-07-26 11:38 ` G. Branden Robinson
  0 siblings, 2 replies; 4+ messages in thread
From: Tomáš Golembiovský @ 2023-07-20 15:38 UTC (permalink / raw)
  To: Alejandro Colomar
  Cc: linux-man, Tomáš Golembiovský, G. Branden Robinson,
	Stefan Puiu

Clarify that atexit/on_exit are not called because those are called only
on normal process termination (as documented on their respective manual
pages).

Cc: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Cc: Stefan Puiu <stefan.puiu@gmail.com>
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
 man3/abort.3 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/man3/abort.3 b/man3/abort.3
index c63eace5e..8e1554eae 100644
--- a/man3/abort.3
+++ b/man3/abort.3
@@ -47,6 +47,10 @@ function will still terminate the process.
 It does this by restoring the default disposition for
 .B SIGABRT
 and then raising the signal for a second time.
+.PP
+As with other cases of abnormal termination the functions registered with
+.BR atexit "(3) and " on_exit (3)
+are not called.
 .SH RETURN VALUE
 The
 .BR abort ()
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-26 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 15:38 [PATCH v4] abort: clarify consequences of calling abort Tomáš Golembiovský
2023-07-20 15:40 ` Tomáš Golembiovský
2023-07-26 11:38 ` G. Branden Robinson
2023-07-26 12:56   ` Tomáš Golembiovský

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox