From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#11984: 24.1; segfault while deleting a window Date: Thu, 19 Jul 2012 06:05:32 +0300 Message-ID: <83r4s88n7n.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1342667219 21014 80.91.229.3 (19 Jul 2012 03:06:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2012 03:06:59 +0000 (UTC) Cc: 11984@debbugs.gnu.org To: Russell Sim Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 19 05:06:58 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Srh4s-0002eo-6e for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 05:06:58 +0200 Original-Received: from localhost ([::1]:55757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srh4r-0003Ns-FM for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Jul 2012 23:06:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srh4p-0003Nl-5L for bug-gnu-emacs@gnu.org; Wed, 18 Jul 2012 23:06:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Srh4o-0002Qr-1U for bug-gnu-emacs@gnu.org; Wed, 18 Jul 2012 23:06:54 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srh4n-0002Qn-U9 for bug-gnu-emacs@gnu.org; Wed, 18 Jul 2012 23:06:53 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SrhAk-0003qF-J0 for bug-gnu-emacs@gnu.org; Wed, 18 Jul 2012 23:13:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 Jul 2012 03:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11984 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11984-submit@debbugs.gnu.org id=B11984.134266756714740 (code B ref 11984); Thu, 19 Jul 2012 03:13:02 +0000 Original-Received: (at 11984) by debbugs.gnu.org; 19 Jul 2012 03:12:47 +0000 Original-Received: from localhost ([127.0.0.1]:49197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SrhAU-0003ph-Gi for submit@debbugs.gnu.org; Wed, 18 Jul 2012 23:12:47 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:64248) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SrhAR-0003pY-En for 11984@debbugs.gnu.org; Wed, 18 Jul 2012 23:12:45 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M7E00I000JIVO00@a-mtaout20.012.net.il> for 11984@debbugs.gnu.org; Thu, 19 Jul 2012 06:05:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M7E00I9U0KVVI10@a-mtaout20.012.net.il>; Thu, 19 Jul 2012 06:05:19 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62136 Archived-At: > From: Russell Sim > Date: Thu, 19 Jul 2012 08:08:32 +1000 > > So I recently started playing around with the python-mode test cases and > during the batch mode execution I seem to be able to induce a segfault > every time. I'm running a build of the emacs24.1 tag from the git > repository, the ref is d2ba302127b8dac9b3e02db5c403293982e60e84. > > > This isn't strictly run with -Q because there are a bunch of tests that > are loaded but it is a consistent case and I can easily gather more > information if needed. Here is the core dump from one of the crashes > http://russellsim.org/emacs-24.d2ba302.core I made it with debug enabled > if you would like any more info i would be glad to provide it. > > Cheers, > Russell > > > > #0 0x000000000048c435 in Fdelete_other_windows_internal (window=24353749, root=24387925) at window.c:2649 > #1 0x0000000000602831 in Ffuncall (nargs=3, args=0x7ffffffe3e30) at eval.c:3005 Please see if this isn't a duplicate of #11677.