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: 103376,8f6dc5bfebaf357f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "fabio de francesco" Newsgroups: comp.lang.ada Subject: Re: "broken pipe" while reading/writing stream-based sockets Date: 13 May 2005 13:25:01 -0700 Organization: http://groups.google.com Message-ID: <1116015901.896874.233390@f14g2000cwb.googlegroups.com> References: <1115766179.505983.40960@f14g2000cwb.googlegroups.com> <1116015526.449361.68350@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: 80.181.52.84 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1116015908 18367 127.0.0.1 (13 May 2005 20:25:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 13 May 2005 20:25:08 +0000 (UTC) In-Reply-To: <1116015526.449361.68350@g44g2000cwa.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=80.181.52.84; posting-account=Lp02jQ0AAABMd3TAghNf0TM2YBZqD_JE Xref: g2news1.google.com comp.lang.ada:11026 Date: 2005-05-13T13:25:01-07:00 List-Id: fabio de francesco wrote: > > As I wrote in a previous message I bootstrapped a new GCC 4.0.0 and > then I recompiled those programs again. > > The server program continues to crash giving a more elaborated message: > > raised GNAT.SOCKETS.SOCKET_ERROR : [32] Broken pipe > > The message I got with GCC 3.4.1 was only "Broken Pipe". Now there's > also that "32" number. What is it? > > Do any of you have any suggestion on this problem? > Where and how would you generally investigate on a problem like this? fdf