From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: 16119@debbugs.gnu.org
Subject: bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request
Date: Fri, 13 Dec 2013 11:56:19 +0100 [thread overview]
Message-ID: <52AAE7D3.8030004@yahoo.fr> (raw)
In-Reply-To: <52A9D146.9030707@yandex.ru>
Le 12/12/2013 16:07, Dmitry Antipov a écrit :
> After installing some libraries, I'm able run your binary.
> Since it doesn't crash for me (yet), here is a binary
> with all required libraries from my system:
>
> http://37.139.80.10/tmp/alien-emacs.tar.xz
I can't run that binary. Running "./run", I get
./emacs: relocation error: /home/youngfrog/tmp-emacs/alien-emacs/lib/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
Running ./emacs directly, I get a fatal error with a backtrace, as you
can see below.
~/tmp-emacs $ tar xf alien-emacs.tar.xz
~/tmp-emacs $ git clone ~/sources/running-emacs/ emacs-trunk
Cloning into 'emacs-trunk'...
done.
Checking out files: 100% (3506/3506), done.
~/tmp-emacs $ ll
total 13888
drwxr-xr-x 3 youngfrog youngfrog 4096 12 déc. 15:57 alien-emacs
-rw------- 1 youngfrog youngfrog 14188760 13 déc. 11:16 alien-emacs.tar.xz
drwxr-xr-x 19 youngfrog youngfrog 4096 13 déc. 11:17 emacs-trunk
~/tmp-emacs $ cd alien-emacs/
~/tmp-emacs/alien-emacs $ ll
total 45132
-rwxr-xr-x 1 youngfrog youngfrog 46156726 11 déc. 12:28 emacs
drwxr-xr-x 2 youngfrog youngfrog 4096 12 déc. 15:54 lib
-rwxr-xr-x 1 youngfrog youngfrog 157 12 déc. 15:57 run
~/tmp-emacs/alien-emacs $ ./run
./emacs: relocation error: /home/youngfrog/tmp-emacs/alien-emacs/lib/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
~/tmp-emacs/alien-emacs $ ./emacs
Warning: arch-dependent data dir `/usr/local/libexec/emacs/24.3.50/i686-pc-linux-gnu/': Aucun fichier ou dossier de ce type
Warning: Lisp directory `/usr/local/share/emacs/24.3.50/lisp': Aucun fichier ou dossier de ce type
Warning: Could not find simple.el or simple.elc
Fatal error 6: Aborted
Backtrace:
./emacs[0x816fbc3]
./emacs[0x8151a53]
./emacs[0x816f057]
./emacs[0x8109321]
./emacs[0x810b9b1]
./emacs[0x808dbb4]
./emacs[0x8095d16]
./emacs[0x8067766]
./emacs[0x80678e7]
./emacs[0x80c44ad]
./emacs[0x80cc69a]
./emacs[0x806189f]
./emacs[0x813b491]
./emacs[0x81d6bab]
./emacs[0x82149bf]
./emacs[0x81d64b1]
./emacs[0x81d6817]
./emacs[0x82149bf]
./emacs[0x81d64b1]
./emacs[0x81d6817]
./emacs[0x82149bf]
./emacs[0x81d64b1]
./emacs[0x81d6817]
./emacs[0x82149bf]
./emacs[0x81d6543]
./emacs[0x81d6817]
./emacs[0x82149bf]
./emacs[0x81d6543]
./emacs[0x81d55ea]
./emacs[0x81d584c]
./emacs[0x81d8714]
./emacs[0x8154da9]
./emacs[0x81d4a38]
./emacs[0x8156615]
./emacs[0x81d495b]
./emacs[0x81578fc]
./emacs[0x8157bf0]
./emacs[0x8057952]
/lib/libc.so.6(__libc_start_main+0xf3)[0xb6d28bb3]
./emacs[0x8058555]
Abandon (core dumped)
~/tmp-emacs/alien-emacs $ gdb -iex "set auto-load safe-path /" emacs
GNU gdb (Gentoo 7.5.1 p2) 7.5.1
Copyright (C) 2012 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 "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /home/youngfrog/tmp-emacs/alien-emacs/emacs...done.
(gdb) run
Starting program: /home/youngfrog/tmp-emacs/alien-emacs/emacs
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Warning: arch-dependent data dir `/usr/local/libexec/emacs/24.3.50/i686-pc-linux-gnu/': Aucun fichier ou dossier de ce type
Warning: Lisp directory `/usr/local/share/emacs/24.3.50/lisp': Aucun fichier ou dossier de ce type
[New Thread 0xb4c28b40 (LWP 23625)]
Warning: Could not find simple.el or simple.elc
[New Thread 0xb41e4b40 (LWP 23626)]
[New Thread 0xb37ffb40 (LWP 23627)]
Fatal error 6: Aborted
Backtrace:
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x816fbc3]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8151a53]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x816f057]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8109321]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x810b9b1]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x808dbb4]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8095d16]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8067766]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x80678e7]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x80c44ad]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x80cc69a]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x806189f]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x813b491]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6bab]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d64b1]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6817]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d64b1]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6817]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d64b1]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6817]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6543]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6817]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6543]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d55ea]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d584c]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d8714]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8154da9]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d4a38]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8156615]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d495b]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81578fc]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8157bf0]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8057952]
/lib/libc.so.6(__libc_start_main+0xf3)[0xb6d28bb3]
/home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8058555]
Program received signal SIGABRT, Aborted.
0xb7ffd424 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7ffd424 in __kernel_vsyscall ()
#1 0xb6eda1b6 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:41
#2 0x08151a8b in terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:377
#3 0x0816f057 in emacs_abort () at sysdep.c:2123
#4 0x08109321 in bidi_initialize () at bidi.c:774
#5 0x0810b9b1 in bidi_init_it (charpos=1, bytepos=1, frame_window_p=false, bidi_it=0xbfffdcc8) at bidi.c:813
#6 0x0808dbb4 in init_iterator (it=0xbfffd718, w=0x8546568, charpos=1, bytepos=1, row=0x85472a0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2969
#7 0x08095d16 in resize_mini_window (w=0x8546568, exact_p=1) at xdisp.c:10630
#8 0x08067766 in do_switch_frame (frame=143135469, track=1, for_deletion=0, norecord=139699162) at frame.c:851
#9 0x080678e7 in Fselect_frame (frame=143135469, norecord=139699162) at frame.c:904
#10 0x080c44ad in select_frame_norecord (frame=143135469) at window.c:3242
#11 0x080cc69a in run_window_configuration_change_hook (f=0x88812e8) at window.c:3266
#12 0x0806189f in change_frame_size_1 (f=0x88812e8, new_width=<optimized out>, new_height=<optimized out>, pretend=true, delay=false, safe=false, pixelwise=true) at dispnew.c:5587
#13 0x0813b491 in Fx_create_frame (parms=141459406) at xfns.c:3080
#14 0x081d6bab in Ffuncall (nargs=2, args=0xbfffe1e4) at eval.c:2805
#15 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=16, args_template=139699138, nargs=-1073749528, args=0x2) at bytecode.c:919
#16 0x081d64b1 in funcall_lambda (fun=137506861, nargs=1, arg_vector=0xbfffe388) at eval.c:3039
#17 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe384) at eval.c:2866
#18 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073749112, args=0x2) at bytecode.c:919
#19 0x081d64b1 in funcall_lambda (fun=137831357, nargs=1, arg_vector=0xbfffe528) at eval.c:3039
#20 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe524) at eval.c:2866
#21 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=24, args_template=139699138, nargs=-1073748696, args=0x2) at bytecode.c:919
#22 0x081d64b1 in funcall_lambda (fun=137828869, nargs=0, arg_vector=0xbfffe6c8) at eval.c:3039
#23 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe6c4) at eval.c:2866
#24 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=68, args_template=0, nargs=-1073748284, args=0x1) at bytecode.c:919
#25 0x081d6543 in funcall_lambda (fun=137525981, nargs=0, arg_vector=0xbfffe89c) at eval.c:2973
#26 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe898) at eval.c:2866
#27 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=32, args_template=0, nargs=-1073747820, args=0x1) at bytecode.c:919
#28 0x081d6543 in funcall_lambda (fun=137524181, nargs=0, arg_vector=0xbfffe9f0) at eval.c:2973
#29 0x081d55ea in apply_lambda (fun=137524181, args=<optimized out>) at eval.c:2914
#30 0x081d584c in eval_sub (form=141369662) at eval.c:2250
#31 0x081d8714 in Feval (form=141369662, lexical=139699138) at eval.c:1993
#32 0x08154da9 in top_level_2 () at keyboard.c:1179
#33 0x081d4a38 in internal_condition_case (bfun=0x8154d90 <top_level_2>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344
#34 0x08156615 in top_level_1 (ignore=139699138) at keyboard.c:1187
#35 0x081d495b in internal_catch (tag=139730218, func=0x81565b0 <top_level_1>, arg=139699138) at eval.c:1108
#36 0x081578fc in command_loop () at keyboard.c:1148
#37 recursive_edit_1 () at keyboard.c:777
#38 0x08157bf0 in Frecursive_edit () at keyboard.c:841
#39 0x08057952 in main (argc=<optimized out>, argv=0xbfffece4) at emacs.c:1603
(gdb) q
A debugging session is active.
Inferior 1 [process 23621] will be killed.
Quit anyway? (y or n) y
~/tmp-emacs/alien-emacs $ cp -r emacs lib/ run ../emacs-trunk/src/
~/tmp-emacs/alien-emacs $ cd ../emacs-trunk/src/
~/tmp-emacs/emacs-trunk/src $ gdb -iex "set auto-load safe-path /" emacs
GNU gdb (Gentoo 7.5.1 p2) 7.5.1
Copyright (C) 2012 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 "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /home/youngfrog/tmp-emacs/emacs-trunk/src/emacs...done.
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 0x81519f0: file emacs.c, line 349.
Temporary breakpoint 2 at 0x816f060: file sysdep.c, line 846.
(gdb) run
Starting program: /home/youngfrog/tmp-emacs/emacs-trunk/src/emacs
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0xb4c5ab40 (LWP 23688)]
[New Thread 0xb421eb40 (LWP 23689)]
[New Thread 0xb38ffb40 (LWP 23690)]
Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:349
349 terminate_due_to_signal (int sig, int backtrace_limit)
(gdb) bt
#0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:349
#1 0x0816f057 in emacs_abort () at sysdep.c:2123
#2 0x08109321 in bidi_initialize () at bidi.c:774
#3 0x0810b9b1 in bidi_init_it (charpos=1, bytepos=1, frame_window_p=false, bidi_it=0xbfffdcc8) at bidi.c:813
#4 0x0808dbb4 in init_iterator (it=0xbfffd718, w=0x8546568, charpos=1, bytepos=1, row=0x85472a0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2969
#5 0x08095d16 in resize_mini_window (w=0x8546568, exact_p=1) at xdisp.c:10630
#6 0x08067766 in do_switch_frame (frame=143135469, track=1, for_deletion=0, norecord=139699162) at frame.c:851
#7 0x080678e7 in Fselect_frame (frame=143135469, norecord=139699162) at frame.c:904
#8 0x080c44ad in select_frame_norecord (frame=143135469) at window.c:3242
#9 0x080cc69a in run_window_configuration_change_hook (f=0x88812e8) at window.c:3266
#10 0x0806189f in change_frame_size_1 (f=0x88812e8, new_width=<optimized out>, new_height=<optimized out>, pretend=true, delay=false, safe=false, pixelwise=true) at dispnew.c:5587
#11 0x0813b491 in Fx_create_frame (parms=141457510) at xfns.c:3080
#12 0x081d6bab in Ffuncall (nargs=2, args=0xbfffe1e4) at eval.c:2805
#13 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=16, args_template=139699138, nargs=-1073749528, args=0x2) at bytecode.c:919
#14 0x081d64b1 in funcall_lambda (fun=137506861, nargs=1, arg_vector=0xbfffe388) at eval.c:3039
#15 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe384) at eval.c:2866
#16 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=20, args_template=139699138, nargs=-1073749112, args=0x2) at bytecode.c:919
#17 0x081d64b1 in funcall_lambda (fun=137831357, nargs=1, arg_vector=0xbfffe528) at eval.c:3039
#18 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe524) at eval.c:2866
#19 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=24, args_template=139699138, nargs=-1073748696, args=0x2) at bytecode.c:919
#20 0x081d64b1 in funcall_lambda (fun=137828869, nargs=0, arg_vector=0xbfffe6c8) at eval.c:3039
#21 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe6c4) at eval.c:2866
#22 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=68, args_template=0, nargs=-1073748284, args=0x1) at bytecode.c:919
#23 0x081d6543 in funcall_lambda (fun=137525981, nargs=0, arg_vector=0xbfffe89c) at eval.c:2973
#24 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe898) at eval.c:2866
#25 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=32, args_template=0, nargs=-1073747820, args=0x1) at bytecode.c:919
#26 0x081d6543 in funcall_lambda (fun=137524181, nargs=0, arg_vector=0xbfffe9f0) at eval.c:2973
#27 0x081d55ea in apply_lambda (fun=137524181, args=<optimized out>) at eval.c:2914
#28 0x081d584c in eval_sub (form=141369662) at eval.c:2250
#29 0x081d8714 in Feval (form=141369662, lexical=139699138) at eval.c:1993
#30 0x08154da9 in top_level_2 () at keyboard.c:1179
#31 0x081d4a38 in internal_condition_case (bfun=0x8154d90 <top_level_2>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344
#32 0x08156615 in top_level_1 (ignore=139699138) at keyboard.c:1187
#33 0x081d495b in internal_catch (tag=139730218, func=0x81565b0 <top_level_1>, arg=139699138) at eval.c:1108
#34 0x081578fc in command_loop () at keyboard.c:1148
#35 recursive_edit_1 () at keyboard.c:777
#36 0x08157bf0 in Frecursive_edit () at keyboard.c:841
#37 0x08057952 in main (argc=<optimized out>, argv=0xbfffece4) at emacs.c:1603
Lisp Backtrace:
"x-create-frame" (0xbfffe1e8)
"x-create-frame-with-faces" (0xbfffe388)
"make-frame" (0xbfffe528)
"frame-initialize" (0xbfffe6c8)
"command-line" (0xbfffe89c)
"normal-top-level" (0xbfffe9f0)
(gdb) bt full
#0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:349
No locals.
#1 0x0816f057 in emacs_abort () at sysdep.c:2123
No locals.
#2 0x08109321 in bidi_initialize () at bidi.c:774
No locals.
#3 0x0810b9b1 in bidi_init_it (charpos=1, bytepos=1, frame_window_p=false, bidi_it=0xbfffdcc8) at bidi.c:813
No locals.
#4 0x0808dbb4 in init_iterator (it=0xbfffd718, w=0x8546568, charpos=1, bytepos=1, row=0x85472a0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2969
remapped_base_face_id = DEFAULT_FACE_ID
#5 0x08095d16 in resize_mini_window (w=0x8546568, exact_p=1) at xdisp.c:10630
total_height = 9
unit = 1
max_height = <optimized out>
old_current_buffer = 0x853f4d0
it = {
window = 139748717,
w = 0x8546568,
f = 0x85462d0,
method = GET_FROM_BUFFER,
stop_charpos = 0,
prev_stop = 0,
base_level_stop = 0,
end_charpos = 1,
s = 0x0,
string_nchars = 0,
redisplay_end_trigger_charpos = 0,
multibyte_p = 1,
header_line_p = 0,
string_from_display_prop_p = 0,
string_from_prefix_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 = 1,
bytepos = 1
},
overlay_string_index = -1,
string_pos = {
charpos = -1,
bytepos = -1
},
dpvec_index = -1
},
current = {
pos = {
charpos = 1,
bytepos = 1
},
overlay_string_index = -1,
string_pos = {
charpos = -1,
bytepos = -1
},
dpvec_index = -1
},
n_overlay_strings = 0,
overlay_strings_charpos = 0,
overlay_strings = {0 <repeats 16 times>},
string_overlays = {0 <repeats 16 times>},
string = 139699138,
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 = false,
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,
string_from_prefix_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 = false,
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,
string_from_prefix_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 = false,
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,
string_from_prefix_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 = false,
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,
string_from_prefix_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 = false,
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,
string_from_prefix_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 = 0,
selective = 0,
what = IT_CHARACTER,
face_id = 0,
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 = 0,
len = 0,
cmp_it = {
stop_pos = 0,
id = -1,
ch = 0,
rule_idx = 0,
lookback = 0,
nglyphs = 0,
reversed_p = false,
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 = 139699138,
y = 139699138,
width = 139699138,
height = 139699138
},
space_width = 139699138,
voffset = 0,
tab_width = 8,
font_height = 139699138,
object = 0,
position = {
charpos = 0,
bytepos = 0
},
truncation_pixel_width = 0,
continuation_pixel_width = 1,
first_visible_x = 0,
last_visible_x = 9,
last_visible_y = 1,
extra_line_spacing = 0,
max_extra_line_spacing = 0,
override_ascent = -1,
override_descent = 0,
override_boff = 0,
glyph_row = 0x0,
area = TEXT_AREA,
nglyphs = 1,
pixel_width = 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 = 1,
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 = {
bytepos = 0,
charpos = 0,
type = UNKNOWN_BT,
type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT
},
last_strong = {
bytepos = 0,
charpos = 0,
type = UNKNOWN_BT,
type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT
},
next_for_neutral = {
bytepos = 0,
charpos = 0,
type = UNKNOWN_BT,
type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT
},
prev_for_neutral = {
bytepos = 0,
charpos = 0,
type = UNKNOWN_BT,
type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT
},
next_for_ws = {
bytepos = 0,
charpos = 0,
type = UNKNOWN_BT,
type_after_w1 = UNKNOWN_BT,
orig_type = UNKNOWN_BT
},
next_en_pos = 0,
next_en_type = UNKNOWN_BT,
ignore_bn_limit = 0,
sor = NEUTRAL_DIR,
scan_dir = 0,
disp_pos = 0,
disp_prop = 0,
stack_idx = 0,
level_stack = {{
level = 0,
override = NEUTRAL_DIR
} <repeats 64 times>},
string = {
lstring = 139699138,
s = 0x0,
schars = 0,
bufpos = 0,
from_disp_str = 0,
unibyte = 0
},
w = 0x8546568,
paragraph_dir = NEUTRAL_DIR,
separator_limit = 0,
prev_was_pdf = 0,
first_elt = 0,
new_paragraph = 0,
frame_window_p = 0
},
paragraph_embedding = NEUTRAL_DIR
}
height = <optimized out>
start = <optimized out>
f = 0x85462d0
window_height_changed_p = 0
#6 0x08067766 in do_switch_frame (frame=143135469, track=1, for_deletion=0, norecord=139699162) at frame.c:851
sf = 0x85462d0
#7 0x080678e7 in Fselect_frame (frame=143135469, norecord=139699162) at frame.c:904
No locals.
#8 0x080c44ad in select_frame_norecord (frame=143135469) at window.c:3242
No locals.
#9 0x080cc69a in run_window_configuration_change_hook (f=0x88812e8) at window.c:3266
frame = 143135469
global_wcch = 139699138
#10 0x0806189f in change_frame_size_1 (f=0x88812e8, new_width=<optimized out>, new_height=<optimized out>, pretend=true, delay=false, safe=false, pixelwise=true) at dispnew.c:5587
new_text_width = 90
new_text_height = 190
new_root_width = <optimized out>
old_root_width = <optimized out>
new_cols = <optimized out>
new_lines = 10
#11 0x0813b491 in Fx_create_frame (parms=141457510) at xfns.c:3080
f = 0x88812e8
tem = <optimized out>
name = <optimized out>
minibuffer_only = 0
window_prompting = 0
width = <optimized out>
height = <optimized out>
display = <optimized out>
dpyinfo = 0x8918c60
parent = 139699138
kb = 0x89192c0
#12 0x081d6bab in Ffuncall (nargs=2, args=0xbfffe1e4) at eval.c:2805
fun = 137234373
original_fun = <optimized out>
funcar = 141591352
numargs = 1
val = <optimized out>
internal_args = 0xbfffe1e8
i = <optimized out>
#13 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=16, args_template=139699138, nargs=-1073749528, args=0x2) at bytecode.c:919
targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>,
0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>,
0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>,
0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>,
0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>,
0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>,
0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>,
0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>,
0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>,
0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>,
0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>,
0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>,
0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>,
0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>,
0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>,
0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>,
0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>,
0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>,
0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>,
0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>,
0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>,
0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>,
0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>,
0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>,
0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>,
0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>,
0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>,
0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>,
0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>,
0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>}
count = 17
count_volatile = 139699138
vectorp = 0x832305c <pure+265724>
vectorp_volatile = 0x81d4e07 <run_hook_with_args+55>
stack = {
pc = 0x84a4599 <pure+1844025> "\024Ύ\317\f!\210\320\f\b\"\210\321\f\322\"\210\323\f\b\"\210\n\204W",
byte_string = 137506889,
byte_string_start = 0x84a4563 <pure+1843971> "\306\b!\020\307\b!\031\310\b\236\032\311\033ʉ\034\035\v\312\036\026\211\036\027\203\060",
next = 0xbfffe418
}
stack_volatile = {
pc = 0x1 <Address 0x1 out of bounds>,
byte_string = 136152021,
byte_string_start = 0x8465424 <pure+1585604> "\303 \211\030\031\b:\203\034",
next = 0xbfffe418
}
result = 139699138
type = (unknown: 2)
#14 0x081d64b1 in funcall_lambda (fun=137506861, nargs=1, arg_vector=0xbfffe388) at eval.c:3039
val = <optimized out>
syms_left = <optimized out>
next = 137506856
lexenv = 139699138
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#15 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe384) at eval.c:2866
fun = <optimized out>
original_fun = 141789098
funcar = 141591352
numargs = 1
val = <optimized out>
internal_args = <optimized out>
i = <optimized out>
#16 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=20, args_template=139699138, nargs=-1073749112, args=0x2) at bytecode.c:919
targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>,
0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>,
0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>,
0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>,
0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>,
0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>,
0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>,
0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>,
0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>,
0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>,
0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>,
0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>,
0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>,
0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>,
0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>,
0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>,
0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>,
0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>,
0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>,
0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>,
0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>,
0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>,
0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>,
0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>,
0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>,
0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>,
0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>,
0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>,
0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>,
0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>}
count = 9
count_volatile = -1073748392
vectorp = 0x83723ec <pure+590220>
vectorp_volatile = 0x88f5868
stack = {
pc = 0x84655a0 <pure+1585984> "\026\034\324\016\034!\210\016#\311\036$\211\036!\203\034\001\016!@\211\026$\b\236\204\023\001\325\016\032\016$\"\211\036%\203\022\001\326\016\034\016$\016%#\210)\016!A\211\026!\204", <incomplete sequence \362>,
byte_string = 137831385,
byte_string_start = 0x84654c0 <pure+1585760> "\301\b\236A\031\306\b\236\203\061",
next = 0xbfffe5b8
}
stack_volatile = {
pc = 0x1 <Address 0x1 out of bounds>,
byte_string = 136152021,
byte_string_start = 0xbfffe470 "",
next = 0x88f58d8
}
result = 139699138
type = (unknown: 2)
#17 0x081d64b1 in funcall_lambda (fun=137831357, nargs=1, arg_vector=0xbfffe528) at eval.c:3039
val = <optimized out>
syms_left = <optimized out>
next = 137831352
lexenv = 139699138
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#18 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe524) at eval.c:2866
fun = <optimized out>
original_fun = 141805826
funcar = 141591352
numargs = 1
val = <optimized out>
internal_args = <optimized out>
i = <optimized out>
#19 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=24, args_template=139699138, nargs=-1073748696, args=0x2) at bytecode.c:919
targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>,
0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>,
0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>,
0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>,
0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>,
0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>,
0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>,
0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>,
0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>,
0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>,
0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>,
0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>,
0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>,
0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>,
0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>,
0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>,
0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>,
0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>,
0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>,
0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>,
0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>,
0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>,
0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>,
0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>,
0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>,
0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>,
0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>,
0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>,
0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>,
0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>}
count = 7
count_volatile = 139699138
vectorp = 0x8371a2c <pure+587724>
vectorp_volatile = 0x81d4e07 <run_hook_with_args+55>
stack = {
pc = 0x8465dad <pure+1588045> "\211\026\024\026\025\317\v!\023\320\016\024\321\322\n\321\"#\210\323\n!\210ʉ\022\207",
byte_string = 137828889,
byte_string_start = 0x8465d7c <pure+1587996> "\b\205K",
next = 0xbfffe788
}
stack_volatile = {
pc = 0x870c0be "<\b\032\273l\b\316\300p\b\326\300p\b\216\372\210\b\016\301p\b£S\b\t\320m\b~\252<\b\232\276o\b\006\306p\b\031\320m\b^\246<\bv\300p\b£S\b\366\300p\b£S\b,\242\201",
byte_string = 143612008,
byte_string_start = 0x88f58d8 "\004",
next = 0x70c0a6
}
result = 139699138
type = (unknown: 2)
#20 0x081d64b1 in funcall_lambda (fun=137828869, nargs=0, arg_vector=0xbfffe6c8) at eval.c:3039
val = <optimized out>
syms_left = <optimized out>
next = 137828864
lexenv = 139699138
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#21 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe6c4) at eval.c:2866
fun = <optimized out>
original_fun = 141888866
funcar = 141591352
numargs = 0
val = <optimized out>
internal_args = <optimized out>
i = <optimized out>
#22 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=68, args_template=0, nargs=-1073748284, args=0x1) at bytecode.c:919
targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>,
0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>,
0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>,
0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>,
0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>,
0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>,
0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>,
0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>,
0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>,
0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>,
0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>,
0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>,
0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>,
0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>,
0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>,
0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>,
0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>,
0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>,
0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>,
0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>,
0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>,
0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>,
0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>,
0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>,
0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>,
0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>,
0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>,
0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>,
0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>,
0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>}
count = 6
count_volatile = 5
vectorp = 0x8327b04 <pure+284836>
vectorp_volatile = 0x81b917d <allocate_vectorlike+253>
stack = {
pc = 0x84a0d78 <pure+1829656> "\210\201x",
byte_string = 137526001,
byte_string_start = 0x84a0b37 <pure+1829079> "\306 \020\307\021\n\023\307\024\310\311!\211\307=\204\060",
next = 0xbfffe938
}
stack_volatile = {
pc = 0x18 <Address 0x18 out of bounds>,
byte_string = -1227330100,
byte_string_start = 0xb6d86d87 <__GI___libc_mallopt+7> "\201\303m\342\022",
next = 0x87a0950
}
result = 139699138
type = (unknown: 2)
#23 0x081d6543 in funcall_lambda (fun=137525981, nargs=0, arg_vector=0xbfffe89c) at eval.c:2973
val = <optimized out>
syms_left = <optimized out>
next = 0
lexenv = 139699138
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#24 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe898) at eval.c:2866
fun = <optimized out>
original_fun = 141888554
funcar = 141591352
numargs = 0
val = <optimized out>
internal_args = <optimized out>
i = <optimized out>
#25 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=32, args_template=0, nargs=-1073747820, args=0x1) at bytecode.c:919
targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>,
0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>,
0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>,
0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>,
0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>,
0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>,
0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>,
0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>,
0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>,
0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>,
0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>,
0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>,
0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>,
0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>,
0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>,
0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>,
0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>,
0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>,
0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>,
0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>,
0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>,
0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>,
0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>,
0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>,
0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>,
0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>,
0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>,
0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>,
0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>,
0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>,
0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>}
count = 4
count_volatile = -1227809084
vectorp = 0x83273fc <pure+283036>
vectorp_volatile = 0x28
stack = {
pc = 0x84a164e <pure+1831918> "\210)\210\366\367\370\"\210\371\313\372\"\211;\203:\001\373\001P\262\001\202T\001\016D\211\203S\001\211@\374\375\002\"\203L\001\211\262\003\001A\266\202\202<\001\210\211\205]\001\350\001\016A\"\207",
byte_string = 137524201,
byte_string_start = 0x84a152d <pure+1831629> "\b\203\b",
next = 0x0
}
stack_volatile = {
pc = 0x805044a "libc.so.6",
byte_string = -1225890512,
byte_string_start = 0xb7fe64ad <check_match+13> "\201\303\023\213\001",
next = 0xb7ffefc0
}
result = 139699138
type = (unknown: 2)
#26 0x081d6543 in funcall_lambda (fun=137524181, nargs=0, arg_vector=0xbfffe9f0) at eval.c:2973
val = <optimized out>
syms_left = <optimized out>
next = 0
lexenv = 139699138
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#27 0x081d55ea in apply_lambda (fun=137524181, args=<optimized out>) at eval.c:2914
args_left = 139699138
i = <optimized out>
numargs = 0
arg_vector = <optimized out>
tem = <optimized out>
sa_must_free = <optimized out>
#28 0x081d584c in eval_sub (form=141369662) at eval.c:2250
fun = <optimized out>
val = <optimized out>
original_fun = 141376162
original_args = 139699138
funcar = 141591352
#29 0x081d8714 in Feval (form=141369662, lexical=139699138) at eval.c:1993
No locals.
#30 0x08154da9 in top_level_2 () at keyboard.c:1179
No locals.
#31 0x081d4a38 in internal_condition_case (bfun=0x8154d90 <top_level_2>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344
val = <optimized out>
c = 0x88fe560
#32 0x08156615 in top_level_1 (ignore=139699138) at keyboard.c:1187
No locals.
#33 0x081d495b in internal_catch (tag=139730218, func=0x81565b0 <top_level_1>, arg=139699138) at eval.c:1108
val = <optimized out>
c = 0x853a3a2
#34 0x081578fc in command_loop () at keyboard.c:1148
No locals.
#35 recursive_edit_1 () at keyboard.c:777
val = 0
#36 0x08157bf0 in Frecursive_edit () at keyboard.c:841
buffer = 139699138
#37 0x08057952 in main (argc=<optimized out>, argv=0xbfffece4) at emacs.c:1603
dummy = -1226091548
stack_bottom_variable = 0 '\000'
do_initial_setlocale = <optimized out>
dumping = <optimized out>
skip_args = 0
rlim = {
rlim_cur = 8388608,
rlim_max = 18446744073709551615
}
no_loadup = false
junk = 0x0
dname_arg = 0x0
ch_to_dir = 0xffffffff <Address 0xffffffff out of bounds>
original_pwd = 0x1 <Address 0x1 out of bounds>
Lisp Backtrace:
"x-create-frame" (0xbfffe1e8)
"x-create-frame-with-faces" (0xbfffe388)
"make-frame" (0xbfffe528)
"frame-initialize" (0xbfffe6c8)
"command-line" (0xbfffe89c)
"normal-top-level" (0xbfffe9f0)
(gdb) x
Argument required (starting display address).
(gdb) q
A debugging session is active.
Inferior 1 [process 23684] will be killed.
Quit anyway? (y or n) y
~/tmp-emacs/emacs-trunk/src $ exit
--
Nico.
prev parent reply other threads:[~2013-12-13 10:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 10:59 bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request Nicolas Richard
2013-12-12 12:04 ` Dmitry Antipov
2013-12-12 12:25 ` Nicolas Richard
2013-12-12 13:05 ` Dmitry Antipov
2013-12-12 14:03 ` Nicolas Richard
2013-12-12 15:07 ` Dmitry Antipov
2013-12-12 17:21 ` Nicolas Richard
2016-08-06 13:19 ` npostavs
2016-08-06 14:15 ` Nicolas Richard
2013-12-13 10:56 ` Nicolas Richard [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52AAE7D3.8030004@yahoo.fr \
--to=theonewiththeevillook@yahoo.fr \
--cc=16119@debbugs.gnu.org \
--cc=dmantipov@yandex.ru \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).