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,8adae758db494f09 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail From: "Jens K S" Newsgroups: comp.lang.ada Subject: Re: how to use GNAT.Expect Date: 25 Jul 2006 11:40:55 -0700 Organization: http://groups.google.com Message-ID: <1153852854.991862.298880@m73g2000cwd.googlegroups.com> References: <1153754097.448111.251710@b28g2000cwb.googlegroups.com> <87bqre2acr.fsf@willow.rfc1149.net> <1153767179.820483.109210@h48g2000cwc.googlegroups.com> <4im479F492b1U1@individual.net> NNTP-Posting-Host: 24.215.163.104 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1153852860 31512 127.0.0.1 (25 Jul 2006 18:41:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 25 Jul 2006 18:41:00 +0000 (UTC) In-Reply-To: <4im479F492b1U1@individual.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=24.215.163.104; posting-account=jyjYEA0AAAASGPmGV3SixZnGCmSWvjj8 Xref: g2news2.google.com comp.lang.ada:5922 Date: 2006-07-25T11:40:55-07:00 List-Id: > and the fact that it works for Samuel suggests that the child process is > finishing prematurely without producing the output you expect. Perhaps even > it isn't starting? I'd check the spawning call for path/parameter problems. I think you are right... it does not seem to start properly. Using OS_Lib it works fine though. The path should be right for echo, but how do I check the spawning call? Could you elaborate? Still, I can not debug the GNAT library (and I guess there should be no reason to... in a perfect world).