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,6ac8f960b3e80ee1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-05 04:12:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: <3e40b4ae$0$344$bed64819@news.gradwell.net> Subject: Re: use JGNAT for memory debugging? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <4d70a.174206$rM2.163404@rwcrnsc53> NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1044447168 66.31.5.146 (Wed, 05 Feb 2003 12:12:48 GMT) NNTP-Posting-Date: Wed, 05 Feb 2003 12:12:48 GMT Organization: AT&T Broadband Date: Wed, 05 Feb 2003 12:12:48 GMT Xref: archiver1.google.com comp.lang.ada:33806 Date: 2003-02-05T12:12:48+00:00 List-Id: Perhaps gnatmem can help (not entirely clear what you are seeing) Also, make sure you are building with all run-time checks enabled (gnato and fstack-check) Finally, take a look at the section of that GNAT User's Guide titled Finding Memory Problems with GNAT Debug Pool "Victor Porton" wrote in message news:3e40b4ae$0$344$bed64819@news.gradwell.net... > I have a problem with an Ada program, which is possibly access to a > dangling reference (e.g. after Unchecked_Deallocation).