emacs-devel
[Top][All Lists]
Advanced

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

Unable to send bug report


From: Richard Hansen
Subject: Unable to send bug report
Date: Sat, 25 Apr 2009 01:26:36 -0400
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Hi all,

I've been trying to email a bug report (attached) to address@hidden but it never shows up in the mailing list archives. I've tried three times since 2009-04-15. Is my report being flagged as spam? Has anyone else had problems sending bug reports?

Thanks,
Richard
--- Begin Message --- Subject: 22.2.1; Infinite loop and SIGABRT when cache-long-line-scans enabled Date: Sat, 25 Apr 2009 00:00:00 -0400 User-agent: Thunderbird 2.0.0.21 (X11/20090409) When cache-long-line-scans is t and I visit a particular C header file, cc-mode goes into an infinite loop in c-end-of-macro. If I hit C-g to enter the debugger and navigate around the particular header file, emacs (22.2.1 from Ubuntu Intrepid) aborts.

[A recent emacs snapshot (23.0.91.1 from <https://launchpad.net/~ubuntu-elisp/+archive/ppa>) also goes into the infinite loop in c-end-of-macro, but C-g won't break emacs out of the infinite loop. If I send SIGHUP to emacs 23, I'll get the debugger, but I can't get it to abort like I can with emacs 22.2.]

Here is how I reproduce it:
1. run emacs -Q via gdb (with the special .gdbinit that comes with emacs)
   2. <menu-bar> <options> <debug-on-quit>
   3. M-: (setq-default cache-long-line-scans t) RET
   4. C-x C-f /path/to/header-that-triggers-the-bug.h RET
   5. (emacs goes into an infinite loop)
   6. C-g (debugger starts, see Lisp stack trace below)
   7. C-x o
   8. C-x b header-that-triggers-the-bug.h RET
   9. (emacs goes into an infinite loop)
10. hit C-g several times until emacs becomes responsive again (8 times?) 11. M-x fundamental-mode RET (to keep emacs from going back into an infinite loop)
   12. <C-home>
   13. <C-end>
   14. (emacs aborts, see attached gdb backtrace)

In GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.14.1)
   of 2008-09-05 on vernadsky, modified by Ubuntu
Windowing system distributor `The X.Org Foundation', version 11.0.10502000
configured using `configure '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.2/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.2/leim' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

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: en_DK.UTF-8
    value of $LANG: en_US.UTF-8
    locale-coding-system: utf-8
    default-enable-multibyte-characters: t

Contents of *Messages* buffer at crash:
("/usr/bin/emacs" "-Q")
For information about GNU Emacs and the GNU system, type C-h C-a.
Debug on Quit enabled globally
t
Making completion list...
Loading help-mode...done
Making completion list...
Loading cc-mode...
Loading advice...done
Loading cc-mode...done
Loading debug...done
Entering debugger...
Error during redisplay: (quit) [2 times]
Mark set [2 times]

Contents of *Backtrace* buffer:
Debugger entered--Lisp error: (quit)
    c-end-of-macro()
    c-neutralize-syntax-in-CPP(1 4218 4217)
    c-common-init(c-mode)
    c-mode()
    set-auto-mode-0(c-mode nil)
    set-auto-mode()
    normal-mode(t)
    after-find-file(nil t)
find-file-noselect-1(#<buffer header-that-triggers-the-bug.h> "/path/to/header-that-triggers-the-bug.h" nil nil "/path/to/header-that-triggers-the-bug.h" (16728642 2049))
    find-file-noselect("/path/to/header-that-triggers-the-bug.h" nil nil t)
    find-file("/path/to/header-that-triggers-the-bug.h" t)
    call-interactively(find-file)


$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 8.10
Release:        8.10
Codename:       intrepid
$ mkdir ~/t
$ cd ~/t
$ dget -u 
http://archive.ubuntu.com/ubuntu/pool/main/e/emacs22/emacs22_22.2-0ubuntu2.dsc
$ cd emacs22-22.2/src
$ gdb emacs
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
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.0
TERM = dumb
Breakpoint 1 at 0x80fd536: file emacs.c, line 432.
Breakpoint 2 at 0x81185e7: file sysdep.c, line 1386.
(gdb) run -Q
Starting program: /usr/bin/emacs -Q
[Thread debugging using libthread_db enabled]
[New Thread 0xb7286700 (LWP 9512)]
[Switching to Thread 0xb7286700 (LWP 9512)]
Breakpoint 3 at 0x80cf041: file xterm.c, line 7866.

Breakpoint 1, abort () at emacs.c:432
(gdb) bt full
#0  abort () at emacs.c:432
No locals.
#1  0x081a4f35 in set_cache_region (c=0x8e76580, start=4214, end=4220, value=1) 
at region-cache.c:404
No locals.
#2  0x08141497 in scan_buffer (target=10, start=4217, end=1, count=-1, 
shortage=0x0, allow_quit=0) at search.c:768
        ceiling_addr = (unsigned char *) 0x8ec13b8 "/* $Id$ */\n/*\n * 
Copyright (c) 2008 BBN Technologies Corp.  All rights reserved.\n *\n * This 
information is BBN proprietary and may be prot"...
        cursor = (unsigned char *) 0x8ec242c "\n#endif\n"
        ceiling_byte = <value optimized out>
        start_byte = 4220
        tem = <value optimized out>
        newline_cache = (struct region_cache *) 0x8e76580
        direction = -1
#3  0x081415f8 in find_next_newline_no_quit (from=4217, cnt=-1) at search.c:913
No locals.
#4  0x08083b70 in back_to_previous_visible_line_start (it=0xbfec2e6c) at 
xdisp.c:5125
No locals.
#5  0x0808442f in move_it_vertically_backward (it=0xbfec2e6c, dy=0) at 
xdisp.c:6963
        nlines = <value optimized out>
        h = <value optimized out>
        it2 = {
  window = 147466024, 
  w = 0x8c8be18, 
  f = 0x1000000, 
  method = 3219924368, 
  stop_charpos = 0, 
  end_charpos = 830, 
  s = 0x28 <Address 0x28 out of bounds>, 
  string_nchars = 1, 
  region_beg_charpos = 0, 
  region_end_charpos = 0, 
  redisplay_end_trigger_charpos = 0, 
  multibyte_p = 0, 
  header_line_p = 0, 
  string_from_display_prop_p = 0, 
  ellipsis_p = 0, 
  dp = 0x0, 
  dpvec = 0x0, 
  dpend = 0x0, 
  dpvec_char_len = 0, 
  dpvec_face_id = 0, 
  saved_face_id = 0, 
  ctl_chars = {0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 1, 0, 0, 0, 0, 0}, 
  start = {
    pos = {
      charpos = 0, 
      bytepos = 0
    }, 
    overlay_string_index = 0, 
    string_pos = {
      charpos = 0, 
      bytepos = 0
    }, 
    dpvec_index = 0
  }, 
  current = {
    pos = {
      charpos = -1075042928, 
      bytepos = -1075042928
    }, 
    overlay_string_index = 0, 
    string_pos = {
      charpos = 0, 
      bytepos = 0
    }, 
    dpvec_index = 0
  }, 
  n_overlay_strings = 0, 
  overlay_strings = {0, 0, 604606464, 1, 147466024, 147789976, -1075042456, 
134666298, 1, 0, 1, 8, 80, 147497520, -1075042184, 135180263}, 
  string_overlays = {147466336, 147373592, -1075042344, 134666790, 147466024, 
147789976, 0, 0, 22, 270, 15, 137563417, 5, 15, 0, 137563417}, 
  string = 137563417, 
  from_overlay = 137563417, 
  stack = {{
      string = 137563417, 
      string_nchars = 137563417, 
      end_charpos = 0, 
      stop_charpos = 0, 
      face_id = 0, 
      u = {
        image = {
          object = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 147373592
          }, 
          image_id = 147466024
        }, 
        comp = {
          object = 0, 
          c = 0, 
          len = 0, 
          cmp_id = 0, 
          cmp_len = 147373592
        }, 
        stretch = {
          object = 0
        }
      }, 
      position = {
        charpos = 148029720, 
        bytepos = -1075042248
      }, 
      current = {
        pos = {
          charpos = 147373592, 
          bytepos = 147466336
        }, 
        overlay_string_index = 137610432, 
        string_pos = {
          charpos = -1075042232, 
          bytepos = 134673119
        }, 
        dpvec_index = 147466336
      }, 
      from_overlay = 150103904, 
      area = 80, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 1, 
      string_from_display_prop_p = 1, 
      display_ellipsis_p = 1, 
      space_width = -1, 
      font_height = 1, 
      voffset = 16904
    }, {
      string = 147466336, 
      string_nchars = 147497520, 
      end_charpos = -1075042232, 
      stop_charpos = 135186852, 
      face_id = 147466336, 
      u = {
        image = {
          object = 152652464, 
          slice = {
            x = -1, 
            y = -1, 
            width = 15, 
            height = 5
          }, 
          image_id = 0
        }, 
        comp = {
          object = 152652464, 
          c = -1, 
          len = -1, 
          cmp_id = 15, 
          cmp_len = 5
        }, 
        stretch = {
          object = 152652464
        }
      }, 
      position = {
        charpos = 147210760, 
        bytepos = 147466336
      }, 
      current = {
        pos = {
          charpos = 147497520, 
          bytepos = -1075042184
        }, 
        overlay_string_index = 135048558, 
        string_pos = {
          charpos = 147466336, 
          bytepos = 1
        }, 
        dpvec_index = 8
      }, 
      from_overlay = 0, 
      area = 80, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 1, 
      string_from_display_prop_p = 1, 
      display_ellipsis_p = 1, 
      space_width = 8, 
      font_height = 8, 
      voffset = 80
    }, {
      string = -1075041928, 
      string_nchars = 134593556, 
      end_charpos = 147466336, 
      stop_charpos = 1, 
      face_id = 0, 
      u = {
        image = {
          object = 80, 
          slice = {
            x = 116, 
            y = 1, 
            width = 0, 
            height = 146841768
          }, 
          image_id = 137688897
        }, 
        comp = {
          object = 80, 
          c = 116, 
          len = 1, 
          cmp_id = 0, 
          cmp_len = 146841768
        }, 
        stretch = {
          object = 80
        }
      }, 
      position = {
        charpos = 146757588, 
        bytepos = -1075042104
      }, 
      current = {
        pos = {
          charpos = 135636766, 
          bytepos = 137688897
        }, 
        overlay_string_index = 137685530, 
        string_pos = {
          charpos = 138621868, 
          bytepos = 0
        }, 
        dpvec_index = 147466024
      }, 
      from_overlay = 147468736, 
      area = LEFT_MARGIN_AREA, 
      method = GET_FROM_BUFFER, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 147496928, 
      font_height = 0, 
      voffset = 1528
    }, {
      string = 0, 
      string_nchars = 15, 
      end_charpos = -1075042040, 
      stop_charpos = 135637394, 
      face_id = 137688897, 
      u = {
        image = {
          object = 15, 
          slice = {
            x = 147497520, 
            y = 147496928, 
            width = 147454560, 
            height = 147454562
          }, 
          image_id = 0
        }, 
        comp = {
          object = 15, 
          c = 147497520, 
          len = 147496928, 
          cmp_id = 147454560, 
          cmp_len = 147454562
        }, 
        stretch = {
          object = 15
        }
      }, 
      position = {
        charpos = 147469328, 
        bytepos = 147454560
      }, 
      current = {
        pos = {
          charpos = 147352496, 
          bytepos = 0
        }, 
        overlay_string_index = 147497520, 
        string_pos = {
          charpos = 150078376, 
          bytepos = 146757588
        }, 
        dpvec_index = -1075041960
      }, 
      from_overlay = 134698380, 
      area = 147454562, 
      method = 137610436, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 1, 
      space_width = 1, 
      font_height = 137656152, 
      voffset = 1
    }}, 
  sp = 150078376, 
  selective = 137486840, 
  what = IT_EOB, 
  face_id = 147466024, 
  selective_display_ellipsis_p = 1, 
  ctl_arrow_p = 0, 
  truncate_lines_p = 0, 
  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 = 150732680, 
  c = 0, 
  len = 0, 
  cmp_id = -1075041912, 
  cmp_len = 134564590, 
  char_to_display = 147466024, 
  image_id = 0, 
  slice = {
    x = -1075041912, 
    y = 1, 
    width = 150732680, 
    height = 147373592
  }, 
  space_width = -1075041784, 
  voffset = -6488, 
  font_height = 137750185, 
  object = 148029720, 
  position = {
    charpos = -1075041832, 
    bytepos = 135639301
  }, 
  tab_width = -6487, 
  truncation_pixel_width = 2101, 
  continuation_pixel_width = -4038, 
  first_visible_x = 137563465, 
  last_visible_x = 148029720, 
  last_visible_y = 139117589, 
  extra_line_spacing = 137750707, 
  max_extra_line_spacing = 137563441, 
  override_ascent = 2, 
  override_descent = 137752632, 
  override_boff = 137752634, 
  glyph_row = 0xbfec29e8, 
  area = 137563465, 
  nglyphs = 137750185, 
  pixel_width = 137750184, 
  ascent = -1075041784, 
  descent = 135695677, 
  max_ascent = 139266285, 
  max_descent = 137563465, 
  phys_ascent = 0, 
  phys_descent = 1, 
  max_phys_ascent = 137751513, 
  max_phys_descent = 137750233, 
  current_x = 137563417, 
  continuation_lines_width = 0, 
  current_y = 0, 
  first_vpos = 0, 
  vpos = -1075039720, 
  hpos = 134767094, 
  left_user_fringe_bitmap = 9, 
  right_user_fringe_bitmap = 0, 
  left_user_fringe_face_id = 798612, 
  right_user_fringe_face_id = 0
}
        it3 = {
  window = -1221362496, 
  w = 0x8c24d4c, 
  f = 0xb7347ff4, 
  method = 9512, 
  stop_charpos = -1221358187, 
  end_charpos = 146951488, 
  s = 0x8c27ac8 "\031", 
  string_nchars = 20, 
  region_beg_charpos = -1221296140, 
  region_end_charpos = -1214123988, 
  redisplay_end_trigger_charpos = -1075043376, 
  multibyte_p = 0, 
  header_line_p = 0, 
  string_from_display_prop_p = 0, 
  ellipsis_p = 1, 
  dp = 0x0, 
  dpvec = 0x1, 
  dpend = 0x0, 
  dpvec_char_len = 0, 
  dpvec_face_id = -1221296140, 
  saved_face_id = -1075043400, 
  ctl_chars = {0, -1075043576, -1221362496, 146951500, -1221296140, 
-1075043480, -1221358187, 146951488, 146963144, 16, -1215749786, 146951488, 2, 
-1075043472, 1, 26751}, 
  start = {
    pos = {
      charpos = 0, 
      bytepos = 0
    }, 
    overlay_string_index = -1215924250, 
    string_pos = {
      charpos = -1214129698, 
      bytepos = -1075043492
    }, 
    dpvec_index = 0
  }, 
  current = {
    pos = {
      charpos = 0, 
      bytepos = 0
    }, 
    overlay_string_index = 0, 
    string_pos = {
      charpos = 0, 
      bytepos = -1215049740
    }, 
    dpvec_index = 0
  }, 
  n_overlay_strings = 2, 
  overlay_strings = {9512, -1215749786, 146951488, 2, -1075043392, -1221296140, 
-1214123988, 146950144, -1075043400, 0, 1, -1075043400, 0, -1221296140, 
146951488, -1222088960}, 
  string_overlays = {-1075043400, -1221362496, 146951500, -1221283852, 
-1075043352, -1221289782, 146951488, 0, -1215041964, 0, 0, 0, 0, -1215049740, 
146950144, 146950144}, 
  string = -1075043320, 
  from_overlay = -1215748831, 
  stack = {{
      string = 146951488, 
      string_nchars = 150344136, 
      end_charpos = 0, 
      stop_charpos = -1215049740, 
      face_id = -1215049740, 
      u = {
        image = {
          object = 150344136, 
          slice = {
            x = -1075043288, 
            y = -1215807633, 
            width = 146950144, 
            height = 150344136
          }, 
          image_id = 604606464
        }, 
        comp = {
          object = 150344136, 
          c = -1075043288, 
          len = -1215807633, 
          cmp_id = 146950144, 
          cmp_len = 150344136
        }, 
        stretch = {
          object = 150344136
        }
      }, 
      position = {
        charpos = -1075042928, 
        bytepos = -1075042928
      }, 
      current = {
        pos = {
          charpos = 30, 
          bytepos = -1075042984
        }, 
        overlay_string_index = 135087589, 
        string_pos = {
          charpos = 146950144, 
          bytepos = 150344136
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 30, 
      area = 12, 
      method = 3219924336, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 134703768, 
      font_height = -1075042924, 
      voffset = 9620
    }, {
      string = -1075043176, 
      string_nchars = 134728481, 
      end_charpos = 1, 
      stop_charpos = 137563417, 
      face_id = -1075043176, 
      u = {
        image = {
          object = 135993042, 
          slice = {
            x = 151815376, 
            y = 137734737, 
            width = 147352496, 
            height = -1075043100
          }, 
          image_id = 0
        }, 
        comp = {
          object = 135993042, 
          c = 151815376, 
          len = 137734737, 
          cmp_id = 147352496, 
          cmp_len = -1075043100
        }, 
        stretch = {
          object = 135993042
        }
      }, 
      position = {
        charpos = -1075042924, 
        bytepos = -4
      }, 
      current = {
        pos = {
          charpos = 150078376, 
          bytepos = -1075042924
        }, 
        overlay_string_index = 536870912, 
        string_pos = {
          charpos = 152652496, 
          bytepos = 0
        }, 
        dpvec_index = 0
      }, 
      from_overlay = 9, 
      area = 8, 
      method = 9, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 0, 
      font_height = 9, 
      voffset = 1
    }, {
      string = 150078376, 
      string_nchars = 152652208, 
      end_charpos = -1075042960, 
      stop_charpos = 150078376, 
      face_id = -1075042924, 
      u = {
        image = {
          object = 137550112, 
          slice = {
            x = -1075042984, 
            y = 134745143, 
            width = 147466336, 
            height = 150078376
          }, 
          image_id = 147496928
        }, 
        comp = {
          object = 137550112, 
          c = -1075042984, 
          len = 134745143, 
          cmp_id = 147466336, 
          cmp_len = 150078376
        }, 
        stretch = {
          object = 137550112
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = 0
      }, 
      current = {
        pos = {
          charpos = 0, 
          bytepos = 147373592
        }, 
        overlay_string_index = -1075042928, 
        string_pos = {
          charpos = 151815376, 
          bytepos = 0
        }, 
        dpvec_index = -1075042984
      }, 
      from_overlay = 134655693, 
      area = 147373592, 
      method = 20, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 10, 
      font_height = -1075043008, 
      voffset = 23604
    }, {
      string = 147466024, 
      string_nchars = 0, 
      end_charpos = 0, 
      stop_charpos = 147373592, 
      face_id = 147466024, 
      u = {
        image = {
          object = 1, 
          slice = {
            x = -1075042984, 
            y = 134634879, 
            width = 147466024, 
            height = 1
          }, 
          image_id = 10
        }, 
        comp = {
          object = 1, 
          c = -1075042984, 
          len = 134634879, 
          cmp_id = 147466024, 
          cmp_len = 1
        }, 
        stretch = {
          object = 1
        }
      }, 
      position = {
        charpos = 0, 
        bytepos = -1075042504
      }, 
      current = {
        pos = {
          charpos = 134659329, 
          bytepos = 147466024
        }, 
        overlay_string_index = 1, 
        string_pos = {
          charpos = 15, 
          bytepos = 0
        }, 
        dpvec_index = -53457
      }, 
      from_overlay = 8, 
      area = 147373592, 
      method = GET_FROM_DISPLAY_VECTOR, 
      multibyte_p = 0, 
      string_from_display_prop_p = 0, 
      display_ellipsis_p = 0, 
      space_width = 9, 
      font_height = 58657919, 
      voffset = 0
    }}, 
  sp = 30, 
  selective = 0, 
  what = 12, 
  face_id = 10, 
  selective_display_ellipsis_p = 0, 
  ctl_arrow_p = 1, 
  truncate_lines_p = 0, 
  face_box_p = 1, 
  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 = 15, 
  c = 0, 
  len = 0, 
  cmp_id = 147373592, 
  cmp_len = 147466024, 
  char_to_display = 146950144, 
  image_id = 98566338, 
  slice = {
    x = 147789976, 
    y = 1, 
    width = -1075042960, 
    height = 1
  }, 
  space_width = 0, 
  voffset = -20336, 
  font_height = 147470928, 
  object = 147474320, 
  position = {
    charpos = 0, 
    bytepos = 0
  }, 
  tab_width = 0, 
  truncation_pixel_width = 0, 
  continuation_pixel_width = 4552, 
  first_visible_x = 151815376, 
  last_visible_x = 0, 
  last_visible_y = 0, 
  extra_line_spacing = 0, 
  max_extra_line_spacing = 0, 
  override_ascent = 0, 
  override_descent = 0, 
  override_boff = 0, 
  glyph_row = 0x8ca2728, 
  area = TEXT_AREA, 
  nglyphs = 0, 
  pixel_width = 9, 
  ascent = 9, 
  descent = -1, 
  max_ascent = -1, 
  max_descent = -1, 
  phys_ascent = -1, 
  phys_descent = 9, 
  max_phys_ascent = 9, 
  max_phys_descent = -1, 
  current_x = -1, 
  continuation_lines_width = -1, 
  current_y = -1, 
  first_vpos = 0, 
  vpos = 0, 
  hpos = 0, 
  left_user_fringe_bitmap = 0, 
  right_user_fringe_bitmap = 0, 
  left_user_fringe_face_id = 0, 
  right_user_fringe_face_id = 989336
}
        start_pos = 4218
#6  0x08083e9b in move_it_by_lines (it=0xbfec2e6c, dvpos=0, need_y_p=1) at 
xdisp.c:7183
No locals.
#7  0x08095907 in Frecenter (arg=-24) at window.c:5841
        pt = {
  charpos = 4218, 
  bytepos = 4221
}
        it = {
  window = 147466028, 
  w = 0x8ca2728, 
  f = 0x8c8be18, 
  method = GET_FROM_BUFFER, 
  stop_charpos = 4218, 
  end_charpos = 4218, 
  s = 0x0, 
  string_nchars = 0, 
  region_beg_charpos = -1, 
  region_end_charpos = -1, 
  redisplay_end_trigger_charpos = 0, 
  multibyte_p = 1, 
  header_line_p = 0, 
  string_from_display_prop_p = 0, 
  ellipsis_p = 0, 
  dp = 0x0, 
  dpvec = 0x0, 
  dpend = 0x0, 
  dpvec_char_len = 0, 
  dpvec_face_id = 0, 
  saved_face_id = -1, 
  ctl_chars = {0 <repeats 16 times>}, 
  start = {
    pos = {
      charpos = 4218, 
      bytepos = 4221
    }, 
    overlay_string_index = -1, 
    string_pos = {
      charpos = -1, 
      bytepos = -1
    }, 
    dpvec_index = -1
  }, 
  current = {
    pos = {
      charpos = 4218, 
      bytepos = 4221
    }, 
    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 = 137563417, 
  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 = 0, 
  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 = 0, 
  len = 0, 
  cmp_id = 0, 
  cmp_len = 0, 
  char_to_display = 0, 
  image_id = 0, 
  slice = {
    x = 137563417, 
    y = 137563417, 
    width = 137563417, 
    height = 137563417
  }, 
  space_width = 137563417, 
  voffset = 0, 
  font_height = 137563417, 
  object = 148029724, 
  position = {
    charpos = 4218, 
    bytepos = 4221
  }, 
  tab_width = 8, 
  truncation_pixel_width = 0, 
  continuation_pixel_width = 0, 
  first_visible_x = 0, 
  last_visible_x = 800, 
  last_visible_y = 270, 
  extra_line_spacing = 0, 
  max_extra_line_spacing = 0, 
  override_ascent = -1, 
  override_descent = 0, 
  override_boff = 0, 
  glyph_row = 0x8cd4708, 
  area = TEXT_AREA, 
  nglyphs = 0, 
  pixel_width = 0, 
  ascent = 0, 
  descent = 0, 
  max_ascent = 0, 
  max_descent = 0, 
  phys_ascent = 0, 
  phys_descent = 0, 
  max_phys_ascent = 0, 
  max_phys_descent = 0, 
  current_x = 0, 
  continuation_lines_width = 0, 
  current_y = 0, 
  first_vpos = 0, 
  vpos = 0, 
  hpos = 0, 
  left_user_fringe_bitmap = 0, 
  right_user_fringe_bitmap = 0, 
  left_user_fringe_face_id = 0, 
  right_user_fringe_face_id = 0
}
        nlines = 3
        extra_line_spacing = <value optimized out>
        h = 270
        w = (struct window *) 0x8ca2728
        obuf = (struct buffer *) 0x8d2c118
        center_p = 0
        charpos = <value optimized out>
        bytepos = <value optimized out>
        iarg = -3
        this_scroll_margin = <value optimized out>
#8  0x0816a4f4 in Ffuncall (nargs=2, args=0xbfec3670) at eval.c:2993
        fun = <value optimized out>
        original_fun = 137747465
        funcar = <value optimized out>
        numargs = 1
        val = <value optimized out>
        backtrace = {
  next = 0xbfec3764, 
  function = 0xbfec3670, 
  args = 0xbfec3674, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec3674
        i = <value optimized out>
#9  0x081970e8 in Fbyte_code (bytestr=136429075, vector=136429092, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4214
        stack = {
  pc = 0x82b3f48 "\207", 
  top = 0xbfec3674, 
  bottom = 0xbfec3670, 
  byte_string = 136429075, 
  byte_string_start = 0x82b3eef "\b:\204\020", 
  constants = 136429092, 
  next = 0xbfec3d4c
}
        top = (Lisp_Object *) 0xbfec3670
        result = <value optimized out>
#10 0x0816c2bb in funcall_lambda (fun=136429028, nargs=1, 
arg_vector=0xbfec37f4) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 1
        optional = 1
        rest = 0
#11 0x0816a1d3 in Ffuncall (nargs=2, args=0xbfec37f0) at eval.c:3050
        fun = 136429028
        original_fun = 137612113
        funcar = <value optimized out>
        numargs = 1
        val = <value optimized out>
        backtrace = {
  next = 0xbfec3948, 
  function = 0xbfec37f0, 
  args = 0xbfec37f4, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec37f4
        i = <value optimized out>
#12 0x08167f65 in Fcall_interactively (function=137612113, 
record_flag=137563417, keys=137604700) at callint.c:861
        val = <value optimized out>
        fun = <value optimized out>
        specs = 137563417
        teml = <value optimized out>
        up_event = 137563417
        enable = 137563417
        next_event = 1
        prefix_arg = 137563417
        string = <value optimized out>
        tem = (unsigned char *) 0x81c82ab ""
        i = 2
        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 = 137612113
        save_last_command = 137612089
        save_this_original_command = 137612113
        save_real_this_command = 137612113
#13 0x0810236d in Fcommand_execute (cmd=137612113, record_flag=137563417, 
keys=137563417, special=137563417) at keyboard.c:10054
        final = 136429028
        tem = <value optimized out>
        prefixarg = 137563417
        backtrace = {
  next = 0xbfec3cd4, 
  function = 0x83233b8, 
  args = 0xbfec3970, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
#14 0x0810e612 in command_loop_1 () at keyboard.c:1874
        cmd = <value optimized out>
        lose = <value optimized out>
        nonundocount = 0
        keybuf = {137873641, 784, 147373592, 147466336, 137610432, -1075037656, 
134673119, 147466336, 150103904, 0, 0, -1, -1, 1, 147210760, 147466336, 
147497520, -1075037656, 135186852, 147466336, 147909160, -1, -1, -1214129698, 
5, -1075037560, 4096, 146951636, -1214107421, -1075037560}
        i = <value optimized out>
        prev_modiff = 110
        prev_buffer = (struct buffer *) 0x8d2c118
        was_locked = 1
        already_adjusted = 0
#15 0x08169860 in internal_condition_case (bfun=0x810e270 <command_loop_1>, 
handlers=137608889, hfun=0x8107920 <cmd_error>) at eval.c:1484
        val = <value optimized out>
        c = {
  tag = 137563417, 
  val = 137563417, 
  next = 0xbfec3b60, 
  gcpro = 0x0, 
  jmp = {{
      __jmpbuf = {114, 150649720, 150647880, -1075037400, -883654345, 
1041252952}, 
      __mask_was_saved = 0, 
      __saved_mask = {
        __val = {3219929736, 3073604800, 146951500, 3073671156, 3219929768, 
3073613472, 146951488, 137688897, 0, 3079917556, 3080837598, 146951488, 
3219929800, 3079220752, 146951488, 3079925332, 0, 3079917556, 146950144, 
140027400, 9512, 3079216716, 146951488, 15, 9512, 3073671156, 3080843308, 
147373592, 3219929880, 0, 1, 0}
      }
    }}, 
  backlist = 0xbfec3cd4, 
  handlerlist = 0xbfec6d34, 
  lisp_eval_depth = 14, 
  pdlcount = 118, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0xbfec3d4c
}
        h = {
  handler = 137608889, 
  var = 137563417, 
  chosen_clause = -1218082479, 
  tag = 0xbfec3a4c, 
  next = 0xbfec6d34
}
#16 0x08106d75 in command_loop_2 () at keyboard.c:1330
        val = 4220
#17 0x0816993a in internal_catch (tag=137631441, func=0x8106d50 
<command_loop_2>, arg=137563417) at eval.c:1224
        c = {
  tag = 137631441, 
  val = 137563417, 
  next = 0xbfec62b8, 
  gcpro = 0x0, 
  jmp = {{
      __jmpbuf = {114, 150649720, 150647880, -1075037144, -883515081, 
1041390168}, 
      __mask_was_saved = 0, 
      __saved_mask = {
        __val = {0, 146950144, 3077841264, 3077841264, 150873592, 3077720927, 
71, 4, 3080837598, 150892792, 147466340, 3077841260, 137747896, 137747897, 
150731936, 3219930120, 135639301, 137747897, 137746346, 137563417, 150731936, 
3077841216, 28, 137563441, 2, 137746344, 137746346, 135619772, 137747896, 
137747897, 137563417, 3219930184}
      }
    }}, 
  backlist = 0xbfec3cd4, 
  handlerlist = 0xbfec6d34, 
  lisp_eval_depth = 14, 
  pdlcount = 118, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0xbfec3d4c
}
#18 0x08107717 in command_loop () at keyboard.c:1297
        val = 4220
#19 0x08107b3a in recursive_edit_1 () at keyboard.c:1007
        val = <value optimized out>
#20 0x08107c36 in Frecursive_edit () at keyboard.c:1068
        buffer = <value optimized out>
#21 0x0816a501 in Ffuncall (nargs=1, args=0xbfec3d10) at eval.c:2990
        fun = <value optimized out>
        original_fun = 137601721
        funcar = <value optimized out>
        numargs = 0
        val = <value optimized out>
        backtrace = {
  next = 0xbfec3dcc, 
  function = 0xbfec3d10, 
  args = 0xbfec3d14, 
  nargs = 0, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec3d14
        i = <value optimized out>
#22 0x081970e8 in Fbyte_code (bytestr=150693035, vector=150711348, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4214
        stack = {
  pc = 0x8f84dd0 "\210+\331\207", 
  top = 0xbfec3d10, 
  bottom = 0xbfec3d10, 
  byte_string = 150693035, 
  byte_string_start = 0x8f84d5c "address@hidden", 
  constants = 150711348, 
  next = 0xbfec3edc
}
        top = (Lisp_Object *) 0xbfec3d10
        result = <value optimized out>
#23 0x0816be64 in Feval (form=150708925) at eval.c:2330
        numargs = <value optimized out>
        argvals = {150693035, 150711348, 32, 161, 161, 25, 2, 150525792}
        args_left = 137563417
        i = 3
        fun = <value optimized out>
        val = <value optimized out>
        original_fun = <value optimized out>
        original_args = 150708933
        funcar = <value optimized out>
        backtrace = {
  next = 0xbfec3f94, 
  function = 0xbfec3de4, 
  args = 0xbfec3dac, 
  nargs = 3, 
  evalargs = 1 '\001', 
  debug_on_exit = 0 '\0'
}
#24 0x0816c12f in Fprogn (args=4214) at eval.c:449
        val = 4220
#25 0x08094dbe in Fsave_window_excursion (args=150709069) at window.c:6686
        val = <value optimized out>
#26 0x0819728c in Fbyte_code (bytestr=150692875, vector=150712596, 
maxdepth=<value optimized out>) at bytecode.c:840
        op = 4220
        stack = {
  pc = 0x8f84bd6 
"\210.\024\0162\024\0161\025\0160\026\023\016/\026\024\016.\026\025\016-\026\026\016,\026\027\016+\026\030\016*\026\031\016)\026\032\016(\026\033\016'\026\034\016&\026\035\016%\026\036\016$\026\037\016#\020\016\"\026
 \0166\026>\t.\033\207", 
  top = 0xbfec3e40, 
  bottom = 0xbfec3e40, 
  byte_string = 150692875, 
  byte_string_start = 0x8f84b20 "\b\203\006", 
  constants = 150712596, 
  next = 0xbfec5b3c
}
        top = (Lisp_Object *) 0xbfec3e40
        result = <value optimized out>
#27 0x0816c2bb in funcall_lambda (fun=150712964, nargs=2, 
arg_vector=0xbfec3fd4) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 2
        optional = 0
        rest = 1
#28 0x0816a1d3 in Ffuncall (nargs=3, args=0xbfec3fd0) at eval.c:3050
        fun = 150712964
        original_fun = 137631585
        funcar = <value optimized out>
        numargs = 2
        val = <value optimized out>
        backtrace = {
  next = 0xbfec5bf4, 
  function = 0xbfec3fd0, 
  args = 0xbfec3fd4, 
  nargs = 2, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec3fd4
        i = <value optimized out>
#29 0x0816b802 in Fapply (nargs=2, args=0xbfec4030) at eval.c:2481
        ret_ungc_val = 4220
        i = <value optimized out>
        numargs = 2
        spread_arg = 137563417
        funcall_args = (Lisp_Object *) 0xbfec3fd0
        fun = <value optimized out>
#30 0x0816b954 in apply1 (fn=137631585, arg=150635701) at eval.c:2745
No locals.
#31 0x08169c26 in call_debugger (arg=150635701) at eval.c:306
        debug_while_redisplaying = <value optimized out>
        val = <value optimized out>
        old_max = <value optimized out>
#32 0x08169ed5 in find_handler_clause (handlers=137608889, 
conditions=137555861, sig=<value optimized out>, data=137563417, 
debugger_value_ptr=0xbfec40b8) at eval.c:1923
        debugger_called = <value optimized out>
        sig_symbol = 137608913
        combined_data = 150635685
        no_debugger = 0
        h = <value optimized out>
        tem = <value optimized out>
#33 0x0816a782 in Fsignal (error_symbol=137608913, data=137563417) at 
eval.c:1675
        clause = 137563417
        allhandlers = (struct handler *) 0xbfec6380
        conditions = 137555861
        debugger_value = 146951648
        string = <value optimized out>
        real_error_symbol = 137608913
        bp = <value optimized out>
#34 0x08101a6a in interrupt_signal (signalnum=0) at keyboard.c:10762
        c = <value optimized out>
        old_errno = 11
#35 0x08102d19 in kbd_buffer_store_event (event=0xbfec45fc) at keyboard.c:3703
No locals.
#36 0x081084b4 in read_avail_input (expected=0) at keyboard.c:6863
        nr = 4220
        hold_quit = {
  kind = ASCII_KEYSTROKE_EVENT, 
  code = 103, 
  part = scroll_bar_above_handle, 
  modifiers = 67108864, 
  x = 0, 
  y = 0, 
  timestamp = 103597919, 
  padding = {0x0, 0x0}, 
  frame_or_window = 147373596, 
  arg = 137563417
}
        i = <value optimized out>
        nread = 1
#37 0x0810868a in handle_async_input () at keyboard.c:7003
        nread = 4220
#38 0x081086d0 in input_available_signal (signo=29) at keyboard.c:7045
        old_errno = 11
#39 <signal handler called>
No symbol table info available.
#40 buf_charpos_to_bytepos (b=0x8d2c118, charpos=4218) at marker.c:165
        this_charpos = <value optimized out>
        tail = <value optimized out>
        best_above = 4218
        best_above_byte = 4221
        best_below = <value optimized out>
        best_below_byte = <value optimized out>
#41 0x08141124 in scan_buffer (target=10, start=4215, end=4218, count=1, 
shortage=0xbfec5aa4, allow_quit=1) at search.c:652
        ceiling_byte = <value optimized out>
        start_byte = 4218
        tem = <value optimized out>
        newline_cache = (struct region_cache *) 0x8e76580
        direction = 1
