emacs-devel
[Top][All Lists]
Advanced

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

23.0.60; Segfault after mouse-drag-region


From: Stephen Berman
Subject: 23.0.60; Segfault after mouse-drag-region
Date: Mon, 21 Apr 2008 12:04:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

I was using the mouse to copy text from an Emacs buffer (URLS from an
emacs-w3m buffer) to an external application, and after doing this a
number of times without a problem, suddenly Emacs crashed.  I was not
running it under gdb but did get a core dump.  The output of `bt full'
on the core file is appended below.

Steve Berman

In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.0)
 of 2008-04-16 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.70200000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  tabbar-mwheel-mode: t
  tabbar-mode: t
  recentf-mode: t
  display-time-mode: t
  show-paren-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  temp-buffer-resize-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t


address@hidden:~/cvsroot/emacs/src> gdb emacs ../core 
GNU gdb 6.6.50.20070726-cvs
[Messages for read and loaded library symbols omitted]
Core was generated by `./src/emacs -fn Dejavu Sans Mono-10'.
Program terminated with signal 11, Segmentation fault.
#0  0xffffe410 in __kernel_vsyscall ()
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from 
terminal]
DISPLAY = :0
TERM = xterm-256color
Breakpoint 1 at 0x81194c6: file emacs.c, line 430.
Breakpoint 2 at 0x8133549: file sysdep.c, line 1319.
(gdb) bt full
#0  0xffffe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb748ec26 in kill () from /lib/libc.so.6
No symbol table info available.
#2  0x0811b003 in fatal_error_signal (sig=11) at emacs.c:400
No locals.
#3  <signal handler called>
No symbol table info available.
#4  0x0807ab56 in get_next_display_element (it=0xbfc66664) at xdisp.c:5995
        face = (struct face *) 0x0
        pos = 30187
        success_p = 1
#5  0x0807b27b in move_it_in_display_line_to (it=0xbfc66664, to_charpos=-1, 
    to_x=320, op=<value optimized out>) at xdisp.c:6672
        new_x = <value optimized out>
        hpos_before_this_char = 29
        x = 203
        i = 1
        ascent = 0
        descent = 0
        result = <value optimized out>
        saved_glyph_row = (struct glyph_row *) 0x9e76b30
