all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Jason Rumney <jasonr@gnu.org>
Cc: Eli Zaretskii <eliz@gnu.org>, Emacs Devel <emacs-devel@gnu.org>,
	"Kim F. Storm" <storm@cua.dk>
Subject: Re: Crashes on w32 and debugging
Date: Sat, 01 Mar 2008 11:52:56 +0100	[thread overview]
Message-ID: <47C93588.4050403@gmail.com> (raw)
In-Reply-To: <47C93338.4020000@gmail.com>

Lennart Borgman (gmail) wrote:
> Jason Rumney wrote:
>>
>>> Program received signal SIGSEGV, Segmentation fault.
>>> 0x0103a4ef in next_element_from_display_vector (it=0x82dbe0) at 
>>> xdisp.c:6063
>>> 6063      if (INTEGERP (*it->dpvec)
>>
>> You might want to do a cvs update before spending too much time 
>> debugging this, as I can't find any such line in the latest version of 
>> xdisp.c. Perhaps the bug has already been fixed.
> 
> I just got a new crash, but unfortunately not running under the 
> debugger. However this crash happened after working mostly in org-mode 
> (I had not started any external programs from Emacs this time).
> 
> I had been using occur quite a lot in the org-mode buffer. I always 
> start it from isearch.
> 
> Remember that the crash when running under the debugger was a SIGSEV in 
> next_element_from_display_vector.
> 
> To avoid confusion I say again that that this is
> 
>  GNU Emacs 23.0.50.1 (i386-mingw-nt5.1.2600) of 2008-01-30 (patched)

Switched to run under gdb and immediately got a new crash. As above 
working in an org-mode buffer. I had just used occur and then I typed 
`C-x 1'. That operation was never made (ie the frame was still divided 
when I switched to the debugger. (Not sure however if the crash actually 
happened before `C-x 1' or after.)

Here are some data as suggested by Jason before:

Program received signal SIGSEGV, Segmentation fault.
0x0103a4ef in next_element_from_display_vector (it=0x82e5d0) at xdisp.c:6063
6063      if (INTEGERP (*it->dpvec)
(gdb) print it
$1 = (struct it *) 0x82e5d0
(gdb) print it->dpvec
$2 = (Lisp_Object *) 0x0
(gdb) print *it->dpvec
Cannot access memory at address 0x0
(gdb)




  reply	other threads:[~2008-03-01 10:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-28  8:30 Crashes on w32 and debugging Lennart Borgman (gmail)
2008-02-28  8:57 ` Jason Rumney
2008-02-29  0:30   ` Lennart Borgman (gmail)
2008-02-29  0:35     ` Jason Rumney
2008-02-29 21:59       ` Lennart Borgman (gmail)
2008-02-29 23:16         ` Jason Rumney
2008-02-29 23:21           ` Jason Rumney
2008-02-29 23:33             ` Lennart Borgman (gmail)
2008-03-01 10:43             ` Lennart Borgman (gmail)
2008-03-01 10:52               ` Lennart Borgman (gmail) [this message]
2008-03-01 20:43                 ` Kim F. Storm
2008-03-02  1:01                   ` Lennart Borgman (gmail)
2008-03-01  9:44         ` Eli Zaretskii
2008-03-01  9:56           ` Jason Rumney
2008-02-29  2:02     ` Stefan Monnier
2008-02-29 10:40       ` Eli Zaretskii
2008-02-29  9:51 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47C93588.4050403@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    --cc=storm@cua.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.