#42 0x081415b6 in find_before_next_newline (from=4212, to=0, cnt=1) at 
search.c:925
        shortage = 0
        pos = <value optimized out>
#43 0x08164951 in Fline_end_position (n=8) at editfns.c:875
        end_pos = 148029728
        orig = 4212
#44 0x08137ef8 in Fend_of_line (n=148029728) at cmds.c:204
        newpos = -1075029248
#45 0x08197524 in Fbyte_code (bytestr=149944379, vector=149538556, 
maxdepth=<value optimized out>) at bytecode.c:1441
        op = 148029720
        stack = {
  pc = 0x8f05f06 "\210`Sf\301=\205\026", 
  top = 0xbfec5b00, 
  bottom = 0xbfec5b00, 
  byte_string = 149944379, 
  byte_string_start = 0x8f05f04 "\300\177\210`Sf\301=\205\026", 
  constants = 149538556, 
  next = 0xbfec5c7c
}
        top = (Lisp_Object *) 0xbfec5b00
        result = <value optimized out>
#46 0x0816c2bb in funcall_lambda (fun=148063900, nargs=0, 
arg_vector=0xbfec5c34) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 0
        optional = 1
        rest = 0
#47 0x0816a1d3 in Ffuncall (nargs=1, args=0xbfec5c30) at eval.c:3050
        fun = 148063900
        original_fun = 148060873
        funcar = <value optimized out>
        numargs = 0
        val = <value optimized out>
        backtrace = {
  next = 0xbfec5d34, 
  function = 0xbfec5c30, 
  args = 0xbfec5c34, 
  nargs = 0, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec5c34
        i = <value optimized out>
#48 0x081970e8 in Fbyte_code (bytestr=149684539, vector=150391644, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x8f69091 "\210\321\016\026`\"\210\202S", 
  top = 0xbfec5c30, 
  bottom = 0xbfec5c30, 
  byte_string = 149684539, 
  byte_string_start = 0x8f69018 "\306 
\030\307\211\031\032\307\033\310\211\034\035\310\211\036\022\036\023\310\211\036\024\036\025\310\211\036\026\036\027\310\036\030\311\216\016\031\016\032^\026\027\016\033b\210\312
 \2037", 
  constants = 150391644, 
  next = 0xbfec5dbc
}
        top = (Lisp_Object *) 0xbfec5c30
        result = <value optimized out>
