Lisp HUG Maillist Archive

RE: Processor fault in dumped image

Yup, correct. Ok, help me out here please. All data from the db is being
stored (after being normalized into clos instances) in hash tables. Can I
generate a fasl file containing just these hash tables, then load it during
the next build phase? If so, how would I do this? Thanks...

-----Original Message-----
From: davef@xanalys.com [mailto:davef@xanalys.com]
Sent: Monday, March 22, 2004 1:15 PM
To: deyoung@bloodhoundinc.com
Cc: lisp-hug@xanalys.com
Subject: Re: Processor fault in dumped image



   Greetings. 	After dumping an image that contains hash tables populated
   from an oracle database (using LispWorks' standard odbc interface),
trying
   to open an odbc connection in the new image results in a processor fault.
   Anyone seen this? 

Sounds like you've saved an image after the database connection is
initialized. Not currently allowed. See
http://www.lispworks.com/reference/lw43/LWUG/html/lwuser-170.htm

                     Is there a workaround? We're using LWW 4.3.6. Thanks...

Add an intermediate build phase. For example, dump the data to a file
in phase 1, and then load that file (without opening a database) and
call SAVE-IMAGE in phase 2.

--
Dave Fox			

Xanalys                 http://www.lispworks.com
Compass House
Vision Park, Chivers Way
Histon
Cambridge, CB4 9AD
England

 


Re: Processor fault in dumped image

Unable to parse email body. Email id is 2084

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