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.5 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a575249b5f286bfe X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.236.198 with SMTP id uw6mr3826576pbc.3.1334373700801; Fri, 13 Apr 2012 20:21:40 -0700 (PDT) Path: r9ni53822pbh.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!newsfeed.straub-nv.de!feed.xsnews.nl!border-1.ams.xsnews.nl!post-feeder-02.xsnews.nl!frontend-F10-14.ams.news.kpn.nl From: "ldries46" Newsgroups: comp.lang.ada References: <4f881910$0$2652$703f8584@news.kpn.nl><5o86o2smbjpz.17l849bmku28v$.dlg@40tude.net><4f888010$0$2641$703f8584@news.kpn.nl> In-Reply-To: Subject: Re: Garbage Collection ??? Date: Sat, 14 Apr 2012 05:21:00 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 Message-ID: <4f88ed79$0$2660$703f8584@news.kpn.nl> Organization: KPN.com NNTP-Posting-Host: 77.168.179.107 X-Trace: 1334373753 news.kpn.nl 2660 77.168.179.107@kpn/77.168.179.107:49455 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit Date: 2012-04-14T05:21:00+02:00 List-Id: I do have all errors turned on. As I am using linked lists the most easy way to check for the last item is to check on NULL in the next part. It should while debugging also generate an error if I have made an error. At this moment I found a typing error in some other part of the program which is used in a Task using OpenGL. It seems that that was the error. "Brian Drummond" schreef in bericht news:jmaai4$aga$1@dont-email.me... On Fri, 13 Apr 2012 21:27:23 +0200, ldries46 wrote: > I have been trying to find the place where a faulty pointer could have > been introduced and I come to the conclusion that the return of a > procedure in the place. > I did position some variables (edge_debug1 till edge_debug4) to be > filled with the value of the original pointer at various places I would declare these variables as not null access whatever, to get an exception on assignment to them, rather than waiting until the error manifests as a segv. (Do you have a lot of checks turned off, so that it doesn't raise Storage_Error)? - Brian