From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Yu Newsgroups: gmane.emacs.devel Subject: Re: Emacs 24.0.90 Pretest Windows Binaries Date: Fri, 21 Oct 2011 09:44:23 +0800 Message-ID: References: <4E9E1D1D.1080405@gmail.com> <83zkgxtcy7.fsf@gnu.org> <83ty75t3o3.fsf@gnu.org> <83d3dst5iu.fsf@gnu.org> <83y5wfsqua.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319161481 25583 80.91.229.12 (21 Oct 2011 01:44:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2011 01:44:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 21 03:44:37 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RH49y-0006sy-41 for ged-emacs-devel@m.gmane.org; Fri, 21 Oct 2011 03:44:34 +0200 Original-Received: from localhost ([::1]:50888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RH49x-0003Ou-Cp for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2011 21:44:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RH49t-0003Ob-Ai for emacs-devel@gnu.org; Thu, 20 Oct 2011 21:44:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RH49s-0006dW-KC for emacs-devel@gnu.org; Thu, 20 Oct 2011 21:44:29 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:39859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RH49q-0006cZ-Mf; Thu, 20 Oct 2011 21:44:26 -0400 Original-Received: by bkbzu5 with SMTP id zu5so4869645bkb.0 for ; Thu, 20 Oct 2011 18:44:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=kczwhrDGLFiSD9RyDNT638o03x/6IxSJB03iKyfQLdQ=; b=Cu8+98WKlTEQ+Hwep6iHPxebMPiUAKD/ZhplNYLN9omkWJPSi0PXNTFTOcunA1xwWh UR3xmf1sUh66ayYrLiwJq09UQwxE79iwx287WRkxU/UZRmK/YduO7Kr0PuDcAE4AV+nR ooHLWVbW6kS4dZeCB6eGiSmYW+S3X2nQuBKgw= Original-Received: by 10.223.91.68 with SMTP id l4mr2538747fam.16.1319161463437; Thu, 20 Oct 2011 18:44:23 -0700 (PDT) Original-Received: by 10.223.163.11 with HTTP; Thu, 20 Oct 2011 18:44:23 -0700 (PDT) In-Reply-To: <83y5wfsqua.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145379 Archived-At: On Thu, Oct 20, 2011 at 10:03 PM, Eli Zaretskii wrote: > Interestingly enough, I cannot put a breakpoint on that function in my > Emacs binary: GDB says it is not linked in. =A0Can you put a breakpoint I can't set a breakpoint either. > on strerror? > > Also, do I understand correctly that to crash Emacs, all you need is > start it with "emacs -Q" and type "C-g"? =A0Or is something else > required? > Yes. I'm using the same tool chain to build emacs on windows 7. everything goes = well. I wonder if it's a bug of mingw-gcc 4.6.1 :(. it came out after upgrading mingw-gcc from 4.5.1 to 4.6.1 Any way, thank you for tracking this issue. Best wishes.