#49 0x0816c2bb in funcall_lambda (fun=150391876, nargs=3, 
arg_vector=0xbfec5d74) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 3
        optional = 0
        rest = 0
#50 0x0816a1d3 in Ffuncall (nargs=4, args=0xbfec5d70) at eval.c:3050
        fun = 150391876
        original_fun = 150399825
        funcar = <value optimized out>
        numargs = 3
        val = <value optimized out>
        backtrace = {
  next = 0xbfec5e74, 
  function = 0xbfec5d70, 
  args = 0xbfec5d74, 
  nargs = 3, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec5d74
        i = <value optimized out>
#51 0x081970e8 in Fbyte_code (bytestr=149685035, vector=150389748, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x8f68cfc 
"\210*\312\304!\210\312\305!\210\313\024\314\025\b\016\016\236\211\036\017\205S",
 
  top = 0xbfec5d7c, 
  bottom = 0xbfec5d70, 
  byte_string = 149685035, 
  byte_string_start = 0x8f68cd0 "\b\204\b", 
  constants = 150389748, 
  next = 0xbfec5eec
}
        top = (Lisp_Object *) 0xbfec5d70
        result = <value optimized out>
#52 0x0816c2bb in funcall_lambda (fun=150389924, nargs=1, 
arg_vector=0xbfec5eb4) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 1
        optional = 1
        rest = 0
