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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,51cac8d4f3a458ad X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!news.glorb.com!newsfeed.stueberl.de!teaser.fr!news.wanadoo.fr!news.wanadoo.fr!not-for-mail From: Jean-Baptiste CAMPESATO Organization: a2lf - Association pour le Logiciel Libre Francophone Subject: Re: GNAT.Sockets Segfault in a task Date: Sun, 03 Apr 2005 17:17:15 +0200 User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) Message-ID: Newsgroups: comp.lang.ada References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 03 Apr 2005 17:15:17 CEST NNTP-Posting-Host: 83.200.98.117 X-Trace: 1112541317 news.wanadoo.fr 822 83.200.98.117:38208 X-Complaints-To: abuse@wanadoo.fr Xref: g2news1.google.com comp.lang.ada:10256 Date: 2005-04-03T17:15:17+02:00 List-Id: Le Sun, 03 Apr 2005 11:16:38 +0200, Jean-Baptiste CAMPESATO a �crit�: > re-Hello :) > To begin my code is here : http://www.a2lf.org/chttpd/. > At httpd.adb, line 81, I've "Message:String := String'Input(Channel);" In > a procedure called by a task. And i get a Segfault sometimes when I > receive a text from the Socket. > I already tested to make a task type reather than a task, and I've always > this problem. > Somebody know what's the problem ? > Thanks a lot. Thanks. I resolved the problem with using STREAM :). bye