From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk] Date: Mon, 04 Feb 2008 08:58:54 +0000 Message-ID: <47A6D3CE.5000405@gnu.org> References: <47A381C7.3000003@alice.it> <47A4C54D.5000602@alice.it> <47A4DEC0.8040406@alice.it> <47A5872A.2030601@alice.it> <47A62BFF.6040806@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202115568 15714 80.91.229.12 (4 Feb 2008 08:59:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Feb 2008 08:59:28 +0000 (UTC) Cc: emacs-devel@gnu.org, angelo.graziosi@alice.it To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 04 09:59:49 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 1JLxB1-0002Iz-Kt for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 09:59:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLxAZ-0001lw-Ns for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 03:59:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLxAU-0001lo-QW for emacs-devel@gnu.org; Mon, 04 Feb 2008 03:59:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLxAT-0001lR-82 for emacs-devel@gnu.org; Mon, 04 Feb 2008 03:59:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLxAT-0001lO-1L for emacs-devel@gnu.org; Mon, 04 Feb 2008 03:59:09 -0500 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLxAP-0003hX-My; Mon, 04 Feb 2008 03:59:06 -0500 Original-X-Trace: 22922/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAPVhpkdTQxds/2dsb2JhbAAIqlk Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 04 Feb 2008 08:59:03 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:88138 Archived-At: Eli Zaretskii wrote: >> Date: Sun, 03 Feb 2008 21:02:55 +0000 >> From: Jason Rumney >> CC: Eli Zaretskii , emacs-devel@gnu.org >> >> Angelo Graziosi wrote: >> >>> (gdb) bt >>> #0 0x610e1805 in _vfprintf_r () from /usr/bin/cygwin1.dll >>> #1 0x610f0358 in printf () from /usr/bin/cygwin1.dll >>> #2 0x610933b8 in _sigfe () from /usr/bin/cygwin1.dll >>> #3 0x00bfba30 in ?? () >>> #4 0x00020000 in ?? () >>> #5 0x20ef0000 in bss_sbrk_buffer () >>> #6 0x00020000 in ?? () >>> #7 0x00033668 in ?? () >>> ... >>> #14 0x61057dbc in malloc () from /usr/bin/cygwin1.dll >>> #15 0x00010000 in ?? () >>> #16 0x00000000 in ?? () >>> (gdb) >>> >> There are no Emacs symbols in there. >> > > The portions you omitted (frames 8 to 13) did include Emacs symbols, > such as `obtain' and `r_alloc_sbrk'. > I didn't recognize those. I was expecting to see main and Frecursive_edit in the last two places.