#53 0x0816a1d3 in Ffuncall (nargs=2, args=0xbfec5eb0) at eval.c:3050
        fun = 150389924
        original_fun = 150442825
        funcar = <value optimized out>
        numargs = 1
        val = <value optimized out>
        backtrace = {
  next = 0xbfec5fa4, 
  function = 0xbfec5eb0, 
  args = 0xbfec5eb4, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec5eb4
        i = <value optimized out>
#54 0x081970e8 in Fbyte_code (bytestr=150572115, vector=150573876, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x8f80e53 "\210\317\016\026!\210\320\016\027!\210\321\322\323\"\210\324 
\207", 
  top = 0xbfec5eb4, 
  bottom = 0xbfec5eb0, 
  byte_string = 150572115, 
  byte_string_start = 0x8f80e34 "\306 
\210\307\310!\210\311\b!\210\312\021\313\022\v\024\310\025\314\016\025!\210\315\312!\210\316\312!\210\317\016\026!\210\320\016\027!\210\321\322\323\"\210\324
 \207", 
  constants = 150573876, 
  next = 0xbfec601c
}
        top = (Lisp_Object *) 0xbfec5eb0
        result = <value optimized out>
#55 0x0816c2bb in funcall_lambda (fun=150574092, nargs=0, 
arg_vector=0xbfec5fe4) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 0
        optional = 146877888
        rest = 137563417
