[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in save-application
- To: info-mcl@cambridge.apple.com
- Subject: bug in save-application
- From: jbk@world.std.com (Jeffrey B Kane)
- Date: Mon, 21 Sep 1992 23:20:47 -0400
I've noted a strange behaviour when trying to save snapshots of my development
effort. If I simply type:
(save-application (choose-new-file-dialog))
in the listener all seems to go well, I get a nice little file, that boots up
quickly.
The problem occured when I tried to turn this into a menu command. I used the
Interface builder to add a "Save Application..." item to the file menu. For the
function I inserted the same command as above. It seems to execute without
a hitch, saving the snapshot to the disk, however when I try to execute the
resulting file, the machine freezes and eventually crashes.
Jeffrey Kane
(This is on a Q900, 32 bit mode)