From: Alex Murray <alex.murray@dsto.defence.gov.au>
To: 10159@debbugs.gnu.org
Subject: bug#10159: 24.0.91; Segfault with auto-complete package [SEC=UNCLASSIFIED]
Date: Tue, 29 Nov 2011 12:32:44 +1030 [thread overview]
Message-ID: <4ED43D44.1000409@dsto.defence.gov.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 4362 bytes --]
Emacs 24 (from https://launchpad.net/~cassou/+archive/emacs) on Ubuntu
11.10 with auto-complete package http://cx4a.org/software/auto-complete/
installed from git https://github.com/m2ym/auto-complete
Crashes seemingly randomly when displaying the auto-complete pop-up
window but always at the same location - see attached gdb bt full backtrace.
I am not able to reliably reproduce this (as I said above it seems
random), but it seems to happen a few times every day and always when
showing the pop-up window.
The following is my auto-complete config
;; auto-complete mode
(add-to-list 'load-path (expand-file-name
"~/.emacs.d/vendor/auto-complete"))
(require 'auto-complete-config)
(add-to-list 'ac-dictionary-directories
"~/.emacs.d/vendor/auto-complete/dict")
(ac-config-default)
(setq ac-auto-start 1) ; make autostart after entering a single character
(setq ac-auto-show-menu (+ ac-delay 0.1)) ; show menu after 100ms
;; quick help has to be after menu so again set to 100ms more
(setq ac-quick-help-delay (+ ac-auto-show-menu 0.1))
In GNU Emacs 24.0.91.1 (x86_64-pc-linux-gnu, GTK+ Version 3.2.0)
of 2011-11-29 on osmium, modified by Debian
(emacs-snapshot package, version 1:20111128-1~ppa1~oneiric1)
Windowing system distributor `The X.Org Foundation', version 11.0.11004000
configured using `configure '--build' 'x86_64-linux-gnu' '--host'
'x86_64-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/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/24.0.91/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.0.91/site-lisp:/usr/share/emacs/site-lisp'
'--without-compress-info' '--with-crt-dir=/usr/lib/x86_64-linux-gnu/'
'--with-x=yes' '--with-x-toolkit=gtk3' '--with-imagemagick=yes'
'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-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: nil
value of $LANG: en_AU.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Major mode: Lisp Interaction
Minor modes in effect:
paredit-mode: t
eldoc-mode: t
diff-auto-refine-mode: t
nxhtml-menu-mode: t
nxhtml-tag-do-also: t
popcmp-group-alternatives: t
popcmp-short-help-beside-alts: t
mlinks-active-links: t
rngalt-minimal-validation-header: t
rngalt-display-validation-header: t
flyspell-mode: t
yas/global-mode: t
yas/minor-mode: t
global-auto-complete-mode: t
auto-complete-mode: t
ido-ubiquitous-mode: t
autopair-global-mode: t
global-undo-tree-mode: t
undo-tree-mode: t
which-function-mode: t
global-semanticdb-minor-mode: t
global-semantic-idle-scheduler-mode: t
semantic-mode: t
electric-layout-mode: t
electric-indent-mode: t
delete-selection-mode: t
cua-mode: t
global-auto-revert-mode: t
display-time-mode: t
show-paren-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
M-x r e p o r t <return>
Recent messages:
xhtml-loader.rnc was ok
(No changes need to be saved)
Loading /home/apm/.emacs.d/vendor/nxhtml/nxhtml/nxhtml-autoload.el
(source)...
majmodpri-apply-priorities running ... (done)
Loading /home/apm/.emacs.d/vendor/nxhtml/nxhtml/nxhtml-autoload.el
(source)...done
Nxml/Nxhtml Autostart.el loaded in 0.9 seconds
Loading /home/apm/.emacs.d/vendor/nxhtml/autostart.el (source)...done
Pymacs loading ropemacs...done
Starting new Ispell process [british] ...
For information about GNU Emacs and the GNU system, type C-c C-h C-a.
Load-path shadows:
IMPORTANT: This email remains the property of the Department of Defence and is subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have received this email in error, you are requested to contact the sender and delete the email.
[-- Attachment #2: gdb.txt --]
[-- Type: text/plain, Size: 49651 bytes --]
#0 0x00000000005d3479 in composition_compute_stop_pos (cmp_it=0x7fffffff6b08,
charpos=60, bytepos=70, endpos=<optimized out>, string=45088720)
at composite.c:1073
elt = <optimized out>
ridx = <optimized out>
start = 0
end = 6100578
c = <optimized out>
prop = 12024322
val = <optimized out>
#1 0x000000000042e638 in compute_stop_pos (it=0x7fffffff62a0) at xdisp.c:3273
stoppos = <optimized out>
iv = <optimized out>
next_iv = <optimized out>
object = <optimized out>
limit = <optimized out>
position = 0
charpos = 0
bytepos = 0
#2 0x000000000043a26f in next_element_from_string (it=0x7fffffff62a0)
at xdisp.c:7304
position = {charpos = 0, bytepos = 0}
#3 0x000000000043d4ba in get_next_display_element (it=0x7fffffff62a0)
at xdisp.c:6375
success_p = <optimized out>
#4 0x000000000044278a in display_line (it=0x7fffffff62a0) at xdisp.c:18908
x_before = <optimized out>
nglyphs = <optimized out>
ascent = 0
phys_ascent = 0
n_glyphs_before = <optimized out>
hpos_before = <optimized out>
x = <optimized out>
descent = 0
phys_descent = 0
row = 0x1c3a010
overlay_arrow_string = 133
wrap_it = {window = 10403, w = 0x0, f = 0x0, method = GET_FROM_BUFFER,
stop_charpos = -1, prev_stop = 0, base_level_stop = 0,
end_charpos = 10428, s = 0x28bc <Address 0x28bc out of bounds>,
string_nchars = 81604378625, region_beg_charpos = 19,
region_end_charpos = 10365, redisplay_end_trigger_charpos = 10365,
multibyte_p = 0, header_line_p = 0, string_from_display_prop_p = 0,
from_disp_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 0, dp = 0x0,
dpvec = 0x0, dpend = 0x0, dpvec_char_len = -1, dpvec_face_id = -1,
saved_face_id = 1, ctl_chars = {10429, 0, 0, 4294967295, 0, 1,
73014444033, 2, 12024322, 12024322, 0, 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 = 0, bytepos = 0},
overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0},
dpvec_index = 0}, n_overlay_strings = 0,
overlay_strings_charpos = 0, overlay_strings = {
0 <repeats 16 times>}, string_overlays = {0 <repeats 14 times>,
4862814, 0}, string = 0, from_overlay = 10429, stack = {{
string = 0, string_nchars = 0, end_charpos = 0,
stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {
stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0,
nglyphs = 0, reversed_p = -40784, charpos = 140737488314544,
nchars = -38312, nbytes = 32767, from = 1, to = 0, width = 0},
face_id = 1, u = {image = {object = 4435744, slice = {
x = 140737488314544, y = 140737488310048,
width = 140737488310908, height = 4460308}, image_id = 0},
comp = {object = 4435744}, stretch = {object = 4435744}},
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, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0,
space_width = 0, font_height = 0}, {string = 0,
string_nchars = 0, end_charpos = 0, stop_charpos = 0,
prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0,
id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0,
to = 0, width = 0}, face_id = 0, u = {image = {object = 0,
slice = {x = 0, y = 0, width = 0, height = 0},
image_id = 0}, comp = {object = 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, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0,
space_width = 0, font_height = 0}, {string = 0,
string_nchars = 0, end_charpos = 0, stop_charpos = 0,
prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0,
id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0,
to = 0, width = 0}, face_id = 0, u = {image = {object = 0,
slice = {x = 0, y = 0, width = 0, height = 0},
image_id = 8589934595}, comp = {object = 0}, stretch = {
object = 0}}, position = {charpos = 42949672960,
bytepos = 1}, current = {pos = {charpos = 10428,
bytepos = -1}, overlay_string_index = -2, string_pos = {
charpos = 0, bytepos = 0}, dpvec_index = 0},
from_overlay = 0, area = LEFT_MARGIN_AREA,
method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = 10, voffset = 0,
space_width = 12214082, font_height = 47739542}, {
string = 6064292, string_nchars = 41716, end_charpos = 12214082,
stop_charpos = 12112261, prev_stop = 5389959,
base_level_stop = 140737488310104, cmp_it = {
stop_pos = 46164427, id = 40, ch = 10427, rule_idx = 0,
lookback = 12112261, nglyphs = 0, reversed_p = 6061765,
charpos = 12161746, nchars = 10428, nbytes = 0, from = 41712,
to = 0, width = 12161746}, face_id = 47739542, u = {image = {
object = 6064292, slice = {x = 12112261,
y = 140737488310448, width = 41712, height = 0},
image_id = 12161746}, comp = {object = 6064292}, stretch = {
object = 6064292}}, position = {charpos = 6083379,
bytepos = 0}, current = {pos = {charpos = 10428,
bytepos = 10428}, overlay_string_index = 6107707,
string_pos = {charpos = 10429, bytepos = 0},
dpvec_index = 62}, from_overlay = 140737488326584,
area = 12024320, method = GET_FROM_BUFFER,
paragraph_embedding = 5389959, multibyte_p = 0,
string_from_display_prop_p = 0, display_ellipsis_p = 0,
avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0,
line_wrap = 10, voffset = 0, space_width = 46164427,
font_height = 40}, {string = 10427, string_nchars = 10428,
end_charpos = 6061765, stop_charpos = 12024322,
prev_stop = 4294977724, base_level_stop = 41712, cmp_it = {
stop_pos = 140737488326584, id = 10428, ch = 10428,
rule_idx = 0, lookback = 10429, nglyphs = 0,
reversed_p = 12024322, charpos = 4611686018428436480,
nchars = 6113304, nbytes = 0, from = 12255522, to = 0,
width = 6083379}, face_id = 0, u = {image = {object = 10428,
slice = {x = 10428, y = 46794256, width = 21154736,
height = 10429}, image_id = 10365}, comp = {
object = 10428}, stretch = {object = 10428}}, position = {
charpos = 0, bytepos = 0}, current = {pos = {charpos = 0,
bytepos = 0}, overlay_string_index = -1, string_pos = {
charpos = 12112261, bytepos = 6083651},
dpvec_index = 10428}, from_overlay = 0, area = 10429,
method = GET_FROM_BUFFER, paragraph_embedding = 417,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = 12112256, voffset = 0,
space_width = 10428, font_height = 12024322}}, sp = -45328,
selective = 40, what = 805347072, face_id = -1657034995,
selective_display_ellipsis_p = 0, ctl_arrow_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, line_wrap = TRUNCATE,
base_face_id = -30896, c = 32767, len = 18934016, cmp_it = {
stop_pos = 21154736, id = 12024322, ch = -30896, rule_idx = 32767,
lookback = 0, nglyphs = 0, reversed_p = 4532768, charpos = 0,
nchars = 0, nbytes = 0, from = 0, to = 0, width = 0},
char_to_display = 0,
glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0,
slice = {x = 0, y = 0, width = 12112261, height = 140737488324432},
space_width = 0, voffset = 0, tab_width = 0, font_height = 0,
object = 140737488324432, position = {charpos = 1,
bytepos = 4445645}, truncation_pixel_width = 0,
continuation_pixel_width = 0, first_visible_x = 0,
last_visible_x = -45104, last_visible_y = 32767,
extra_line_spacing = -30744, max_extra_line_spacing = 32767,
override_ascent = 805347072, override_descent = -1657034995,
override_boff = 0, glyph_row = 0x7fffffff8750,
area = LEFT_MARGIN_AREA, nglyphs = 0, pixel_width = 0, ascent = 0,
descent = -34336, max_ascent = 32767, max_descent = 805347072,
phys_ascent = -1657034995, phys_descent = 0, max_phys_ascent = 0,
max_phys_descent = -30896, current_x = 32767,
continuation_lines_width = 0, eol_pos = {charpos = 0, bytepos = 0},
current_y = 417, first_vpos = 0, vpos = 131072, hpos = 1073741824,
left_user_fringe_bitmap = 45637, right_user_fringe_bitmap = 67,
left_user_fringe_face_id = 0, right_user_fringe_face_id = 0,
bidi_p = 0, bidi_it = {bytepos = 0, charpos = 0, ch = 0, nchars = 0,
ch_len = 0, type = 4294929616, type_after_w1 = 32767,
orig_type = 4294932960, resolved_level = 32767,
invalid_levels = -44368, invalid_rl_levels = 32767,
prev_was_pdf = -41024, prev = {bytepos = -4294967296,
charpos = 17179869198, type = 10429, type_after_w1 = UNKNOWN_BT,
orig_type = 10428}, last_strong = {bytepos = 1, charpos = 0,
type = 4294967295, type_after_w1 = STRONG_L,
orig_type = 5394970}, next_for_neutral = {bytepos = 0,
charpos = 0, type = NEUTRAL_B, type_after_w1 = UNKNOWN_BT,
orig_type = 10429}, prev_for_neutral = {bytepos = 4294967295,
charpos = 0, type = 10429, type_after_w1 = UNKNOWN_BT,
orig_type = 29586192}, next_for_ws = {bytepos = 62,
charpos = 4461300, type = RLE, type_after_w1 = UNKNOWN_BT,
orig_type = 4294922976}, next_en_pos = -1, next_en_type = LRE,
ignore_bn_limit = -4294967296, sor = 4294967295, scan_dir = 1,
disp_pos = 16681472, disp_prop = -44272, stack_idx = 32767,
level_stack = {{level = 10428, override = NEUTRAL_DIR}, {
level = -27288, override = NEUTRAL_DIR}, {level = 2,
override = 4294967295}, {level = 1527, override = 9}, {
level = 46794261, override = NEUTRAL_DIR}, {level = 46794256,
override = NEUTRAL_DIR}, {level = 17016128,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 10429, override = NEUTRAL_DIR}, {level = 10427,
override = NEUTRAL_DIR}, {level = 10427,
override = NEUTRAL_DIR}, {level = 10429,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 0, override = NEUTRAL_DIR}, {level = -1,
override = 4294967295}, {level = -1, override = 4294967295}, {
level = 0, override = NEUTRAL_DIR}, {level = 1,
override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR} <repeats 21 times>, {level = 8346,
override = NEUTRAL_DIR}, {level = 8346,
override = NEUTRAL_DIR}, {level = -1, override = NEUTRAL_DIR},
{level = -1, override = 4294967295}, {level = -1,
override = 4294967295}, {level = -1, override = NEUTRAL_DIR}, {
level = 10427, override = NEUTRAL_DIR}, {level = 10427,
override = NEUTRAL_DIR}, {level = -1, override = NEUTRAL_DIR},
{level = -1, override = 4294967295}, {level = -1,
override = 4294967295}, {level = -1, override = NEUTRAL_DIR}, {
level = 0, override = NEUTRAL_DIR}, {level = 10427,
override = NEUTRAL_DIR}, {level = 47333969,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 0, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 0, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 0, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}},
string = {lstring = 0, s = 0x0, schars = 0, bufpos = 0,
from_disp_str = 0, unibyte = 0}, paragraph_dir = 20962307,
separator_limit = 0, first_elt = 0, new_paragraph = 0,
frame_window_p = 0}, paragraph_embedding = NEUTRAL_DIR}
wrap_data = 0x0
may_wrap = 0
wrap_x = 0
wrap_row_used = -1
wrap_row_ascent = -1
wrap_row_height = 0
wrap_row_phys_ascent = 0
wrap_row_phys_height = 10427
wrap_row_extra_line_spacing = 0
wrap_row_min_pos = 10427
wrap_row_min_bpos = 25769803776
wrap_row_max_pos = 6
wrap_row_max_bpos = 10403
cvpos = <optimized out>
min_pos = 10412
max_pos = 10412
min_bpos = 10412
max_bpos = 10412
#5 0x000000000044898a in try_window (window=<optimized out>, pos=..., flags=1)
at xdisp.c:15942
w = 0x2ca0610
it = {window = 46794261, w = 0x2ca0610, f = 0x103a540,
method = GET_FROM_STRING, stop_charpos = 133, prev_stop = 0,
base_level_stop = 0, end_charpos = 133, 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,
from_disp_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 0, dp = 0x0,
dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0,
saved_face_id = 33, ctl_chars = {0 <repeats 16 times>}, start = {
pos = {charpos = 10412, bytepos = 10412},
overlay_string_index = -1, string_pos = {charpos = -1,
bytepos = -1}, dpvec_index = -1}, current = {pos = {
charpos = 10412, bytepos = 10412}, overlay_string_index = 1,
string_pos = {charpos = 0, bytepos = 0}, dpvec_index = -1},
n_overlay_strings = 2, overlay_strings_charpos = 10412,
overlay_strings = {45406561, 45088721, 0 <repeats 14 times>},
string_overlays = {20330555, 47878035, 0 <repeats 14 times>},
string = 45088721, from_overlay = 12024322, stack = {{
string = 12024322, string_nchars = 0, end_charpos = 10429,
stop_charpos = 10413, prev_stop = 10412,
base_level_stop = 10412, cmp_it = {stop_pos = 10413, id = -1,
ch = -2, rule_idx = 0, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0,
to = 0, width = 0}, face_id = 0, u = {image = {object = 0,
slice = {x = 0, y = 0, width = 0, height = 0},
image_id = 0}, comp = {object = 0}, stretch = {object = 0}},
position = {charpos = 10411, bytepos = 10411}, current = {pos = {
charpos = 10412, bytepos = 10412}, overlay_string_index = 0,
string_pos = {charpos = -1, bytepos = -1}, dpvec_index = -1},
from_overlay = 0, area = TEXT_AREA, method = GET_FROM_BUFFER,
paragraph_embedding = L2R, multibyte_p = 1,
string_from_display_prop_p = 0, display_ellipsis_p = 0,
avoid_cursor_p = 0, bidi_p = 1, from_disp_prop_p = 0,
line_wrap = WINDOW_WRAP, voffset = 0, space_width = 12024322,
font_height = 12024322}, {string = 0, string_nchars = 0,
end_charpos = 0, stop_charpos = 0, prev_stop = 0,
base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0,
rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0,
charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0,
width = 0}, face_id = 0, u = {image = {object = 0, slice = {
x = 0, y = 0, width = 0, height = 0}, image_id = 0},
comp = {object = 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, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0,
space_width = 0, font_height = 0}, {string = 0,
string_nchars = 0, end_charpos = 0, stop_charpos = 0,
prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0,
id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0,
to = 0, width = 0}, face_id = 0, u = {image = {object = 0,
slice = {x = 0, y = 0, width = 0, height = 0},
image_id = 0}, comp = {object = 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, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0,
space_width = 0, font_height = 0}, {string = 0,
string_nchars = 0, end_charpos = 0, stop_charpos = 0,
prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0,
id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0,
to = 0, width = 0}, face_id = 0, u = {image = {object = 0,
slice = {x = 0, y = 0, width = 0, height = 0},
image_id = 0}, comp = {object = 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, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0,
space_width = 0, font_height = 0}, {string = 0,
string_nchars = 0, end_charpos = 0, stop_charpos = 0,
prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0,
id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0,
to = 0, width = 0}, face_id = 0, u = {image = {object = 0,
slice = {x = 0, y = 0, width = 0, height = 0},
image_id = 0}, comp = {object = 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, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0,
space_width = 0, font_height = 0}}, sp = 1, selective = 0,
what = IT_CHARACTER, face_id = 36, selective_display_ellipsis_p = 1,
ctl_arrow_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, line_wrap = WINDOW_WRAP,
base_face_id = 0, c = 83, len = 1, cmp_it = {stop_pos = 133,
id = -1, ch = -2, rule_idx = 0, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0,
to = 0, width = 0}, char_to_display = 32,
glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0,
slice = {x = 12024322, y = 12024322, width = 12024322,
height = 12024322}, space_width = 12024322, voffset = 0,
tab_width = 8, font_height = 12024322, object = 45406561,
position = {charpos = 132, bytepos = 132},
truncation_pixel_width = 0, continuation_pixel_width = 0,
first_visible_x = 0, last_visible_x = 1264, last_visible_y = 1528,
extra_line_spacing = 0, max_extra_line_spacing = 0,
override_ascent = -1, override_descent = 0, override_boff = 0,
glyph_row = 0x1c3a010, area = TEXT_AREA, nglyphs = 1,
pixel_width = 8, ascent = 14, descent = 4, max_ascent = 14,
max_descent = 4, phys_ascent = 0, phys_descent = 0,
max_phys_ascent = 11, max_phys_descent = 2, current_x = 1064,
continuation_lines_width = 0, eol_pos = {charpos = 0, bytepos = 0},
current_y = 810, first_vpos = 0, vpos = 45, hpos = 133,
left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0,
left_user_fringe_face_id = 0, right_user_fringe_face_id = 0,
bidi_p = 1, bidi_it = {bytepos = 0, charpos = 0, ch = 83,
nchars = 1, ch_len = 1, type = STRONG_L, type_after_w1 = STRONG_L,
orig_type = STRONG_L, resolved_level = 0, invalid_levels = 0,
invalid_rl_levels = -1, prev_was_pdf = 0, prev = {bytepos = 0,
charpos = 0, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B,
orig_type = NEUTRAL_B}, last_strong = {bytepos = 131,
charpos = 131, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT}, next_for_neutral = {bytepos = 0,
charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT}, prev_for_neutral = {bytepos = 0,
charpos = 0, type = STRONG_L, type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT}, next_for_ws = {bytepos = 133,
charpos = 133, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT}, next_en_pos = 0,
next_en_type = UNKNOWN_BT, ignore_bn_limit = -1, sor = L2R,
scan_dir = 1, disp_pos = 24, disp_prop = 0, stack_idx = 0,
level_stack = {{level = 0,
override = NEUTRAL_DIR} <repeats 64 times>}, string = {
lstring = 45088721, s = 0x0, schars = 24, bufpos = 10412,
from_disp_str = 0, unibyte = 0}, paragraph_dir = L2R,
separator_limit = -1, first_elt = 0, new_paragraph = 0,
frame_window_p = 1}, paragraph_embedding = L2R}
last_text_row = 0x1c39f10
f = 0x103a540
#6 0x000000000045bedb in redisplay_window (window=46794261, just_this_one_p=0)
at xdisp.c:15467
d2 = 0
d4 = 0
d6 = 32767
d1 = 10376
d3 = 10376
d5 = -19392
w = 0x2ca0610
f = 0x103a540
buffer = <optimized out>
old = 0xb8d180
lpoint = {charpos = 10377, bytepos = 10377}
opoint = {charpos = 10377, bytepos = 10377}
startp = {charpos = 8346, bytepos = 8346}
update_mode_line = 1
tem = <optimized out>
it = {window = 0, w = 0x0, f = 0x0, method = GET_FROM_BUFFER,
stop_charpos = 0, prev_stop = 0, base_level_stop = 0,
end_charpos = 0, s = 0x0, string_nchars = 0, 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,
from_disp_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 0, dp = 0x0,
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 = 0, bytepos = 0}, overlay_string_index = 0,
string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0},
current = {pos = {charpos = 0, bytepos = 0},
overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0},
dpvec_index = 0}, n_overlay_strings = 0,
overlay_strings_charpos = 0, overlay_strings = {
0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>},
string = 0, from_overlay = 0, stack = {{string = 0,
string_nchars = 0, end_charpos = 0, stop_charpos = 0,
prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0,
id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0,
to = 0, width = 0}, face_id = 0, u = {image = {object = 0,
slice = {x = 0, y = 0, width = 0, height = 0},
image_id = 0}, comp = {object = 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, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = 3, voffset = 2,
space_width = 0, font_height = 1}, {string = 10428,
string_nchars = -1, end_charpos = 4294967294, stop_charpos = 0,
prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0,
id = 0, ch = 0, rule_idx = 0, lookback = 10, nglyphs = 0,
reversed_p = 0, charpos = 12024322, nchars = 12024322,
nbytes = 0, from = 12024322, to = 0, width = 12024322},
face_id = 12024322, u = {image = {object = 524288, slice = {
x = 12024322, y = 12112261, width = 10427,
height = 10427}, image_id = 0}, comp = {object = 524288},
stretch = {object = 524288}}, position = {
charpos = 6562710029552, bytepos = 0}, current = {pos = {
charpos = 4294967295, bytepos = 0},
overlay_string_index = 0, string_pos = {charpos = 1,
bytepos = 60129542144}, dpvec_index = 4},
from_overlay = 60129542144, area = 4, method = 14,
paragraph_embedding = 4, multibyte_p = 0,
string_from_display_prop_p = 0, display_ellipsis_p = 0,
avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0,
line_wrap = TRUNCATE, voffset = 0, space_width = 0,
font_height = 0}, {string = 1098, string_nchars = 61,
end_charpos = 0, stop_charpos = 1048576, prev_stop = 10428,
base_level_stop = 10428, cmp_it = {stop_pos = 10, id = 1,
ch = 1, rule_idx = 0, lookback = 6, nglyphs = 6,
reversed_p = 6, charpos = -4294967296, nchars = 0, nbytes = 0,
from = 10427, to = 0, width = 10427}, face_id = 0, u = {
image = {object = 6, slice = {x = 10403, y = 10403, width = 0,
height = 0}, image_id = 0}, comp = {object = 6},
stretch = {object = 6}}, position = {charpos = -1,
bytepos = 0}, current = {pos = {charpos = 0, bytepos = 10428},
overlay_string_index = 10428, string_pos = {
charpos = 81604378625, bytepos = 19}, dpvec_index = 10365},
from_overlay = 10365, area = LEFT_MARGIN_AREA,
method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR,
multibyte_p = 0, string_from_display_prop_p = 0,
display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0,
from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0,
space_width = 0, font_height = -1}, {string = 12214082,
string_nchars = 2, end_charpos = 6070914, stop_charpos = 0,
prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 2,
id = 1, ch = -1, rule_idx = -1, lookback = 8666561,
nglyphs = 0, reversed_p = -34800, charpos = 140737488320520,
nchars = 6100578, nbytes = 0, from = 0, to = 0,
width = -34816}, face_id = 0, u = {image = {object = 2,
slice = {x = 2, y = 2, width = -1, height = 0},
image_id = 105}, comp = {object = 2}, stretch = {
object = 2}}, position = {charpos = 4821855, bytepos = 0},
current = {pos = {charpos = 0, bytepos = 3},
overlay_string_index = 45084816, string_pos = {charpos = 16,
bytepos = 16}, dpvec_index = 16}, from_overlay = 0,
area = 24381654, method = GET_FROM_BUFFER,
paragraph_embedding = 5627205, multibyte_p = 0,
string_from_display_prop_p = 0, display_ellipsis_p = 0,
avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0,
line_wrap = 4294932960, voffset = 32767,
space_width = 140737488326416, font_height = 16}, {
string = 5627695, string_nchars = -34336,
end_charpos = 140737488326416, stop_charpos = 24381655,
prev_stop = 16, base_level_stop = 24381655, cmp_it = {
stop_pos = 5697260, id = -1, ch = 0, rule_idx = 0,
lookback = 0, nglyphs = 0, reversed_p = 11, charpos = 14,
nchars = 0, nbytes = 0, from = -1, to = -1, width = 0},
face_id = 0, u = {image = {object = 0, slice = {x = 4311744512,
y = 0, width = 0, height = 0}, image_id = 1}, comp = {
object = 0}, stretch = {object = 0}}, position = {
charpos = 140737488326624, bytepos = 0}, current = {pos = {
charpos = 3, bytepos = 1}, overlay_string_index = 25333728,
string_pos = {charpos = 25336576, bytepos = 0},
dpvec_index = -28991}, from_overlay = 140737488320608,
area = 24381653, method = GET_FROM_BUFFER,
paragraph_embedding = L2R, multibyte_p = 0,
string_from_display_prop_p = 0, display_ellipsis_p = 0,
avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0,
line_wrap = 4294938584, voffset = 32767, space_width = 2,
font_height = 0}}, sp = 65537, selective = 0,
what = IT_TRUNCATION, face_id = 0, selective_display_ellipsis_p = 0,
ctl_arrow_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, line_wrap = TRUNCATE,
base_face_id = 10428, c = 0, len = -34648, cmp_it = {stop_pos = 16,
id = 24381640, ch = -1, rule_idx = -1, lookback = 0, nglyphs = 0,
reversed_p = 0, charpos = 24381655, nchars = 0, nbytes = 0,
from = 4000, to = 0, width = -34336}, char_to_display = -1,
glyphless_method = 4294967295, image_id = 24381652, slice = {x = 2,
y = 4294968394, width = 8028900182926241069,
height = 3255377305734572899}, space_width = 17016128,
voffset = 0, tab_width = 0, font_height = 10429, object = 10427,
position = {charpos = 10427, bytepos = 10429},
truncation_pixel_width = 0, continuation_pixel_width = 0,
first_visible_x = 0, last_visible_x = 0, last_visible_y = 0,
extra_line_spacing = -1, max_extra_line_spacing = -1,
override_ascent = -1, override_descent = -1, override_boff = 0,
glyph_row = 0x1, area = LEFT_MARGIN_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, eol_pos = {charpos = 0, bytepos = 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,
bidi_p = 0, bidi_it = {bytepos = 0, charpos = 0, ch = 0, nchars = 0,
ch_len = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT, resolved_level = 0, invalid_levels = 0,
invalid_rl_levels = 0, prev_was_pdf = 12214082, prev = {
bytepos = 4, charpos = 6070914, type = 4294967295,
type_after_w1 = 4294967295, orig_type = 4294967295},
last_strong = {bytepos = 4294967295, charpos = 4, type = STRONG_L,
type_after_w1 = UNKNOWN_BT, orig_type = 4294967295},
next_for_neutral = {bytepos = 22509377, charpos = 140737488321536,
type = 4294933496, type_after_w1 = 32767, orig_type = 6100578},
prev_for_neutral = {bytepos = 10427, charpos = 140737488321520,
type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT,
orig_type = WEAK_AN}, next_for_ws = {bytepos = 4, charpos = 4,
type = 4294967295, type_after_w1 = 4294967295,
orig_type = UNKNOWN_BT}, next_en_pos = 117,
next_en_type = 4821855, ignore_bn_limit = 0, sor = NEUTRAL_DIR,
scan_dir = 0, disp_pos = 5, disp_prop = 45087200, stack_idx = 0,
level_stack = {{level = 40, override = NEUTRAL_DIR}, {level = 40,
override = NEUTRAL_DIR}, {level = 40, override = NEUTRAL_DIR},
{level = 1, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 5627205,
override = NEUTRAL_DIR}, {level = -33296, override = 32767}, {
level = -27872, override = 32767}, {level = 40,
override = NEUTRAL_DIR}, {level = 5627695,
override = NEUTRAL_DIR}, {level = -33296, override = 32767}, {
level = -27872, override = 32767}, {level = 26381555,
override = NEUTRAL_DIR}, {level = 40, override = NEUTRAL_DIR},
{level = -33664, override = 32767}, {level = 5697260,
override = NEUTRAL_DIR}, {level = -1, override = 4294967295}, {
level = 0, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 20, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 35, override = NEUTRAL_DIR},
{level = 40, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = -1, override = 4294967295}, {
level = 10418, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 257,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 65792, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 0, override = NEUTRAL_DIR}, {level = 2,
override = NEUTRAL_DIR}, {level = -27624, override = 32767}, {
level = 1, override = NEUTRAL_DIR}, {level = 5,
override = NEUTRAL_DIR}, {level = 1, override = NEUTRAL_DIR}, {
level = 25333728, override = NEUTRAL_DIR}, {level = 25336384,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = -27951, override = 32767}, {level = -33712,
override = 32767}, {level = 26381555, override = NEUTRAL_DIR},
{level = 2, override = NEUTRAL_DIR}, {level = -27640,
override = 32767}, {level = 3, override = NEUTRAL_DIR}, {
level = 0, override = L2R}, {level = 131071,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 12214082, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 6070914,
override = NEUTRAL_DIR}, {level = -33616, override = 32767}, {
level = 40, override = NEUTRAL_DIR}, {level = 26381536,
override = NEUTRAL_DIR}, {level = -1, override = 4294967295}, {
level = 0, override = NEUTRAL_DIR}, {level = 0,
override = NEUTRAL_DIR}, {level = 26381555,
override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {
level = 4000, override = NEUTRAL_DIR}, {level = -33296,
override = 32767}}, string = {lstring = 0, s = 0x1928cf2 "s",
schars = 0, bufpos = 2, from_disp_str = 0, unibyte = 0},
paragraph_dir = 1852142194, separator_limit = 8031170618737583977,
first_elt = 0, new_paragraph = 1, frame_window_p = 0},
paragraph_embedding = 1882025583}
used_current_matrix_p = 0
buffer_unchanged_p = 0
temp_scroll_step = 0
rc = 133
centering_position = -1
last_line_misfit = 0
beg_unchanged = 10408
end_unchanged = 0
#7 0x000000000045e1b4 in redisplay_window_0 (window=<optimized out>)
at xdisp.c:13591
No locals.
#8 0x000000000057696e in internal_condition_case_1 (
bfun=0x45e190 <redisplay_window_0>, arg=46794261, handlers=11994726,
hfun=0x42ab20 <redisplay_window_error>) at eval.c:1537
val = <optimized out>
c = {tag = 12024322, val = 12024322, next = 0x7fffffffdb70,
gcpro = 0x0, jmp = {{__jmpbuf = {46794256, 4139248197455864409,
46794256, 17016133, 17016128, 12783664, -4139250378484456871,
4139251055881249369}, __mask_was_saved = 0, __saved_mask = {
__val = {0, 0, 12024322, 10377, 12024322, 12024322, 12024322,
12024322, 5536098, 0, 2305843009213693951, 17016128, 0,
12112256, 12024322, 160}}}}, backlist = 0x0,
handlerlist = 0x7fffffffdc80, lisp_eval_depth = 0, pdlcount = 5,
poll_suppress_count = 1, interrupt_input_blocked = 0,
byte_stack = 0x0}
h = {handler = 11994726, var = 12024322, chosen_clause = 59,
tag = 0x7fffffffb320, next = 0x7fffffffdc80}
#9 0x000000000042ee6e in redisplay_windows (window=<optimized out>)
at xdisp.c:13571
w = 0x2ca0610
#10 0x000000000042ee93 in redisplay_windows (window=<optimized out>)
at xdisp.c:13565
w = 0x1615c00
#11 0x0000000000449869 in redisplay_internal () at xdisp.c:13148
f = 0x103a540
tail = <optimized out>
frame = <optimized out>
w = 0x2ca0610
sw = 0x2ca0610
fr = <optimized out>
pending = <optimized out>
must_finish = 0
tlbufpos = {charpos = <optimized out>, bytepos = 10318}
tlendpos = <optimized out>
number_of_visible_frames = <optimized out>
count = 3
count1 = <optimized out>
sf = 0x103a540
polling_stopped_here = 0
old_frame = 17016133
consider_all_windows_p = <optimized out>
#12 0x000000000044a425 in redisplay_preserve_echo_area (
from_where=<optimized out>) at xdisp.c:13403
No locals.
#13 0x000000000050b570 in detect_input_pending_run_timers (do_display=1)
at keyboard.c:10474
old_timers_run = 932
#14 0x00000000005b7810 in wait_reading_process_output (time_limit=30,
microsecs=0, read_kbd=<optimized out>, do_display=1,
wait_for_cell=12024322, wait_proc=<optimized out>, just_wait_proc=0)
at process.c:4732
old_timers_run = 932
old_buffer = 0xb8d180
old_window = 46794261
leave = 0
timeout_reduced_for_timers = <optimized out>
channel = <optimized out>
nfds = <optimized out>
Available = {fds_bits = {2066560, 0 <repeats 15 times>}}
Writeok = {fds_bits = {0 <repeats 16 times>}}
check_write = <optimized out>
check_delay = <optimized out>
no_avail = <optimized out>
xerrno = 11
proc = <optimized out>
timeout = {tv_sec = 0, tv_usec = 0}
end_time = {tv_sec = 1322531085, tv_usec = 878966}
wait_channel = -1
got_some_input = 1
#15 0x0000000000421194 in sit_for (timeout=120, reading=1, do_display=1)
at dispnew.c:6063
sec = <optimized out>
usec = <optimized out>
#16 0x000000000050d825 in read_char (commandflag=1, nmaps=15,
maps=0x7fffffffd7b0, prev_event=12024322, used_mouse_menu=0x7fffffffd9a0,
end_time=0x0) at keyboard.c:2687
tem0 = <optimized out>
delay_level = 4
buffer_size = <optimized out>
c = 12024322
local_getcjmp = {{__jmpbuf = {12024322, 4139251331196805721, 0, 1, 0,
0, -4139250375235968423, 4139251060892787289},
__mask_was_saved = 0, __saved_mask = {__val = {12024322,
140737488345120, 0, 140737488344624, 14307493698574246489,
18950576, 3, 4611686018428436480, 140737488344608,
14307493698637161049, 4139251049583108697, 0, 6064154,
140737488344608, 140737488344576, 0}}}}
save_jump = {{__jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0},
__mask_was_saved = 0, __saved_mask = {__val = {
0 <repeats 16 times>}}}}
key_already_recorded = 0
tem = <optimized out>
save = <optimized out>
previous_echo_area_message = 12024322
also_record = 12024322
reread = 0
polling_stopped_here = 0
orig_kboard = 0xfb92a0
#17 0x000000000050e5a7 in read_key_sequence (keybuf=0x7fffffffda00,
prompt=12024322, dont_downcase_last=0, can_return_switch_frame=1,
fix_current_buffer=1, bufsize=30) at keyboard.c:9290
interrupted_kboard = 0xfb92a0
interrupted_frame = 0x103a540
key = <optimized out>
used_mouse_menu = 0
echo_local_start = 0
last_real_key_start = 0
keys_local_start = 0
local_first_binding = 0
from_string = 12024322
count = 2
t = 0
echo_start = 0
keys_start = 0
nmaps = <optimized out>
nmaps_allocated = 15
defs = 0x7fffffffd720
submaps = 0x7fffffffd7b0
orig_local_map = 47311638
orig_keymap = 49558246
localized_local_map = 0
first_binding = 0
first_unbound = 31
mock_input = 0
fkey = {parent = 15309174, map = 15309174, start = 0, end = 0}
keytran = {parent = 12003750, map = 12003750, start = 0, end = 0}
indec = {parent = 15309190, map = 15309190, start = 0, end = 0}
shift_translated = 0
delayed_switch_frame = 12024322
original_uppercase = 12024322
original_uppercase_position = -1
dummyflag = 0
starting_buffer = 0xb8d180
fake_prefixed_keys = 12024322
#18 0x0000000000510285 in command_loop_1 () at keyboard.c:1447
cmd = <optimized out>
keybuf = {320, 392, 49586320, 12024322, 12198642, 6, 140737488345776,
5861526, 4285818220, 140737488347728, 140737488345776, 5861326, 0,
8723185, 140737353973760, -7116911111047176448, 140737254389760,
49586294, 12024322, 12024322, 4294967295, 140737488347728,
140737488345824, 5262817, 13339872, 49586294, 12024322, 5263174,
12024320, 5662114}
i = <optimized out>
prev_modiff = 3602
prev_buffer = 0xb8d180
#19 0x0000000000576806 in internal_condition_case (
bfun=0x5100b0 <command_loop_1>, handlers=12076514,
hfun=0x504e30 <cmd_error>) at eval.c:1499
val = <optimized out>
c = {tag = 12024322, val = 12024322, next = 0x7fffffffdce0,
gcpro = 0x0, jmp = {{__jmpbuf = {13339872, 4139252115799827033,
12024322, 140737488347448, 4294967295, 140737488347728,
-4139250374984310183, 4139251055701418585},
__mask_was_saved = 0, __saved_mask = {__val = {0, 4294967295, 0,
0, 13339872, 8627720, 0, 4294967295, 140737488347728, 0,
140737351950260, 1, 0, 0, 140737254360720, 0}}}},
backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0,
pdlcount = 2, poll_suppress_count = 1, interrupt_input_blocked = 0,
byte_stack = 0x0}
h = {handler = 12076514, var = 12024322, chosen_clause = 12024370,
tag = 0x7fffffffdb70, next = 0x0}
#20 0x000000000050327e in command_loop_2 (ignore=<optimized out>)
at keyboard.c:1158
val = 6
#21 0x00000000005766e8 in internal_catch (tag=
Cannot access memory at address 0xffffffffffffffe0
) at eval.c:1256
c = {tag = 12072306, val = 12024322, next = 0x0, gcpro = 0x0, jmp = {{
__jmpbuf = {13339872, 4139252115799827033, 12024322,
140737488347448, 4294967295, 140737488347728,
-4139250374799760807, 4139251055671534169},
__mask_was_saved = 0, __saved_mask = {__val = {0, 0, 0, 0, 0, 0,
6026425, 15286872, 140737488346648, 0, 140737488346640,
6313955, 12024322, 12250274, 5742566, 14}}}},
backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0,
pdlcount = 2, poll_suppress_count = 1, interrupt_input_blocked = 0,
byte_stack = 0x0}
#22 0x0000000000504907 in command_loop () at keyboard.c:1137
No locals.
#23 recursive_edit_1 () at keyboard.c:757
val = 12024322
#24 0x0000000000504c3c in Frecursive_edit () at keyboard.c:821
buffer = 12024322
#25 0x000000000041601d in main (argc=1, argv=<optimized out>) at emacs.c:1707
dummy = 140737267532707
stack_bottom_variable = 0 '\000'
do_initial_setlocale = <optimized out>
skip_args = 0
rlim = {rlim_cur = 8720000, rlim_max = 18446744073709551615}
no_loadup = 0
junk = 0x0
dname_arg = 0x0
ch_to_dir = 0x7ffff20dec48 "2'"
next reply other threads:[~2011-11-29 2:02 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-29 2:02 Alex Murray [this message]
2011-11-30 1:54 ` bug#10159: 24.0.91; Segfault with auto-complete package [SEC=UNCLASSIFIED] Alex Murray
2011-12-01 16:09 ` Paul Eggert
2011-12-02 5:40 ` Alex Murray
2011-12-06 5:47 ` Alex Murray
2011-12-06 6:31 ` Eli Zaretskii
2012-01-20 4:42 ` Alex Murray
2012-01-20 5:39 ` Alex Murray
2012-01-20 10:01 ` Eli Zaretskii
2012-01-22 22:48 ` Alex Murray
2012-01-23 0:04 ` Paul Eggert
2012-07-26 12:58 ` bug#10159: Segfault with auto-complete package Toon Claes
2012-07-26 15:58 ` Eli Zaretskii
[not found] ` <064f9be784bab3c1101f946e81dd5f90@tonotdo.com>
2012-07-27 6:57 ` Eli Zaretskii
2012-09-22 11:11 ` bug#10159: auto-complete causes crash in emacs HEAD Christopher Monsanto
2012-09-22 11:12 ` Christopher Monsanto
2012-09-22 11:58 ` Eli Zaretskii
2012-09-22 12:19 ` Christopher Monsanto
2012-09-22 12:40 ` Eli Zaretskii
2012-09-22 13:13 ` Christopher Monsanto
2013-02-14 8:52 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ED43D44.1000409@dsto.defence.gov.au \
--to=alex.murray@dsto.defence.gov.au \
--cc=10159@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.