#56 0x0816a1d3 in Ffuncall (nargs=1, args=0xbfec5fe0) at eval.c:3050
        fun = 150574092
        original_fun = 137895353
        funcar = <value optimized out>
        numargs = 0
        val = <value optimized out>
        backtrace = {
  next = 0xbfec60d4, 
  function = 0xbfec5fe0, 
  args = 0xbfec5fe4, 
  nargs = 0, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec5fe4
        i = <value optimized out>
#57 0x081970e8 in Fbyte_code (bytestr=136269171, vector=136269188, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x82cd6bc "\210\t\207", 
  top = 0xbfec5fe0, 
  bottom = 0xbfec5fe0, 
  byte_string = 136269171, 
  byte_string_start = 0x82cd6a7 "\b\205\v", 
  constants = 136269188, 
  next = 0xbfec615c
}
        top = (Lisp_Object *) 0xbfec5fe0
        result = <value optimized out>
#58 0x0816c2bb in funcall_lambda (fun=136269116, nargs=2, 
arg_vector=0xbfec6114) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 2
        optional = 1
        rest = 0
#59 0x0816a1d3 in Ffuncall (nargs=3, args=0xbfec6110) at eval.c:3050
        fun = 136269116
        original_fun = 137896217
        funcar = <value optimized out>
        numargs = 2
        val = <value optimized out>
        backtrace = {
  next = 0xbfec626c, 
  function = 0xbfec6110, 
  args = 0xbfec6114, 
  nargs = 2, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec6114
        i = <value optimized out>
#60 0x081970e8 in Fbyte_code (bytestr=136268603, vector=136268620, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x82cd886 "\210\313\022\202\375", 
  top = 0xbfec6118, 
  bottom = 0xbfec6110, 
  byte_string = 136268603, 
  byte_string_start = 0x82cd726 
"\306\211\211\211\030\031\032\033\212eb\210\307\306w\210\f\203s", 
  constants = 136268620, 
  next = 0xbfec63ec
}
        top = (Lisp_Object *) 0xbfec6110
        result = <value optimized out>
