Ticket #1039 (new defect)
save-application ignores the :error-handler option in Windows
| Reported by: | dh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Documentation | Version: | 1.8 |
| Keywords: | Cc: | m.charles.beaver@… |
Description
This code, running both wx86cl and wx86cl64, with both :quit and :quit-quietly, all generate an executable that prints the error and drops into the debugger instead of exiting.
(ccl:save-application "foo.exe"
:prepend-kernel t
:purify t
:toplevel-function (lambda () (error "argh!"))
:error-handler :quit)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

