Bug 276826 - ctfmerge exits with status 0 when killed
Summary: ctfmerge exits with status 0 when killed
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Ed Maste
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-04 21:34 UTC by Ed Maste
Modified: 2024-02-11 17:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Maste freebsd_committer freebsd_triage 2024-02-04 21:34:59 UTC
I am trying to debug ctfmerge issues (it sometimes crashes or enters an infinite loop), and had occasion to kill it during testing; I just did `killall ctfmerge`

When I do this, it prints:
ERROR: ctfmerge: Caught signal 15 - exiting
and then exits with 0. It seems a nonzero return would be more appropriate.
Comment 1 Ed Maste freebsd_committer freebsd_triage 2024-02-04 21:55:16 UTC
Hrmph, it seems this was done intentionally. I believe it is now time to undo it -- https://reviews.freebsd.org/D43743