#61 0x0816c2bb in funcall_lambda (fun=136268556, nargs=0, 
arg_vector=0xbfec61e0) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 0
        optional = 1
        rest = 0
#62 0x0816c4d2 in apply_lambda (fun=136268556, args=137563417, eval_flag=1) at 
eval.c:3104
        args_left = 137563417
        i = 0
        tem = 137563417
#63 0x0816bb7f in Feval (form=136264117) at eval.c:2384
        fun = 148029720
        val = <value optimized out>
        original_fun = <value optimized out>
        original_args = 137563417
        funcar = 4221
        backtrace = {
  next = 0xbfec64a4, 
  function = 0xbfec6284, 
  args = 0xbfec61e0, 
  nargs = 0, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
#64 0x0816ca11 in internal_lisp_condition_case (var=137898193, 
bodyform=136264117, handlers=136264125) at eval.c:1429
        val = <value optimized out>
        c = {
  tag = 137563417, 
  val = 137563417, 
  next = 0xbfec6c6c, 
  gcpro = 0x0, 
  jmp = {{
      __jmpbuf = {137563417, -1075027024, 24, -1075027048, -874168009, 
1051906648}, 
      __mask_was_saved = 0, 
      __saved_mask = {
        __val = {0, 3219940136, 135709396, 448, 137563417, 16, 3219940276, 0, 
136425996, 28, 146877888, 4, 16843009, 0, 136425996, 137563657, 1, 3219940248, 
135700947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137563656, 3219940276, 0}
      }
    }}, 
  backlist = 0xbfec64a4, 
  handlerlist = 0xbfec6d34, 
  lisp_eval_depth = 5, 
  pdlcount = 29, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0xbfec63ec
}
        h = {
  handler = 136264125, 
  var = 137898193, 
  chosen_clause = 604606464, 
  tag = 0xbfec62b8, 
  next = 0xbfec6d34
}
#65 0x08197a2f in Fbyte_code (bytestr=136264011, vector=136264028, 
maxdepth=<value optimized out>) at bytecode.c:869
        handlers = <value optimized out>
        body = 4221
        op = 148029720
        stack = {
  pc = 0x82ce7ba "\210\v\203'", 
  top = 0xbfec63b0, 
  bottom = 0xbfec63b0, 
  byte_string = 136264011, 
  byte_string_start = 0x82ce79e "\b\206\005", 
  constants = 136264028, 
  next = 0xbfec652c
}
        top = (Lisp_Object *) 0xbfec63b0
        result = <value optimized out>
