From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17334 invoked by alias); 23 Sep 2009 15:45:08 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 17321 invoked by uid 22791); 23 Sep 2009 15:45:07 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Date: Wed, 23 Sep 2009 15:45:00 -0000 From: Joel Brobecker To: Phil Muldoon Cc: Project Archer Subject: Re: [Archer] [patch] PR python/10344 Message-ID: <20090923154442.GP7961@adacore.com> References: <4ABA15AC.4070804@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ABA15AC.4070804@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-SW-Source: 2009-q3/txt/msg00244.txt.bz2 > 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? Thanks, -- Joel