#6  0x0807c03e in move_it_to (it=0xbfc66664, to_charpos=-1, to_x=320, 
    to_y=680, to_vpos=-1, op=3) at xdisp.c:6980
        it_backup = {
  window = 159010084, 
  w = 0x97a4d20, 
  f = 0x8c1a128, 
  method = GET_FROM_BUFFER, 
  stop_charpos = 30091, 
  end_charpos = 89407, 
  s = 0x0, 
  string_nchars = 0, 
  region_beg_charpos = -1, 
  region_end_charpos = -1, 
  redisplay_end_trigger_charpos = 0, 
  multibyte_p = 1, 
  header_line_p = 1, 
  string_from_display_prop_p = 0, 
  ellipsis_p = 0, 
  dp = 0x9a3eeb0, 
  dpvec = 0x0, 
  dpend = 0x0, 
  dpvec_char_len = 0, 
  dpvec_face_id = 0, 
  saved_face_id = 0, 
  ctl_chars = {0 <repeats 16 times>}, 
  start = {
    pos = {
      charpos = 29891, 
      bytepos = 31151
    }, 
    overlay_string_index = -1, 
    string_pos = {
      charpos = -1, 
      bytepos = -1
    }, 
    dpvec_index = -1
  }, 
  current = {
    pos = {
      charpos = 30090, 
      bytepos = 31354
    }, 
    overlay_string_index = -1, 
    string_pos = {
      charpos = -1, 
      bytepos = -1
    }, 
    dpvec_index = -1
  }, 
  n_overlay_strings = 0, 
  overlay_strings = {0 <repeats 16 times>}, 
  string_overlays = {0 <repeats 16 times>}, 
  string = 137779401, 
  from_overlay = 0, 
  stack = {{
      string = 0, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          image_id = 0
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 0
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        overlay_string_index = 0, 
        string_pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 0, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 0, 
      voffset = 0
    }, {
      string = 0, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          image_id = 0
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 0
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        overlay_string_index = 0, 
        string_pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 0, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 0, 
      voffset = 0
    }, {
      string = 0, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          image_id = 0
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 0
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        overlay_string_index = 0, 
        string_pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 0, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 0, 
      voffset = 0
    }, {
      string = 0, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          image_id = 0
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 0
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        overlay_string_index = 0, 
        string_pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 0, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 0, 
      voffset = 0
    }}, 
  sp = 0, 
  selective = 0, 
  what = IT_CHARACTER, 
  face_id = 0, 
  selective_display_ellipsis_p = 1, 
  ctl_arrow_p = 1, 
  truncate_lines_p = 1, 
  face_box_p = 0, 
  start_of_box_run_p = 0, 
  end_of_box_run_p = 0, 
  overlay_strings_at_end_processed_p = 0, 
  ignore_overlay_strings_at_pos_p = 0, 
  glyph_not_available_p = 0, 
  starts_in_middle_of_char_p = 0, 
  face_before_selective_p = 0, 
  constrain_row_ascent_descent_p = 0, 
  base_face_id = 0, 
  c = 105, 
  len = 1, 
  cmp_id = 0, 
  cmp_len = 0, 
  char_to_display = 105, 
  image_id = 0, 
  slice = {
    x = 137779401, 
    y = 137779401, 
    width = 137779401, 
    height = 137779401
  }, 
  space_width = 137779401, 
  voffset = 0, 
  font_height = 137779401, 
  object = 153266180, 
  position = {
    charpos = 30090, 
    bytepos = 31354
  }, 
  tab_width = 8, 
  truncation_pixel_width = 0, 
  continuation_pixel_width = 0, 
  first_visible_x = 0, 
  last_visible_x = 560, 
  last_visible_y = 826, 
  extra_line_spacing = 0, 
  max_extra_line_spacing = 0, 
  override_ascent = -1, 
  override_descent = 0, 
  override_boff = 0, 
  glyph_row = 0x9e76b30, 
  area = TEXT_AREA, 
  nglyphs = 1, 
  pixel_width = 7, 
  ascent = 12, 
  descent = 3, 
  max_ascent = 12, 
  max_descent = 3, 
  phys_ascent = 10, 
  phys_descent = 0, 
  max_phys_ascent = 12, 
  max_phys_descent = 3, 
  current_x = 315, 
  continuation_lines_width = 0, 
  current_y = 59, 
  first_vpos = 1, 
  vpos = 3, 
  hpos = 45, 
  left_user_fringe_bitmap = 0, 
  right_user_fringe_bitmap = 0, 
  left_user_fringe_face_id = 0, 
  right_user_fringe_face_id = 0
}
        skip = MOVE_NEWLINE_OR_CR
        skip2 = MOVE_NEWLINE_OR_CR
