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#11587: 24.0.97; Crash with global-linum-mode and info Date: Wed, 30 May 2012 21:11:47 +0300 Message-ID: <83pq9l1qu4.fsf@gnu.org> References: <06e4c7595a2a2f86ca338e05010de4c8.squirrel@squirrel-webmail.surftown.com> <87wr3twy76.fsf@gnu.org> <83r4u11ync.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1338401560 26563 80.91.229.3 (30 May 2012 18:12:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 May 2012 18:12:40 +0000 (UTC) To: cyd@gnu.org, lars@matholka.se, 11587-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 30 20:12:38 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 1SZnNu-0005W1-7p for geb-bug-gnu-emacs@m.gmane.org; Wed, 30 May 2012 20:12:38 +0200 Original-Received: from localhost ([::1]:46714 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZnNt-0005Bj-VF for geb-bug-gnu-emacs@m.gmane.org; Wed, 30 May 2012 14:12:37 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZnNq-0005BN-69 for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 14:12:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZnNo-0003h7-FK for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 14:12:33 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZnNo-0003h0-C5 for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 14:12:32 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SZnPG-0007QB-1b for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 14:14:02 -0400 Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 30 May 2012 18:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 11587 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 11587@debbugs.gnu.org, eliz@gnu.org Original-Received: via spool by 11587-done@debbugs.gnu.org id=D11587.133840160328471 (code D ref 11587); Wed, 30 May 2012 18:14:01 +0000 Original-Received: (at 11587-done) by debbugs.gnu.org; 30 May 2012 18:13:23 +0000 Original-Received: from localhost ([127.0.0.1]:50701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZnOd-0007P8-3B for submit@debbugs.gnu.org; Wed, 30 May 2012 14:13:23 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:61903) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZnOa-0007Ov-LQ for 11587-done@debbugs.gnu.org; Wed, 30 May 2012 14:13:21 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M4U00K00L4B6900@a-mtaout20.012.net.il> for 11587-done@debbugs.gnu.org; Wed, 30 May 2012 21:11:38 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4U00J4YL7EL3C0@a-mtaout20.012.net.il>; Wed, 30 May 2012 21:11:38 +0300 (IDT) In-reply-to: <83r4u11ync.fsf@gnu.org> 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:60542 Archived-At: > Date: Wed, 30 May 2012 18:23:03 +0300 > From: Eli Zaretskii > Cc: lars@matholka.se, 11587@debbugs.gnu.org > > > From: Chong Yidong > > Date: Wed, 30 May 2012 22:17:01 +0800 > > Cc: 11587@debbugs.gnu.org > > > > "Lars Ljung" writes: > > > > > Emacs will crash if global-linum-mode is enabled the first time I go to > > > the info directory. This can be reproduced every time using this sequence: > > > > > > "C:\Program Files\GNU Emacs 24\bin\runemacs.exe" -Q > > > M-x global-linum-mode > > > C-h i > > > > > > It seems like the crash happens every time a new info buffer is created. > > > If I first do C-h i and the M-x global-linum-mode it doesn't crash at the > > > next C-h i. However, it will then crash when I try to go to any info node. > > > > I can't reproduce this on GNU Emacs 24.0.97.3 (x86_64-unknown-linux-gnu, > > GTK+ Version 3.2.0). Maybe a Windows-specific problem; could you > > provide a backtrace? > > I can reproduce it, and I'm working on a fix. I think I fixed it, please test (revision 108024 on the emacs-24 branch).