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,8da181ade72859cf X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: Brian May Newsgroups: comp.lang.ada Subject: Re: timeouts References: Date: Thu, 19 Aug 2004 13:10:11 +1000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:zj2EePSyStZaW4A4pprOkFuT278= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: dsl-202-173-153-89.vic.westnet.com.au X-Trace: news.melbourne.pipenetworks.com 1092885010 202.173.153.89 (19 Aug 2004 13:10:10 +1000) X-Complaints-To: abuse@pipenetworks.com X-Abuse-Info: Please forward all headers to enable your complaint to be properly processed. Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!news.mel.connect.com.au!duster.adelaide.on.net!news.melbourne.pipenetworks.com!not-for-mail Xref: g2news1.google.com comp.lang.ada:2830 Date: 2004-08-19T13:10:11+10:00 List-Id: >>>>> "Jeffrey" == Jeffrey Carter writes: Jeffrey> Is it possible that the task is handling other branches Jeffrey> of the select and doesn't take the timeout branch during Jeffrey> this time? I have logging statements for every possible branch, and nothing shows up. It could be a bug in the logging function too, I guess, but I can't think of any reason why they would indefinitely hang (pretty straight forward, no loops, etc). When it does start again, the data looks valid, no obvious errors either. Then again, I probably should really fix the logging function to log to disk, not just the screen... -- Brian May