#7  0x08058d61 in buffer_posn_from_coords (w=0x97a4d20, x=0xbfc66ad4, 
    y=0xbfc66ad0, pos=0xbfc66a88, object=0xbfc66ab0, dx=0xbfc66aac, 
    dy=0xbfc66aa8, width=0xbfc66aa4, height=0xbfc66aa0) at dispnew.c:5937
        it = {
  window = 159010084, 
  w = 0x97a4d20, 
  f = 0x8c1a128, 
  method = GET_FROM_DISPLAY_VECTOR, 
  stop_charpos = 30191, 
  end_charpos = 89407, 
  s = 0x0, 
  string_nchars = 0, 
  region_beg_charpos = -1, 
  region_end_charpos = -1, 
  redisplay_end_trigger_charpos = 0, 
  multibyte_p = 1, 
  header_line_p = 1, 
  string_from_display_prop_p = 0, 
  ellipsis_p = 0, 
  dp = 0x9a3eeb0, 
  dpvec = 0xbfc666ac, 
  dpend = 0xbfc666bc, 
  dpvec_char_len = 2, 
  dpvec_face_id = 15, 
  saved_face_id = 14, 
  ctl_chars = {736, 400, 408, 440, 0 <repeats 12 times>}, 
  start = {
    pos = {
      charpos = 29891, 
      bytepos = 31151
    }, 
    overlay_string_index = -1, 
    string_pos = {
      charpos = -1, 
      bytepos = -1
    }, 
    dpvec_index = -1
  }, 
  current = {
    pos = {
      charpos = 30187, 
      bytepos = 31455
    }, 
    overlay_string_index = -1, 
    string_pos = {
      charpos = -1, 
      bytepos = -1
    }, 
    dpvec_index = 0
  }, 
  n_overlay_strings = 0, 
  overlay_strings = {0 <repeats 16 times>}, 
  string_overlays = {0 <repeats 16 times>}, 
  string = 137779401, 
  from_overlay = 0, 
  stack = {{
      string = 0, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          image_id = 0
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 0
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        overlay_string_index = 0, 
        string_pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 0, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 0, 
      voffset = 0
    }, {
      string = 0, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          image_id = 0
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 0
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        overlay_string_index = 0, 
        string_pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 0, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 0, 
      voffset = 0
    }, {
      string = 0, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          image_id = 0
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 0
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        overlay_string_index = 0, 
        string_pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 0, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 0, 
      voffset = 0
    }, {
      string = 0, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          image_id = 0
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 0
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        overlay_string_index = 0, 
        string_pos = {
          charpos = 0, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 0, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 0, 
      voffset = 0
    }}, 
  sp = 0, 
  selective = 0, 
  what = IT_CHARACTER, 
  face_id = 15, 
  selective_display_ellipsis_p = 1, 
  ctl_arrow_p = 1, 
  truncate_lines_p = 1, 
  face_box_p = 0, 
  start_of_box_run_p = 0, 
  end_of_box_run_p = 0, 
  overlay_strings_at_end_processed_p = 0, 
  ignore_overlay_strings_at_pos_p = 0, 
  glyph_not_available_p = 0, 
  starts_in_middle_of_char_p = 0, 
  face_before_selective_p = 0, 
  constrain_row_ascent_descent_p = 0, 
  base_face_id = 0, 
  c = 92, 
  len = 1, 
  cmp_id = 0, 
  cmp_len = 0, 
  char_to_display = 195, 
  image_id = 0, 
  slice = {
    x = 137779401, 
    y = 137779401, 
    width = 137779401, 
    height = 137779401
  }, 
  space_width = 137779401, 
  voffset = 0, 
  font_height = 137779401, 
  object = 153266180, 
  position = {
    charpos = 30187, 
    bytepos = 31455
  }, 
  tab_width = 8, 
  truncation_pixel_width = 0, 
  continuation_pixel_width = 0, 
  first_visible_x = 0, 
  last_visible_x = 560, 
  last_visible_y = 826, 
  extra_line_spacing = 0, 
  max_extra_line_spacing = 0, 
  override_ascent = -1, 
  override_descent = 0, 
  override_boff = 0, 
  glyph_row = 0x0, 
  area = TEXT_AREA, 
  nglyphs = 1, 
  pixel_width = 7, 
  ascent = 12, 
  descent = 3, 
  max_ascent = 12, 
  max_descent = 3, 
  phys_ascent = 12, 
  phys_descent = 0, 
  max_phys_ascent = 12, 
  max_phys_descent = 3, 
  current_x = 210, 
  continuation_lines_width = 0, 
  current_y = 89, 
  first_vpos = 1, 
  vpos = 5, 
  hpos = 30, 
  left_user_fringe_bitmap = 0, 
  right_user_fringe_bitmap = 0, 
  left_user_fringe_face_id = 0, 
  right_user_fringe_face_id = 0
}
        old_current_buffer = (struct buffer *) 0x922a800
        startp = {
  charpos = -1077516700, 
  bytepos = 159010084
}
        string = <value optimized out>
        row = <value optimized out>
        img = <value optimized out>
        x0 = 320
        x1 = <value optimized out>
#8  0x0811d165 in make_lispy_position (f=<value optimized out>, x=0xbfc66cec, 
    y=0xbfc66ce8, time=1884101255) at keyboard.c:5469
        string2 = <value optimized out>
        object2 = 137779401
        dy2 = <value optimized out>
        width2 = <value optimized out>
        height2 = <value optimized out>
        p = {
  pos = {
    charpos = -1077515544, 
    bytepos = 135120365
  }, 
  overlay_string_index = 146907432, 
  string_pos = {
    charpos = 351, 
    bytepos = 680
  }, 
  dpvec_index = 137492176
}
        dx2 = <value optimized out>
        textpos = <value optimized out>
        rx = -1
        dx = -1
        string_info = 137779401
        ry = -1
        dy = -1
        width = -1
        height = -1
        object = 137779401
        window = 159010084
        part = ON_TEXT
        posn = 137779401
        extra_info = <value optimized out>
        wx = 320
        wy = 680