#66 0x0816c2bb in funcall_lambda (fun=136263964, nargs=1, 
arg_vector=0xbfec64e4) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 1
        optional = 1
        rest = 0
#67 0x0816a1d3 in Ffuncall (nargs=2, args=0xbfec64e0) at eval.c:3050
        fun = 136263964
        original_fun = 137996833
        funcar = <value optimized out>
        numargs = 1
        val = <value optimized out>
        backtrace = {
  next = 0xbfec65e4, 
  function = 0xbfec64e0, 
  args = 0xbfec64e4, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec64e4
        i = <value optimized out>
#68 0x081970e8 in Fbyte_code (bytestr=136263363, vector=136263380, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x82cea11 "\210\0165\343>\203", 
  top = 0xbfec64e4, 
  bottom = 0xbfec64e0, 
  byte_string = 136263363, 
  byte_string_start = 0x82ce93e "\306\b!?\021\n\204\240", 
  constants = 136263380, 
  next = 0xbfec665c
}
        top = (Lisp_Object *) 0xbfec64e0
        result = <value optimized out>
#69 0x0816c2bb in funcall_lambda (fun=136263284, nargs=2, 
arg_vector=0xbfec6624) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 2
        optional = 1
        rest = 0
#70 0x0816a1d3 in Ffuncall (nargs=3, args=0xbfec6620) at eval.c:3050
        fun = 136263284
        original_fun = 137996401
        funcar = <value optimized out>
        numargs = 2
        val = <value optimized out>
        backtrace = {
  next = 0xbfec6714, 
  function = 0xbfec6620, 
  args = 0xbfec6624, 
  nargs = 2, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec6624
        i = <value optimized out>
#71 0x081970e8 in Fbyte_code (bytestr=136261587, vector=136261604, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x82cedab "\210p*\207", 
  top = 0xbfec6628, 
  bottom = 0xbfec6620, 
  byte_string = 136261587, 
  byte_string_start = 0x82cecf3 
"\306\030r\tq\210\307\310!\210\307\311!\210\307\312!\210\313\032\314 
\210)\315\316!\203&", 
  constants = 136261604, 
  next = 0xbfec679c
}
        top = (Lisp_Object *) 0xbfec6620
        result = <value optimized out>
#72 0x0816c2bb in funcall_lambda (fun=136261516, nargs=6, 
arg_vector=0xbfec6754) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 6
        optional = 0
        rest = 0
#73 0x0816a1d3 in Ffuncall (nargs=7, args=0xbfec6750) at eval.c:3050
        fun = 136261516
        original_fun = 137996281
        funcar = <value optimized out>
        numargs = 6
        val = <value optimized out>
        backtrace = {
  next = 0xbfec6854, 
  function = 0xbfec6750, 
  args = 0xbfec6754, 
  nargs = 6, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec6754
        i = <value optimized out>
#74 0x081970e8 in Fbyte_code (bytestr=136260651, vector=136260668, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x82cf746 "-\207", 
  top = 0xbfec6768, 
  bottom = 0xbfec6750, 
  byte_string = 136260651, 
  byte_string_start = 0x82cf4ac "\306\307\b!!\020\310\b!\203(", 
  constants = 136260668, 
  next = 0xbfec68dc
}
        top = (Lisp_Object *) 0xbfec6750
        result = <value optimized out>
#75 0x0816c2bb in funcall_lambda (fun=136260580, nargs=4, 
arg_vector=0xbfec6894) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 4
        optional = 1
        rest = 0
