Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!bunyip.cc.uq.oz.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!news.kei.com!sol.ctr.columbia.edu!howland.reston.ans.net!europa.eng.gtefsd.com!MathWorks.Com!uhog.mit.edu!news.mtholyoke.edu!news.byu.edu!cwis.isu.edu!u.cc.utah.edu!cs.weber.edu!terry From: terry@cs.weber.edu (A Wizard of Earth C) Newsgroups: comp.os.386bsd.apps Subject: Re: problem installing clisp on FreeBSD Date: 7 Jan 1994 00:06:03 GMT Organization: Weber State University, Ogden, UT Lines: 25 Message-ID: <2gi91b$895@u.cc.utah.edu> References: <CJ5pyn.Lq6@latcs1.lat.oz.au> NNTP-Posting-Host: cs.weber.edu In article <CJ5pyn.Lq6@latcs1.lat.oz.au> wongm@latcs2.lat.oz.au (M.C. Wong) writes: [ ... ] >lespoir# make compiled.mem >./lisp.run -M interpreted.mem -q -c init.lsp >./lisp.run: operating system error during load of initialisation file >errno = 14. >*** Error code 1 [ ... ] banzai% grep 14 /usr/include/sys/errno.h #define EFAULT 14 /* Bad address */ [ ... ] Most likely the program is doing something nasty with a NULL pointer or an sbrk... did you get a core file? Load the program and the core into a debugger and get a traceback to see the actual location (function) of the fault, and isolate it from there. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.