#9  0x08127ac3 in read_char (commandflag=0, nmaps=0, maps=0x0, 
    prev_event=137779449, used_mouse_menu=0x0, end_time=0x0) at keyboard.c:6288
        tem0 = <value optimized out>
        c = 137779401
        local_getcjmp = {{
    __jmpbuf = {154348760, 137779401, 0, -1077514968, 718878334, -2099359471}, 
    __mask_was_saved = 0, 
    __saved_mask = {
      __val = {137915970, 137779401, 153266176, 153266176, 32268, 137779425, 
        137917489, 137779401, 137917488, 3217452168, 135797620, 137917489, 
        137779401, 153266176, 1, 560, 32268, 137779401, 4, 3217452208, 4, 
        3217452312, 135806137, 576, 142894986, 258464, 137779401, 147398633, 
        1, 3217452312, 135805583, 142894986}
    }
  }}
        save_jump = {{
    __jmpbuf = {154348984, 137779401, 0, -1077515144, 718820990, -2099359471}, 
    __mask_was_saved = 0, 
    __saved_mask = {
      __val = {164184715, 3217452024, 135806194, 138053577, 160924395, 256, 6, 
        0, 0, 138051720, 1, 2, 136258504, 3217452036, 22, 2, 136258648, 
        3217452296, 3217452032, 3217452036, 2, 3217424384, 137105757, 
        3217452032, 80, 3217452152, 135977052, 3, 3217452032, 3217452152, 
        135977052, 164184715}
    }
  }}
        key_already_recorded = 0
        tem = <value optimized out>
        save = <value optimized out>
        previous_echo_area_message = 137779401
        also_record = 137779401
        reread = 0
        polling_stopped_here = <value optimized out>
        orig_kboard = (struct kboard *) 0x89ae520
#10 0x0819c74e in read_filtered_event (no_switch_frame=0, ascii_required=0, 
    error_nonascii=0, input_method=0, seconds=137779401) at lread.c:706
        val = -1077514784
        delayed_switch_frame = 137779401
        end_time = {
  tv_sec = 153266176, 
  tv_usec = 1
}
#11 0x0819ca1f in Fread_event (prompt=137779401, 
    inherit_input_method=137779401, seconds=137779401) at lread.c:820
No locals.
#12 0x08183cd9 in Ffuncall (nargs=1, args=0xbfc66e60) at eval.c:3038
        fun = <value optimized out>
        original_fun = <value optimized out>
        funcar = <value optimized out>
        numargs = 0
        val = <value optimized out>
        backtrace = {
  next = 0xbfc66f30, 
  function = 0xbfc66e60, 
  args = 0xbfc66e64, 
  nargs = 0, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfc66de0
        i = <value optimized out>
#13 0x081ad85c in Fbyte_code (bytestr=136799331, vector=136799356, 
    maxdepth=<value optimized out>) at bytecode.c:679
        v1 = <value optimized out>
        v2 = <value optimized out>
        op = 0
        vectorp = (Lisp_Object *) 0x8276480
        stack = {
  pc = 0x82c2d0e "\211\020\211\031\242)\307=\204\024", 
  top = 0xbfc66e60, 
  bottom = 0xbfc66e60, 
  byte_string = 136799331, 
  byte_string_start = 0x82c2d0c "\306 \211\020\211\031\242)\307=\204\024", 
  constants = 136799356, 
  next = 0xbfc67130
}
        top = (Lisp_Object *) 0xbfc66e60
        result = <value optimized out>
