Variable: SB-EXT:*EXIT-HOOKS*ΒΆ

package type

A list of function designators which are called in an unspecified order when SBCL process exits.

Unused by SBCL itself: reserved for user and applications.

Using (SB-EXT:EXIT :ABORT T), or calling exit(3) directly circumvents these hooks.