emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another crash in xdisp.c (x86_64)


From: Reiner Steib
Subject: Re: Another crash in xdisp.c (x86_64)
Date: Wed, 09 Feb 2005 16:48:09 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

On Wed, Feb 09 2005, Kim F. Storm wrote:

> Reiner Steib <address@hidden> writes:
[...]
>> (gdb) bt
>> #0  abort () at [...]/cvs-HEAD/emacs/src/emacs.c:453
>> #1  0x0000000000478884 in try_window_id (w=0x1f66880)
>>     at [...]/cvs-HEAD/emacs/src/xdisp.c:13959
>
> Pls do the following if you still got the crashed emacs in gdb:
>
> up 1
> p vpos
> p row
> p *w
> p *row

--8<---------------cut here---------------start------------->8---
(gdb) up 1
#1  0x0000000000478884 in try_window_id (w=0x1f66880)
    at /home/dept/ste/src/links/emacs/cvs-HEAD/emacs/src/xdisp.c:13959
13959       abort ();
(gdb) p vpos
No symbol "vpos" in current context.
(gdb) p row
Variable "row" is not available.
(gdb) p *w
$1 = {
  size = 4611686018427392064, 
  vec_next = 0x22104c0, 
  frame = 35718340, 
  mini_p = 9613345, 
  next = 12734148, 
  prev = 9613345, 
  hchild = 9613345, 
  vchild = 9613345, 
  parent = 9613345, 
  left_col = 0, 
  top_line = 0, 
  total_lines = 432, 
  total_cols = 688, 
  buffer = 32050852, 
  start = 41472138, 
  pointm = 41472178, 
  force_start = 9613345, 
  optional_new_start = 9613345, 
  hscroll = 0, 
  min_hscroll = 0, 
  use_time = 46976, 
  sequence_number = 968, 
  temslot = 0, 
  last_modified = 1432, 
  last_overlay_modified = 8, 
  last_point = 5152, 
  last_had_star = 9613345, 
  vertical_scroll_bar = 56267348, 
  left_margin_cols = 9613345, 
  right_margin_cols = 9613345, 
  left_fringe_width = 9613345, 
  right_fringe_width = 9613345, 
  fringes_outside_margins = 9613345, 
  scroll_bar_width = 9613345, 
  vertical_scroll_bar_type = 9613441, 
  last_mark_x = 9613345, 
  last_mark_y = 9613345, 
  window_end_pos = 0, 
  window_end_vpos = 208, 
  window_end_valid = 32050852, 
  update_mode_line = 9613345, 
  start_at_line_beg = 9613441, 
  display_table = 9613345, 
  dedicated = 9613441, 
  base_line_number = 8, 
  base_line_pos = 8, 
  region_showing = 9613345, 
  column_number_displayed = 0, 
  redisplay_end_trigger = 9613345, 
  too_small_ok = 9613345, 
  orig_total_lines = 9613345, 
  orig_top_line = 9613345, 
  current_matrix = 0x2f63190, 
  desired_matrix = 0x2225fe0, 
  nrows_scale_factor = 1, 
  ncols_scale_factor = 1, 
  last_cursor = {
    x = 0, 
    y = 210, 
    hpos = 0, 
    vpos = 15
  }, 
  cursor = {
    x = 0, 
    y = 210, 
    hpos = 0, 
    vpos = 15
  }, 
  phys_cursor = {
    x = 0, 
    y = 0, 
    hpos = 0, 
    vpos = 0
  }, 
  phys_cursor_type = -1, 
  phys_cursor_width = -1, 
  phys_cursor_ascent = 9613345, 
  phys_cursor_height = 0, 
  overlay_arrow_bitmap = 0, 
  phys_cursor_on_p = 0, 
  cursor_off_p = 0, 
  last_cursor_off_p = 0, 
  must_be_updated_p = 0, 
  pseudo_window_p = 0, 
  vscroll = 0, 
  window_end_bytepos = 0, 
  frozen_window_start_p = 0, 
  height_fixed_p = 0
}
(gdb) p *row
Variable "row" is not available.
(gdb) 
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]