The image may die or hang up without issuing any useful message, either at run time or possibly during delivery. Some possible remedies follow:
If things work after this, try the same level, but override the changed keywords one by one.
:packages-to-keep
(deliver 'application-entry
"application"
5
:packages-to-keep '("LISPWORKS"))
The COMMON-LISP
package normally should not be deleted or smashed, so it is unlikely to cause problems , but LISPWORKS
and the packages defined in the application itself are worth investigating.
If this gets the image working again, try to discover why the package is required and see if you can eliminate this requirement. See Symbol, SYMBOL-NAME and package issues during delivery for more information on keeping and throwing away packages.
LispWorks Delivery User Guide - 10 Aug 2017