#14 0x081831f8 in Feval (form=136799317) at eval.c:2369
        numargs = <value optimized out>
        argvals = {136799331, 136799356, 48, 137779401, 147398633, 1, 
  -1077514344, 135805583}
        args_left = 137779401
        i = 3
        fun = <value optimized out>
        val = <value optimized out>
        original_fun = 137942089
        original_args = 136799325
        funcar = <value optimized out>
        backtrace = {
  next = 0xbfc66fe0, 
  function = 0xbfc66f48, 
  args = 0xbfc66f10, 
  nargs = 3, 
  evalargs = 1 '\001', 
  debug_on_exit = 0 '\0'
}
#15 0x081834bf in Fprogn (args=0) at eval.c:451
        val = 92
#16 0x08125400 in Ftrack_mouse (args=136799309) at keyboard.c:1481
        val = <value optimized out>
#17 0x081832d3 in Feval (form=136799301) at eval.c:2310
        numargs = 0
        argvals = {143103761, 137779401, 137779425, 153266176, 0, 0, 
  137779425, 143103761}
        args_left = 136799309
        i = <value optimized out>
        fun = <value optimized out>
        val = <value optimized out>
        original_fun = 137818217
        original_args = 136799309
        funcar = <value optimized out>
        backtrace = {
  next = 0xbfc670a8, 
  function = 0xbfc66ff8, 
  args = 0xbfc66ff4, 
  nargs = -1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
#18 0x081834bf in Fprogn (args=0) at eval.c:451
        val = 92
#19 0x08183754 in funcall_lambda (fun=136799272, nargs=0, 
    arg_vector=0xbfc670e4) at eval.c:3212
        val = <value optimized out>
        syms_left = 137779401
        next = <value optimized out>
        i = 0
        optional = 153266180
        rest = 143197473
