Lisp HUG Maillist Archive

delivery and error handling

Hi,

I deliver my app at level 0. The app runs fine but when it runs into 'no
applicable methods' error the delivered image crashes. Now I'd like to
handle this situation.

I tried

(deliver 'main "dekl2" 0 :interface :capi :error-handler :btrace
:keep-conditions :all)

but the delivered app simply crashes (with the option to inform Microsoft
:)) ).

Thought I already tried to deliver cautiously and keep everything (level 0).
Is this normal?

What am I missing. Any hints welcome.


Andreas

LWW 5.0.1


AW: delivery and error handling

> -----Ursprüngliche Nachricht-----
> Von: owner-lisp-hug@lispworks.com
> [mailto:owner-lisp-hug@lispworks.com] Im Auftrag von Andreas Thiele
> Gesendet: Mittwoch, 3. Januar 2007 23:17
> An: lisp-hug@lispworks.com
> Betreff: delivery and error handling
> ...

Sorry folks,

I used a wrong image created with

(save-image "lispm" :environment nil :console t :multiprocessing t)

for delivery of a CAPI app.

Now, on error, I'm send to the (DOS) REPL (as expected).


Andreas



Updated at: 2020-12-10 08:46 UTC