Xref: utzoo comp.unix.microport:144 comp.unix.questions:5959 Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!ncr-sd!ncrlnk!ncrcce!mercer From: mercer@ncrcce.StPaul.NCR.COM (D A Mercer) Newsgroups: comp.unix.microport,comp.unix.questions Subject: Re: SDB out of memory? Message-ID: <633@ncrcce.StPaul.NCR.COM> Date: 4 Mar 88 20:56:32 GMT References: <163@bdt.UUCP> Reply-To: mercer@ncrcce.StPaul.NCR.COM (PUT YOUR NAME HERE) Organization: NCR Comten, Inc. Lines: 16 Summary: Calling .c file from sdb In article <163@bdt.UUCP> david@bdt.UUCP (David Beckemeyer) writes: > >What can be done when sdb gives the following fatal error message: > >"Cannot allocate space for internal symbol table; Goodbye." > >I can't find anything in my Microport manuals. Thanks in advance. I've had this happen to me, usually when I inadvertently call: sdb sourcefile.c instead of the loadable program sdb a.out My guess is you made the same mistake.