From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4617d1fd94f5b239 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-29 11:47:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Gnat: gmem does not work Date: 29 Jan 2003 14:38:56 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3e3752dd$0$345$bed64819@news.gradwell.net> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1043869934 26876 128.183.235.92 (29 Jan 2003 19:52:14 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 29 Jan 2003 19:52:14 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:33574 Date: 2003-01-29T19:52:14+00:00 List-Id: porton@ex-code.com (Victor Porton) writes: > Gnat 3.14p, GNU gdb 2002-04-01-cvs (Linux/i386) > > Despite of I link with -lgmem the file gmem.out is not produced. Any > ideas? (The program aborts with Storage_Error.) Perhaps you need more stack space. > Yes, the linker options are correct and -lgmem is really passed to > the linker. (I checked using -v flag and seeing the linker command > line in full.) Well, _you_ may think it's correct, but showing it to us will let us verify that :). > Yes, the current working directory is existing and writable. > > Running in GDB mode also does not work: > > $ gnatmem parser_test > gdb: Symbol `emacs_ctlx_keymap' has different size in shared object, > consider re-linking It's telling you there's a problem. Try 'make clean' and start again. -- -- Stephe