From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18911 invoked by alias); 6 Sep 2004 21:38:51 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18903 invoked from network); 6 Sep 2004 21:38:50 -0000 Received: from unknown (HELO bluesmobile.specifixinc.com) (64.220.152.98) by sourceware.org with SMTP; 6 Sep 2004 21:38:50 -0000 Received: from specifixinc.com (unknown [192.168.1.2]) by bluesmobile.specifixinc.com (Postfix) with ESMTP id 7F66716230; Mon, 6 Sep 2004 14:38:50 -0700 (PDT) Message-ID: <413CD8EA.1050403@specifixinc.com> Date: Mon, 06 Sep 2004 21:38:00 -0000 From: James E Wilson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.6) Gecko/20040114 MIME-Version: 1.0 To: Hsin-Hsien Wu Cc: gcc@gcc.gnu.org Subject: Re: GCC pending_chain contains only (nil) References: <008c01c4932a$fde99630$0f00a8c0@ccu1ezwhixayf2> In-Reply-To: <008c01c4932a$fde99630$0f00a8c0@ccu1ezwhixayf2> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00259.txt.bz2 Hsin-Hsien Wu wrote: > The pending_chain contains only (nil). > What would cause the pending_chain containg only (nil) ? If pending_chain contained only nil, then you couldn't have reached here. The problem here is that pending_chain contains a queue with QUEUED_BODY nil. pending_chain is only set in a few places, and the few places that set it are only called from a few places. It should be easy to figure out which one is causing the problem. Use grep to find these places, and put breakpoints there. I'd guess that one of your md file patterns is failing. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com