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=-2.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,330279f3e4fb8016 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news-out.ntli.net!newsrout1.ntli.net!news-in.ntli.net!ntli.net!colt.net!newsfeed.icl.net!proxad.net!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Duncan Sands Newsgroups: comp.lang.ada Subject: Re: Problem with finalized protected object Date: Thu, 8 Jul 2004 15:29:48 +0200 Organization: Cuivre, Argent, Or Message-ID: References: <2l227jF7p6vqU1@uni-berlin.de> <2l4rhhF8eburU1@uni-berlin.de> <2l4s73F8h6t4U1@uni-berlin.de> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1089293407 63426 212.85.156.195 (8 Jul 2004 13:30:07 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Thu, 8 Jul 2004 13:30:07 +0000 (UTC) Cc: Jano To: comp.lang.ada@ada-france.org Return-Path: User-Agent: KMail/1.6.2 In-Reply-To: <2l4s73F8h6t4U1@uni-berlin.de> Content-Disposition: inline X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:2119 Date: 2004-07-08T15:29:48+02:00 On Thursday 08 July 2004 14:15, Jano wrote: > Jano wrote: > > > I can't even debug a null procedure in this linux box, gdb always > > segfaults on run (gdb 5.1.1.gnat.3.15p). The gdb 6.0 non-ada runs > > somehow but hangs too somewhere... > > Correction: gdb 6.0 doesn't hang, I had forgotten the LD_ASSUME_KERNEL > export. If you pass (for example) --num-callers=20 to valgrind, then you get bigger backtraces, which may be helpful. Ciao, Duncan.