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#9760: 24.0.50; crash Date: Sat, 15 Oct 2011 00:14:24 +0200 Message-ID: <83lisnjk5b.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318630539 14335 80.91.229.12 (14 Oct 2011 22:15:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2011 22:15:39 +0000 (UTC) Cc: 9760@debbugs.gnu.org To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 15 00:15:31 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1REq2M-0001j8-Ha for geb-bug-gnu-emacs@m.gmane.org; Sat, 15 Oct 2011 00:15:30 +0200 Original-Received: from localhost ([::1]:59946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REq2L-0002UT-S0 for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Oct 2011 18:15:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REq2J-0002UC-CE for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2011 18:15:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REq2I-0000wE-0u for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2011 18:15:27 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REq2H-0000wA-S6 for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2011 18:15:25 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1REq2r-00064L-JF for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2011 18:16:01 -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: Fri, 14 Oct 2011 22:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9760 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9760-submit@debbugs.gnu.org id=B9760.131863050523260 (code B ref 9760); Fri, 14 Oct 2011 22:16:01 +0000 Original-Received: (at 9760) by debbugs.gnu.org; 14 Oct 2011 22:15:05 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REq1x-000637-Dm for submit@debbugs.gnu.org; Fri, 14 Oct 2011 18:15:05 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REq1v-00062P-2R for 9760@debbugs.gnu.org; Fri, 14 Oct 2011 18:15:04 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LT200L00T89YS00@a-mtaout23.012.net.il> for 9760@debbugs.gnu.org; Sat, 15 Oct 2011 00:14:21 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.79.107]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LT200LYLTRWXE80@a-mtaout23.012.net.il>; Sat, 15 Oct 2011 00:14:21 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 14 Oct 2011 18:16:01 -0400 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:52660 Archived-At: > Date: Fri, 14 Oct 2011 17:41:35 -0400 > From: Richard Stallman > > emacs -Q > (setq scroll-conservatively 10000) C-j > > Visit the file `foo1' that you get from uudecoding what > appears below. Type > C-s leaving C-l C-l (to put the current line at the top of the screen). > C-p C-p C-p C-p M-f. It should crash at that point. I cannot reproduce this with today's bzr. I tried both on GNU/Linux and MS-Windows, in a GUI session and in -nw. On Windows, I tried both an unoptimized build and an optimized build. None of them crashes. Can you tell what does "bzr revno" show in your bzr branch from which you built this binary? I'm confused by the fact that you say you fetched the sources today, but emacs-version still shows 24.0.50, when it should have been 24.0.90. In any case, a full backtrace from the crash, including the immediate reason for it, would be of great help. TIA