From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Segfault in vertical-motion Date: Tue, 06 Sep 2011 20:47:02 +0200 Message-ID: <4E666AA6.3050802@gmx.at> References: <4E661865.1040106@gmx.at> <83d3fdk4e3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315334841 10401 80.91.229.12 (6 Sep 2011 18:47:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2011 18:47:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 06 20:47:16 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 1R10g0-0002fX-1S for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2011 20:47:16 +0200 Original-Received: from localhost ([::1]:60357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R10fz-0004Or-Fs for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2011 14:47:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R10fw-0004OW-2X for emacs-devel@gnu.org; Tue, 06 Sep 2011 14:47:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R10fr-0004Ba-DN for emacs-devel@gnu.org; Tue, 06 Sep 2011 14:47:11 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:57233) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R10fq-0004BT-VP for emacs-devel@gnu.org; Tue, 06 Sep 2011 14:47:07 -0400 Original-Received: (qmail invoked by alias); 06 Sep 2011 18:47:05 -0000 Original-Received: from 62-47-32-128.adsl.highway.telekom.at (EHLO [62.47.32.128]) [62.47.32.128] by mail.gmx.net (mp017) with SMTP; 06 Sep 2011 20:47:05 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19G5BNdXK1G4PsyEcF0usCqRnMSEPYwmQ1rfakUJn Yu3k1DVDxXOrKp User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <83d3fdk4e3.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 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:143787 Archived-At: > What is it->method at this point? It should be between 0 and 5 (see > enum it_method on dispextern.h). (gdb) p it->method $1 = 50116946 > I would expect 0 if you did "C-x 2" > right after startup, because all you have is *scratch* which is a > buffer. The buffer displayed is my .emacs. I already said that this does _not_ happen with emacs -Q. I have to bisect my customizations first to know what's really causing it. This will take some time :-( > Also, what is it->current? (gdb) p it->current $2 = { pos = { charpos = 10, bytepos = 0 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = 8569524 }, dpvec_index = 2 } martin