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,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news2.google.com!proxad.net!freenix!news.wanadoo.fr!news.wanadoo.fr!not-for-mail From: Jean-Baptiste CAMPESATO Organization: a2lf - Association pour le Logiciel Libre Francophone Subject: GNAT.Sockets Segfault in a task Date: Sun, 03 Apr 2005 11:16:38 +0200 User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) Message-Id: Newsgroups: comp.lang.ada MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 03 Apr 2005 11:14:40 CEST NNTP-Posting-Host: 83.200.98.117 X-Trace: 1112519680 news.wanadoo.fr 1234 83.200.98.117:33106 X-Complaints-To: abuse@wanadoo.fr Xref: g2news1.google.com comp.lang.ada:10244 Date: 2005-04-03T11:14:40+02:00 List-Id: 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.