#76 0x0816a1d3 in Ffuncall (nargs=5, args=0xbfec6890) at eval.c:3050
        fun = 136260580
        original_fun = 137727057
        funcar = <value optimized out>
        numargs = 4
        val = <value optimized out>
        backtrace = {
  next = 0xbfec6994, 
  function = 0xbfec6890, 
  args = 0xbfec6894, 
  nargs = 4, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec6894
        i = <value optimized out>
#77 0x081970e8 in Fbyte_code (bytestr=136256219, vector=136256236, 
maxdepth=<value optimized out>) at bytecode.c:679
        op = 4221
        stack = {
  pc = 0x82cfdf3 "\211\032<\203\024", 
  top = 0xbfec68a0, 
  bottom = 0xbfec6890, 
  byte_string = 136256219, 
  byte_string_start = 0x82cfded "\303\b\304\211\t$\211\032<\203\024", 
  constants = 136256236, 
  next = 0x0
}
        top = (Lisp_Object *) 0xbfec6890
        result = <value optimized out>
#78 0x0816c2bb in funcall_lambda (fun=136256164, nargs=2, 
arg_vector=0xbfec69d4) at eval.c:3180
        val = <value optimized out>
        syms_left = <value optimized out>
        next = <value optimized out>
        i = 2
        optional = 1
        rest = 0
#79 0x0816a1d3 in Ffuncall (nargs=3, args=0xbfec69d0) at eval.c:3050
        fun = 136256164
        original_fun = 137823529
        funcar = <value optimized out>
        numargs = 2
        val = <value optimized out>
        backtrace = {
  next = 0xbfec6b68, 
  function = 0xbfec69d0, 
  args = 0xbfec69d4, 
  nargs = 2, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
        internal_args = (Lisp_Object *) 0xbfec69d4
        i = <value optimized out>
#80 0x0816b802 in Fapply (nargs=2, args=0xbfec6a30) at eval.c:2481
        ret_ungc_val = 148029728
        i = <value optimized out>
        numargs = 2
        spread_arg = 137563417
        funcall_args = (Lisp_Object *) 0xbfec69d0
        fun = <value optimized out>
#81 0x0816b954 in apply1 (fn=137823529, arg=138377805) at eval.c:2745
No locals.
#82 0x08168163 in Fcall_interactively (function=137823529, 
record_flag=137563417, keys=137604700) at callint.c:407
        fun = <value optimized out>
        specs = 138377805
        teml = <value optimized out>
        up_event = <value optimized out>
        enable = 137563417
        next_event = <value optimized out>
        prefix_arg = 137563417
        string = <value optimized out>
        tem = <value optimized out>
        i = 138180693
        j = <value optimized out>
        foo = <value optimized out>
        prompt1 = '\0' <repeats 99 times>
        arg_from_tty = <value optimized out>
        key_count = 2
        record_then_fail = <value optimized out>
        save_this_command = 137823529
        save_last_command = 137950385
        save_this_original_command = 137823529
        save_real_this_command = 137823529
#83 0x0810236d in Fcommand_execute (cmd=137823529, record_flag=137563417, 
keys=137563417, special=137563417) at keyboard.c:10054
        final = 136256164
        tem = <value optimized out>
        prefixarg = 137563417
        backtrace = {
  next = 0x0, 
  function = 0x83233b8, 
  args = 0xbfec6b90, 
  nargs = 1, 
  evalargs = 0 '\0', 
  debug_on_exit = 0 '\0'
}
#84 0x0810e612 in command_loop_1 () at keyboard.c:1874
        cmd = <value optimized out>
        lose = <value optimized out>
        nonundocount = 0
        keybuf = {192, 48, 137631657, -1218532104, -1218537192, 0, 1, 0, 0, 1, 
1011, -1221882632, -1215034760, 134540783, -1218495576, 134522568, 1, 
-1208193036, 0, -1075024844, -1075025008, 0, -1075052544, 137563417, 138166593, 
604606464, 0, 137616264, 137616248, -1075024808}
        i = <value optimized out>
        prev_modiff = 2108
        prev_buffer = (struct buffer *) 0x8369210
        was_locked = 0
        already_adjusted = 0
#85 0x08169860 in internal_condition_case (bfun=0x810e270 <command_loop_1>, 
handlers=137608889, hfun=0x8107920 <cmd_error>) at eval.c:1484
        val = <value optimized out>
        c = {
  tag = 137563417, 
  val = 137563417, 
  next = 0xbfec6d80, 
  gcpro = 0x0, 
  jmp = {{
      __jmpbuf = {0, 137616264, 137616248, -1075024568, -872890057, 
1041252952}, 
      __mask_was_saved = 0, 
      __saved_mask = {
        __val = {135893040, 268435456, 139632444, 0 <repeats 20 times>, 
3076451368, 3079932536, 0, 4294967295, 3086774260, 134522568, 3086775912, 
3219942736, 3086714203}
      }
    }}, 
  backlist = 0x0, 
  handlerlist = 0x0, 
  lisp_eval_depth = 0, 
  pdlcount = 2, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0x0
}
        h = {
  handler = 137608889, 
  var = 137563417, 
  chosen_clause = 1, 
  tag = 0xbfec6c6c, 
  next = 0x0
}
#86 0x08106d75 in command_loop_2 () at keyboard.c:1330
        val = 148029728
#87 0x0816993a in internal_catch (tag=137605073, func=0x8106d50 
<command_loop_2>, arg=137563417) at eval.c:1224
        c = {
  tag = 137605073, 
  val = 137563417, 
  next = 0x0, 
  gcpro = 0x0, 
  jmp = {{
      __jmpbuf = {0, 137616264, 137616248, -1075024312, -872750793, 
1041390168}, 
      __mask_was_saved = 0, 
      __saved_mask = {
        __val = {14, 0, 139603291, 17, 4294967295, 3219942536, 135612250, 
139603288, 17, 17, 17, 3219942816, 137747896, 137747897, 137595280, 3219942952, 
135639301, 137747897, 137746346, 137563417, 137595280, 0, 0, 137563441, 2, 
137746344, 137746346, 0, 137747896, 137747897, 137563417, 3219943016}
      }
    }}, 
  backlist = 0x0, 
  handlerlist = 0x0, 
  lisp_eval_depth = 0, 
  pdlcount = 2, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0x0
}
#88 0x08107779 in command_loop () at keyboard.c:1309
No locals.
#89 0x08107b3a in recursive_edit_1 () at keyboard.c:1007
        val = <value optimized out>
#90 0x08107c36 in Frecursive_edit () at keyboard.c:1068
        buffer = <value optimized out>
#91 0x080fe37f in main (argc=2, argv=0xbfec7264) at emacs.c:1770
        dummy = 139438280
        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:
"recenter" (0xffffffe8)
"end-of-buffer" (0x8330d19)
"call-interactively" (0x833cb51)
"recursive-edit" (0x8fb64fb)
"byte-code" (0x8fb64ab)
"debug" (0x833beb9)
"c-end-of-macro" (0x8330d19)
"c-neutralize-syntax-in-CPP" (0x8)
"c-common-init" (0x8381db9)
"c-mode" (0x83f1f85)
"set-auto-mode-0" (0x8381db9)
"set-auto-mode" (0x8330d19)
"normal-mode" (0x8330d49)
"after-find-file" (0x8330d19)
"find-file-noselect-1" (0x8d2c11c)
"find-file-noselect" (0x8bfe85b)
"find-file" (0x8bfe85b)
"call-interactively" (0x8370529)



--- End Message ---

reply via email to

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