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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d87fe6752812f07a,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!u8g2000yqn.googlegroups.com!not-for-mail From: daniel.wengelin@home.se Newsgroups: comp.lang.ada Subject: GNAT on WinXP: System.OS_Lib.Spawn raises Program_Error Date: Fri, 1 May 2009 14:39:37 -0700 (PDT) Organization: http://groups.google.com Message-ID: <50d832b4-140d-4029-8d7c-9397115160ba@u8g2000yqn.googlegroups.com> NNTP-Posting-Host: 213.80.112.56 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1241213977 1125 127.0.0.1 (1 May 2009 21:39:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 1 May 2009 21:39:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u8g2000yqn.googlegroups.com; posting-host=213.80.112.56; posting-account=3YZVcgoAAABhquw5c8i1rhYF5PZF_gWR User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5647 Date: 2009-05-01T14:39:37-07:00 List-Id: Though not an Ada issue, really, someone here might have had the same problem as I have had: I tried to make a small program start another program using System.OS_Lib.Spawn. However, it raised Program_Error and stated Exception_Access_Violation. Any ideas why, and what to do about it? /D