From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Olum Newsgroups: gmane.emacs.bugs Subject: bug#16433: Test case for newline cache corruption Date: Mon, 26 May 2014 11:29:22 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1401118234 17843 80.91.229.3 (26 May 2014 15:30:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2014 15:30:34 +0000 (UTC) Cc: 16433@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon May 26 17:30:26 2014 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 1Wowqv-0004FJ-P8 for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 May 2014 17:30:17 +0200 Original-Received: from localhost ([::1]:57231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wowqv-0003DX-4j for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 May 2014 11:30:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wowqn-0003DR-PI for bug-gnu-emacs@gnu.org; Mon, 26 May 2014 11:30:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wowqi-0001h2-Pf for bug-gnu-emacs@gnu.org; Mon, 26 May 2014 11:30:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wowqi-0001fr-NS for bug-gnu-emacs@gnu.org; Mon, 26 May 2014 11:30:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Wowqh-0005ov-PW for bug-gnu-emacs@gnu.org; Mon, 26 May 2014 11:30:04 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ken Olum Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 26 May 2014 15:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16433 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 16433-submit@debbugs.gnu.org id=B16433.140111816722309 (code B ref 16433); Mon, 26 May 2014 15:30:03 +0000 Original-Received: (at 16433) by debbugs.gnu.org; 26 May 2014 15:29:27 +0000 Original-Received: from localhost ([127.0.0.1]:60563 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wowq6-0005nj-Oy for submit@debbugs.gnu.org; Mon, 26 May 2014 11:29:27 -0400 Original-Received: from cosmos.phy.tufts.edu ([130.64.83.16]:34280) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wowq3-0005na-Lm for 16433@debbugs.gnu.org; Mon, 26 May 2014 11:29:24 -0400 Original-Received: from kdo by cosmos.phy.tufts.edu ([local]:local) with local id 1Wowq2-0005CO-Fx - Using Exim-4.80.1 (MandrivaLinux) MTA (return-path ); Mon, 26 May 2014 11:29:22 -0400 In-Reply-To: <834n0flh3x.fsf@gnu.org> (message from Eli Zaretskii on Sat, 24 May 2014 11:24:02 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:89499 Archived-At: From: Eli Zaretskii Date: Sat, 24 May 2014 11:24:02 +0300 What are your locale settings? LC_ALL=C Also, is your build optimized or not? More generally, what are the values of system-configuration and system-configuration-options in the build where you reproduce this? If your build options are different from mine, especially the optimization switches, perhaps that is part of the issue somehow. All I did was to download the trunk distribution and say "make". system-configuration is "x86_64-unknown-linux-gnu" system-configuration-options is "" I'm running Ubuntu 12.04 LTS. To avoid any possible dependence on window system issues, I tried "emacs -nw" and got the same failure. I'm happy to try to debug the C code if needed. I can use GDB. Ken