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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ca0af93e4ad74500,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!c39g2000yqi.googlegroups.com!not-for-mail From: Farhad Newsgroups: comp.lang.ada Subject: Help With (raised CONSTRAINT_ERROR : main.adb:19 length check failed) Date: Sun, 19 Dec 2010 18:34:39 -0800 (PST) Organization: http://groups.google.com Message-ID: <6bfd1676-3fd1-4d0d-86d3-a358ffbca98c@c39g2000yqi.googlegroups.com> NNTP-Posting-Host: 81.106.116.84 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1292812479 14892 127.0.0.1 (20 Dec 2010 02:34:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 20 Dec 2010 02:34:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c39g2000yqi.googlegroups.com; posting-host=81.106.116.84; posting-account=I7pmDQkAAADJFofbjHHTdwJ0-_JBYdBL User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:17025 Date: 2010-12-19T18:34:39-08:00 List-Id: Hi everyone I am just trying to use, Double_Linked_List in Ada 2005 and every thing is fine when I compile but when I try to run the program I get a CONSTRAINT_ERROR I HAVE A LOOP WHICH ADDS FIVE ELEMENTS TO THE LINKED LIST AND PRINTS THE DETAILS ABOUT EACH ELEMENT WHICH WAS ADDED IN THE LINKED LIST. could anyone help me to get this problem solved thnx Farhad