From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: CVS emacs on Windows still crashes loading bongo.el Date: Wed, 28 May 2008 17:19:56 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211975415 28521 80.91.229.12 (28 May 2008 11:50:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 11:50:15 +0000 (UTC) Cc: Dieter Deyke , emacs-devel@gnu.org To: "Dieter Deyke" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 28 13:50:56 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K1KBB-0002vA-9s for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 13:50:53 +0200 Original-Received: from localhost ([127.0.0.1]:38675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1KAP-0000Qr-TE for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 07:50:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1KAL-0000PR-Be for emacs-devel@gnu.org; Wed, 28 May 2008 07:50:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1KAJ-0000OD-Pw for emacs-devel@gnu.org; Wed, 28 May 2008 07:50:00 -0400 Original-Received: from [199.232.76.173] (port=54706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1KAJ-0000OA-F2 for emacs-devel@gnu.org; Wed, 28 May 2008 07:49:59 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.189]:22247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1KAJ-0003wf-3c for emacs-devel@gnu.org; Wed, 28 May 2008 07:49:59 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so3166557tia.10 for ; Wed, 28 May 2008 04:49:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=aLlRhCF6dm/yFpISvEh2RkoWGs2gWcLJY3xGD9pMBHk=; b=tirGw4TDqX1zRdfZiDxeKp9JzF1eb4SPtt8duOtjxdcmn9EbJ3qBiIuzNY9oOuxrzcT4eGqZ1PRZd2NufjFHeo4KXAyLkP0qBoFUtZJsrVJqDM+S8a2YrdOGVFgNXeCGzNo1BCUiJmdZo/fK5PrRJuxvnM3RXa0iFWSQuimPmM8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GITvnAR4ehWALIngmsaWJq2WI7hIa4nyUqgN7wc+SpajWsIcOTJ8v5CmsFhamS3PDuvCow3Hl0jR7HO2z0/wxKedpikCW+9Tgjp3lmsz6t9pj0A6EGUyms5TTYAvZueF8jiN20fuc9g+2JMjNKrWaXb9GI55AKqaUALFEBx6W00= Original-Received: by 10.110.63.6 with SMTP id l6mr364465tia.4.1211975396931; Wed, 28 May 2008 04:49:56 -0700 (PDT) Original-Received: by 10.110.90.17 with HTTP; Wed, 28 May 2008 04:49:56 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97890 Archived-At: Hi, On Wed, May 28, 2008 at 9:51 AM, Dieter Deyke wrote: >> On Tue, May 27, 2008 at 9:49 PM, Dieter Deyke wrote: >>> Just compiled CVS emacs on Windows XP with mingw, started it with -Q, >>> then executed (load-file "bongo.el"), and got the following crash: I have further isolated the problem to the following call: (font-info (face-font 'fringe)) If you start emacs and evaluate the above expression TWICE (not the first time), you will get that crash (call to abort()) in font_close_object. The objlist seems to be empty and it does not enter the for loop. The following statement is a call to abort and hence, it had to enter the loop. I am currently trying to understand the data structures so that I can look deeper into it. -dky -- Contents reflect my personal views only!