#20 0x08183a8f in Ffuncall (nargs=1, args=0xbfc670e0) at eval.c:3089
        fun = 136799277
        original_fun = 136799277
        funcar = <value optimized out>
        numargs = 0
        val = <value optimized out>
        backtrace = {
  next = 0xbfc671e8, 
  function = 0xbfc670e0, 
  args = 0xbfc670e4, 
  nargs = 0, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfc670e4
        i = <value optimized out>
#21 0x081ad85c in Fbyte_code (bytestr=136798875, vector=136798892, 
    maxdepth=<value optimized out>) at bytecode.c:679
        v1 = <value optimized out>
        v2 = <value optimized out>
        op = 0
        vectorp = (Lisp_Object *) 0x82762b0
        stack = {
  pc = 0x82c2f07 
"\210\336\337\r\242!>\203\244\001\r\211\035:\203W\001\323\r8:\203Q\001\323\202R\001\324\r8\202]\001\307
 
`\340\311F)\211\026L\0366\313\01668\206~\001\0166A@:\203z\001\0166A@@\202~\001\0166A@)\211\026K\203\244\001\016L\211\0366@)\0168=\203\244\001\341\016K!\203\244\001\326\016G\0167\016K\016B$\210\r:address@hidden:\203\305\001\323\r8\250\203\305\001\323\r8\202\306\001\324)\311V\205\330\001\344\016M!\205\330\001\016M\345>?\036N\346\016G!\347\016G!U\204\343\002\016N\204\343\002\r\211\035:\203\003\002\323\r8:\203\375\001\323\202\376\001"...,
 
  top = 0xbfc670e0, 
  bottom = 0xbfc670e0, 
  byte_string = 136798875, 
  byte_string_start = 0x82c2dd2 "\306\b!\210p\021\307 
\032\310\b!\033\311\034\b\211\035:\203\034", 
  constants = 136798892, 
  next = 0xbfc67270
}
        top = (Lisp_Object *) 0xbfc670e0
        result = <value optimized out>
#22 0x08183674 in funcall_lambda (fun=136798820, nargs=2, 
    arg_vector=0xbfc67224) at eval.c:3219
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 2
        optional = 1
        rest = 0
#23 0x08183a8f in Ffuncall (nargs=3, args=0xbfc67220) at eval.c:3089
        fun = 136798820
        original_fun = 147398537
        funcar = <value optimized out>
        numargs = 2
        val = <value optimized out>
        backtrace = {
  next = 0xbfc67328, 
  function = 0xbfc67220, 
  args = 0xbfc67224, 
  nargs = 2, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfc67224
        i = <value optimized out>
#24 0x081ad85c in Fbyte_code (bytestr=136797611, vector=136797628, 
    maxdepth=<value optimized out>) at bytecode.c:679
        v1 = <value optimized out>
        v2 = <value optimized out>
        op = 0
        vectorp = (Lisp_Object *) 0x8275dc0
        stack = {
  pc = 0x82c34ee ")\207", 
  top = 0xbfc67228, 
  bottom = 0xbfc67220, 
  byte_string = 136797611, 
  byte_string_start = 0x82c34ae "\b\211\031:\203\r", 
  constants = 136797628, 
  next = 0x0
}
        top = (Lisp_Object *) 0xbfc67220
        result = <value optimized out>
#25 0x08183674 in funcall_lambda (fun=136797572, nargs=1, 
    arg_vector=0xbfc673b4) at eval.c:3219
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 1
        optional = 0
        rest = 0
#26 0x08183a8f in Ffuncall (nargs=2, args=0xbfc673b0) at eval.c:3089
        fun = 136797572
        original_fun = 147398513
        funcar = <value optimized out>
        numargs = 1
        val = <value optimized out>
        backtrace = {
  next = 0xbfc67538, 
  function = 0xbfc673b0, 
  args = 0xbfc673b4, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfc673b4
        i = <value optimized out>
#27 0x08180e53 in Fcall_interactively (function=147398513, 
    record_flag=137779401, keys=161192300) at callint.c:859
        val = <value optimized out>
        args = (Lisp_Object *) 0xbfc673b0
        visargs = (Lisp_Object *) 0xbfc67390
        specs = 137779401
        filter_specs = <value optimized out>
        teml = <value optimized out>
        up_event = 137779401
        enable = 137779401
        next_event = 1
        prefix_arg = 137779401
        string = <value optimized out>
        tem = (unsigned char *) 0x81eb926 ""
        varies = (int *) 0xbfc67370
        i = 1
        j = 1
        foo = <value optimized out>
        prompt1 = '\0' <repeats 99 times>
        arg_from_tty = 0
        key_count = 1
        record_then_fail = 0
        save_this_command = 147398513
        save_last_command = 148254409
        save_this_original_command = 147398513
        save_real_this_command = 147398513
#28 0x08183cd9 in Ffuncall (nargs=4, args=0xbfc67570) at eval.c:3038
        fun = <value optimized out>
        original_fun = <value optimized out>
        funcar = <value optimized out>
        numargs = 3
        val = <value optimized out>
        backtrace = {
  next = 0x0, 
  function = 0xbfc67570, 
  args = 0xbfc67574, 
  nargs = 3, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfc67574
        i = <value optimized out>
#29 0x08183e29 in call3 (fn=137942281, arg1=147398513, arg2=137779401, 
    arg3=137779401) at eval.c:2862
        ret_ungc_val = 1
#30 0x0812a97e in command_loop_1 () at keyboard.c:1917
        cmd = <value optimized out>
        lose = <value optimized out>
        nonundocount = 0
        keybuf = {166494373, 165016117, 135419374, 165065253, 137779449, 
  -1077512726, 137942089, 0, 137779401, -1077512664, 135419632, 165065253, 
  -1077512726, 0, -1218653552, -1220128292, 0, 0, -1207968724, 0, -1077512696, 
  -1077512848, 0, -1220149248, 137779401, 143200841, 0, 138289736, 138289720, 
  -1077512664}
        i = <value optimized out>
        prev_modiff = 4439
        prev_buffer = (struct buffer *) 0x922a800
        already_adjusted = 0
#31 0x081825b0 in internal_condition_case (bfun=0x812a620 <command_loop_1>, 
    handlers=137822577, hfun=0x8125640 <cmd_error>) at eval.c:1501
        val = <value optimized out>
        c = {
  tag = 137779401, 
  val = 137779401, 
  next = 0xbfc67750, 
  gcpro = 0x0, 
  jmp = {{
      __jmpbuf = {0, 138289736, 138289720, -1077512424, 719369854, 
        -1773783791}, 
      __mask_was_saved = 0, 
      __saved_mask = {
        __val = {1, 3076313688, 3087007732, 3069077704, 3217454448, 
          3217454500, 3086936111, 3217454808, 3217454864, 3087009392, 
          134544836, 2822930839, 0, 0, 2, 3086955529, 134544182, 3217454800, 
          3217455088, 4294967295, 3217454936, 135474307, 3217455088, 
          3217454800, 128, 3074869888, 3076313744, 0, 4294967295, 3087007732, 
          3087009392, 134523664}
      }
    }}, 
  backlist = 0x0, 
  handlerlist = 0x0, 
  lisp_eval_depth = 0, 
  pdlcount = 2, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0x0
}
        h = {
  handler = 137822577, 
  var = 137779401, 
  chosen_clause = 137779449, 
  tag = 0xbfc6763c, 
  next = 0x0
}
#32 0x08124ac3 in command_loop_2 () at keyboard.c:1374
        val = 1
#33 0x0818268a in internal_catch (tag=137818553, 
    func=0x8124aa0 <command_loop_2>, arg=137779401) at eval.c:1237
        c = {
  tag = 137818553, 
  val = 137779401, 
  next = 0x0, 
  gcpro = 0x0, 
  jmp = {{
      __jmpbuf = {0, 138289736, 138289720, -1077512168, 719476350, 
        -1774179055}, 
      __mask_was_saved = 0, 
      __saved_mask = {
        __val = {0 <repeats 12 times>, 3075265006, 0, 0, 0, 1, 137911124, 
          137911120, 3217455192, 138005650, 138005648, 138008960, 3217455112, 
          135741733, 138008961, 138005650, 137779401, 137805248, 0, 0, 
          137779425}
      }
    }}, 
  backlist = 0x0, 
  handlerlist = 0x0, 
  lisp_eval_depth = 0, 
  pdlcount = 2, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0x0
}
#34 0x081254a7 in command_loop () at keyboard.c:1353
No locals.
#35 0x0812580b in recursive_edit_1 () at keyboard.c:962
        val = <value optimized out>
#36 0x08125941 in Frecursive_edit () at keyboard.c:1024
        buffer = 137779401
#37 0x0811a2e2 in main (argc=3, argv=0xbfc67c24) at emacs.c:1784
        displayname = 0x0
        count_before = <value optimized out>
        dummy = -1077511272
        stack_bottom_variable = 8 '\b'
        do_initial_setlocale = 1
        skip_args = 0
        rlim = {
  rlim_cur = 8388608, 
  rlim_max = 18446744073709551615
}
        no_loadup = 0
        junk = 0x0

Lisp Backtrace:
"read-event" (0xbfc66e64)
"byte-code" (0xbfc66f10)
"track-mouse" (0xbfc66ff4)
0x827642d Lisp type 5
"mouse-drag-track" (0xbfc67224)
"mouse-drag-region" (0xbfc673b4)
"call-interactively" (0xbfc67574)




reply via email to

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