From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29683 invoked by alias); 23 Sep 2009 16:17:09 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 29670 invoked by uid 22791); 23 Sep 2009 16:17:07 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4ABA49D2.7030802@redhat.com> Date: Wed, 23 Sep 2009 16:17:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3 MIME-Version: 1.0 To: Joel Brobecker CC: Project Archer Subject: Re: [Archer] [patch] PR python/10344 References: <4ABA15AC.4070804@redhat.com> <20090923154442.GP7961@adacore.com> In-Reply-To: <20090923154442.GP7961@adacore.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2009-q3/txt/msg00245.txt.bz2 On 09/23/2009 04:44 PM, Joel Brobecker wrote: >> The only thing I can think to do in this case is just to add one more >> level to the maximum uiout levels. I am not sure why the initial level >> is set at such a small level. The uiout level struct is not particularly >> large. Anyway, what do you think? This fixes the PR. >> > The only thing I can think of is protecting ourselves against reaching > the maximum number of open file descriptors? Perhaps it's ridiculously > low on certain systems? I'd have a hard time believing that raising > MAX_UI_OUT_LEVELS from 6 to 7 would make any difference so I would be > inclined to give it a try. I looked at the history of this constant, > and it was initially defined as 5, and then raised to 6 without much > comment in order to fix PR cli/654. > > I forgot how to convert old PR numbers into the new ones (I need to > write this down in my tips-and-tricks file). Anyone remembers? > > http://sourceware.org/bugzilla/show_bug.cgi?id=7759 But yeah, not much in there other than what was on the list. I think, it had some vague to do with hurd from reading around the gmane archives. There are other cases where the limit was exceeded but these exclusively refer to bugs with cleanups. Regards Phil