unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ashish SHUKLA <ashish.is@lostca.se>
To: emacs-devel@gnu.org
Cc: emacs@FreeBSD.org
Subject: Emacs 0a68159 crashing with powerline package
Date: Sat, 15 May 2021 18:13:54 +0530	[thread overview]
Message-ID: <ec4fed285850394bf27fd601827f5d17@lostca.se> (raw)

Hi,

While running Emacs (git revision 
0a681590268a4039f95a5a919b6b6d4f4e880d4c) on FreeBSD 13 (amd64), it 
crashes with powerline theme. I'm running Emacs (X11) under Sway 
(Wayland compositor).

Emacs is built with following configuration settings:

"--disable-build-details --localstatedir=/var --without-libsystemd 
--without-selinux --with-x --enable-acl --with-cairo --with-dbus 
--without-gconf --with-gif --with-gnutls --with-gsettings 
--with-x-toolkit=gtk3 --with-harfbuzz --with-jpeg --with-json 
--with-file-notification=kqueue --with-lcms2 --with-m17n-flt 
--without-imagemagick --with-mailutils --with-modules --with-sound=oss 
--with-libotf --with-png --with-toolkit-scroll-bars --with-rsvg 
--with-threads --with-tiff --with-xft --with-xim --with-xml2 --with-xpm 
--with-xwidgets --x-libraries=/usr/local/lib 
--x-includes=/usr/local/include --prefix=/usr/local 
--mandir=/usr/local/man --disable-silent-rules 
--infodir=/usr/local/share/emacs/info/ --build=amd64-portbld-freebsd13.0 
'CFLAGS=-pipe -g -fstack-protector-strong -isystem /usr/local/include 
-fno-strict-aliasing ' 'CPPFLAGS=-isystem /usr/local/include' 'LDFLAGS= 
-fstack-protector-strong -L/usr/local/lib '"

It works fine with "emacs -Q" though.

Following are the contents of my ~/.config/emacs/init.el:

======================================================================
(defvar bootstrap-version)

(defvar file-name-handler-alist-old file-name-handler-alist)

(setq package-enable-at-startup nil
       auto-window-vscroll nil
       custom-file (expand-file-name (concat user-emacs-directory 
"custom.el"))
       custom-safe-themes t
       straight-disable-native-compile t)

(let ((bootstrap-file
        (expand-file-name "straight/repos/straight.el/bootstrap.el" 
user-emacs-directory))
       (bootstrap-version 5))
   (unless (file-exists-p bootstrap-file)
     (with-current-buffer
         (url-retrieve-synchronously
          
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
          'silent 'inhibit-cookies)
       (goto-char (point-max))
       (eval-print-last-sexp)))
   (load bootstrap-file nil 'nomessage))

(straight-use-package 'use-package)

(use-package powerline
   :straight t
   :custom
   (powerline-default-separator 'utf-8)
   (powerline-utf-8-separator-left  #xe0b0)
   (powerline-utf-8-separator-right #xe0b2)
   :config (powerline-default-theme))
===================================================================

powerline package[0] is at revision 
346de84be53cae3663b4e2512222c279933846d4


To reproduce the bug, start the emacs with above configuration loaded, 
and press M-x in its window.

Following is the output from GDB session:

==============================================================================================================
Warning: /usr/home/abbe/code/emacs/../lwlib: No such file or directory.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from 
terminal]
DISPLAY = :0
TERM = xterm-256color
Breakpoint 1 at 0x468aa2: file emacs.c, line 400.
Breakpoint 2 at 0x41c9d4: file xterm.c, line 10264.
Starting program: /usr/local/bin/emacs
[New LWP 107437 of process 5734]
[New LWP 107438 of process 5734]
[New LWP 107439 of process 5734]
[New LWP 107440 of process 5734]
[Detaching after vfork from child process 7093]
[Detaching after vfork from child process 8425]

Thread 1 hit Breakpoint 1, terminate_due_to_signal (sig=6, 
backtrace_limit=40) at emacs.c:400
400	emacs.c: No such file or directory.
#0  terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:400
#1  0x000000000049d823 in emacs_abort () at sysdep.c:2282
#2  0x00000000004c6ec9 in Factive_minibuffer_window () at minibuf.c:231
         frames = XIL(0x30)
         frame = XIL(0x36c1ab)
         f = 0x7fffffff9ce0
         innermost_MB = XIL(0)
#3  0x00000000005741d6 in funcall_subr (subr=0x9e34c8 
<Sactive_minibuffer_window>, numargs=0, args=0x7fffffff9e70) at 
eval.c:3109
         internal_argbuf = {XIL(0x7fffffff9d90), XIL(0x577af4), 
XIL(0x7fffffff9d90), XIL(0x1000000000), XIL(0x9e34cd), 
XIL(0x100000000a5b440), XIL(0x7fffffff9db0), make_fixnum(1422914)}
         internal_args = 0x7fffffff9e70
#4  0x0000000000572fc6 in Ffuncall (nargs=1, args=0x7fffffff9e68) at 
eval.c:3036
         fun = XIL(0x9e34cd)
         original_fun = XIL(0x8095b5840)
         funcar = XIL(0xa5b440)
         numargs = 0
         val = XIL(0)
         count = 22
#5  0x00000000005e08c9 in exec_byte_code (bytestr=XIL(0x80a010cd4), 
vector=XIL(0x80a010c6d), maxdepth=make_fixnum(3), 
args_template=make_fixnum(257), nargs=1, args=0x7fffffffa508) at 
bytecode.c:632
         type = (unknown: 0xffffa260)
         op = 0
         targets = {0x5e41b4 <exec_byte_code+23188>, 0x5e41ea 
<exec_byte_code+23242>, 0x5e41ef <exec_byte_code+23247>, 0x5e41f4 
<exec_byte_code+23252>, 0x5e41f9 <exec_byte_code+23257>, 0x5e41fe 
<exec_byte_code+23262>, 0x5e4276 <exec_byte_code+23382>, 0x5e4305 
<exec_byte_code+23525>, 0x5dffc4 <exec_byte_code+6308>, 0x5dffc9 
<exec_byte_code+6313>, 0x5dffce <exec_byte_code+6318>, 0x5dffd3 
<exec_byte_code+6323>, 0x5dffd8 <exec_byte_code+6328>, 0x5dffdd 
<exec_byte_code+6333>, 0x5dfff1 <exec_byte_code+6353>, 0x5dff72 
<exec_byte_code+6226>, 0x5e047c <exec_byte_code+7516>, 0x5e0481 
<exec_byte_code+7521>, 0x5e0486 <exec_byte_code+7526>, 0x5e048b 
<exec_byte_code+7531>, 0x5e0490 <exec_byte_code+7536>, 0x5e0495 
<exec_byte_code+7541>, 0x5e04fb <exec_byte_code+7643>, 0x5e04a9 
<exec_byte_code+7561>, 0x5e075d <exec_byte_code+8253>, 0x5e0762 
<exec_byte_code+8258>, 0x5e0767 <exec_byte_code+8263>, 0x5e076c 
<exec_byte_code+8268>, 0x5e0771 <exec_byte_code+8273>, 0x5e0776 
<exec_byte_code+8278>, 0x5e06e5 <exec_byte_code+8133>, 0x5e070b 
<exec_byte_code+8171>, 0x5e0864 <exec_byte_code+8516>, 0x5e0869 
<exec_byte_code+8521>, 0x5e086e <exec_byte_code+8526>, 0x5e0873 
<exec_byte_code+8531>, 0x5e0878 <exec_byte_code+8536>, 0x5e087d 
<exec_byte_code+8541>, 0x5e07ec <exec_byte_code+8396>, 0x5e0812 
<exec_byte_code+8434>, 0x5e0985 <exec_byte_code+8805>, 0x5e098a 
<exec_byte_code+8810>, 0x5e098f <exec_byte_code+8815>, 0x5e0994 
<exec_byte_code+8820>, 0x5e0999 <exec_byte_code+8825>, 0x5e099e 
<exec_byte_code+8830>, 0x5e090d <exec_byte_code+8685>, 0x5e0933 
<exec_byte_code+8723>, 0x5e14ae <exec_byte_code+11662>, 0x5e1346 
<exec_byte_code+11302>, 0x5e1337 <exec_byte_code+11287>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e174c <exec_byte_code+12332>, 0x5e189b 
<exec_byte_code+12667>, 0x5e1925 <exec_byte_code+12805>, 0x5e19af 
<exec_byte_code+12943>, 0x5e1a38 <exec_byte_code+13080>, 0x5e029e 
<exec_byte_code+7038>, 0x5e0347 <exec_byte_code+7207>, 0x5e1aea 
<exec_byte_code+13258>, 0x5e01e3 <exec_byte_code+6851>, 0x5e03c1 
<exec_byte_code+7329>, 0x5e1b7f <exec_byte_code+13407>, 0x5e1bf9 
<exec_byte_code+13529>, 0x5e1c4a <exec_byte_code+13610>, 0x5e1cc4 
<exec_byte_code+13732>, 0x5e1d41 <exec_byte_code+13857>, 0x5e1e69 
<exec_byte_code+14153>, 0x5e1eba <exec_byte_code+14234>, 0x5e1f34 
<exec_byte_code+14356>, 0x5e1fd9 <exec_byte_code+14521>, 0x5e202a 
<exec_byte_code+14602>, 0x5e207b <exec_byte_code+14683>, 0x5e20f5 
<exec_byte_code+14805>, 0x5e216f <exec_byte_code+14927>, 0x5e21e9 
<exec_byte_code+15049>, 0x5e228e <exec_byte_code+15214>, 0x5e22f5 
<exec_byte_code+15317>, 0x5e235c <exec_byte_code+15420>, 0x5e2463 
<exec_byte_code+15683>, 0x5e2548 <exec_byte_code+15912>, 0x5e262d 
<exec_byte_code+16141>, 0x5e26a9 <exec_byte_code+16265>, 0x5e2728 
<exec_byte_code+16392>, 0x5e27a7 <exec_byte_code+16519>, 0x5e2826 
<exec_byte_code+16646>, 0x5e28a5 <exec_byte_code+16773>, 0x5e290c 
<exec_byte_code+16876>, 0x5e29f4 <exec_byte_code+17108>, 0x5e2a5b 
<exec_byte_code+17211>, 0x5e2ac2 <exec_byte_code+17314>, 0x5e2b29 
<exec_byte_code+17417>, 0x5e2c71 <exec_byte_code+17745>, 0x5e118a 
<exec_byte_code+10858>, 0x5e2ce9 <exec_byte_code+17865>, 0x5e2d3a 
<exec_byte_code+17946>, 0x5e2e2d <exec_byte_code+18189>, 0x5e2eaa 
<exec_byte_code+18314>, 0x5e2f19 <exec_byte_code+18425>, 0x5e2f6a 
<exec_byte_code+18506>, 0x5e2fc3 <exec_byte_code+18595>, 0x5e301c 
<exec_byte_code+18684>, 0x5e307d <exec_byte_code+18781>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e30e6 <exec_byte_code+18886>, 0x5e313f 
<exec_byte_code+18975>, 0x5e3198 <exec_byte_code+19064>, 0x5e31f1 
<exec_byte_code+19153>, 0x5e324a <exec_byte_code+19242>, 0x5e32a3 
<exec_byte_code+19331>, 0x5e118f <exec_byte_code+10863>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e32f4 <exec_byte_code+19412>, 0x5e335f 
<exec_byte_code+19519>, 0x5e33b0 <exec_byte_code+19600>, 0x5e3401 
<exec_byte_code+19681>, 0x5e347b <exec_byte_code+19803>, 0x5e34f5 
<exec_byte_code+19925>, 0x5e3546 <exec_byte_code+20006>, 0x5e360e 
<exec_byte_code+20206>, 0x5e3688 <exec_byte_code+20328>, 0x5e3702 
<exec_byte_code+20450>, 0x5e377c <exec_byte_code+20572>, 0x5e37d5 
<exec_byte_code+20661>, 0x5e41b9 <exec_byte_code+23193>, 0x5e10a7 
<exec_byte_code+10631>, 0x5e0a71 <exec_byte_code+9041>, 0x5e0112 
<exec_byte_code+6642>, 0x5e0b61 <exec_byte_code+9281>, 0x5e0c24 
<exec_byte_code+9476>, 0x5e0cea <exec_byte_code+9674>, 0x5e1056 
<exec_byte_code+10550>, 0x5e105b <exec_byte_code+10555>, 0x5e0679 
<exec_byte_code+8025>, 0x5e114d <exec_byte_code+10797>, 0x5e11cc 
<exec_byte_code+10924>, 0x5e1262 <exec_byte_code+11074>, 0x5e12b1 
<exec_byte_code+11153>, 0x5e1502 <exec_byte_code+11746>, 0x5e1593 
<exec_byte_code+11891>, 0x5e1638 <exec_byte_code+12056>, 0x5e16a8 
<exec_byte_code+12168>, 0x5e0a13 <exec_byte_code+8947>, 0x5e3826 
<exec_byte_code+20742>, 0x5e38cb <exec_byte_code+20907>, 0x5e391c 
<exec_byte_code+20988>, 0x5e396d <exec_byte_code+21069>, 0x5e39be 
<exec_byte_code+21150>, 0x5e3a0f <exec_byte_code+21231>, 0x5e3a89 
<exec_byte_code+21353>, 0x5e3b03 <exec_byte_code+21475>, 0x5e3b7d 
<exec_byte_code+21597>, 0x5e3bf7 <exec_byte_code+21719>, 0x5e3d60 
<exec_byte_code+22080>, 0x5e3dda <exec_byte_code+22202>, 0x5e3e54 
<exec_byte_code+22324>, 0x5e3ea5 <exec_byte_code+22405>, 0x5e3f1f 
<exec_byte_code+22527>, 0x5e3f99 <exec_byte_code+22649>, 0x5e3fea 
<exec_byte_code+22730>, 0x5e403b <exec_byte_code+22811>, 0x5e2b90 
<exec_byte_code+17520>, 0x5e2bf7 <exec_byte_code+17623>, 0x5e40a2 
<exec_byte_code+22914>, 0x5e412b <exec_byte_code+23051>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e0db0 <exec_byte_code+9872>, 0x5e0ddc 
<exec_byte_code+9916>, 0x5e0e79 <exec_byte_code+10073>, 0x5e0f16 
<exec_byte_code+10230>, 0x5e0fb6 <exec_byte_code+10390>, 0x5e1dc9 
<exec_byte_code+13993>, 0x5e23c3 <exec_byte_code+15523>, 0x5e2d8d 
<exec_byte_code+18029>, 0x5e43c3 <exec_byte_code+23715>, 0x5e445a 
<exec_byte_code+23866>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4520 <exec_byte_code+24064>, 0x5e45e2 
<exec_byte_code+24258>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4766 <exec_byte_code+24646> <repeats 64 
times>}
         const_length = 2
         bytestr_length = 11
         vectorp = 0x80a010c70
         quitcounter = 1 '\001'
         stack_items = 4
         sa_avail = 16341
         sa_count = 22
         alloc = 0x7fffffff9e50
         stack_base = 0x7fffffff9e50
         top = 0x7fffffff9e68
         stack_lim = 0x7fffffff9e70
         bytestr_data = 0x7fffffff9e70 "\300\001!\205\n"
         pc = 0x7fffffff9e79 "=\207"
         count = 22
         result = make_fixnum(0)
#6  0x0000000000577bf0 in fetch_and_exec_byte_code 
(fun=XIL(0x80a010c3d), syms_left=make_fixnum(257), nargs=1, 
args=0x7fffffffa500) at eval.c:3160
#7  0x00000000005745af in funcall_lambda (fun=XIL(0x80a010c3d), nargs=1, 
arg_vector=0x7fffffffa500) at eval.c:3241
         val = XIL(0x100000000a5b440)
         syms_left = make_fixnum(257)
         next = XIL(0x1900000000)
         lexenv = XIL(0x7fffffffa430)
         count = 22
         i = 140737488331824
         optional = false
         rest = false
#8  0x0000000000573021 in Ffuncall (nargs=2, args=0x7fffffffa4f8) at 
eval.c:3040
         fun = XIL(0x80a010c3d)
         original_fun = XIL(0x8095b57c8)
         funcar = XIL(0xa5b440)
         numargs = 1
         val = XIL(0x80bc44885)
         count = 21
#9  0x00000000005e08c9 in exec_byte_code (bytestr=XIL(0x80ec45da4), 
vector=XIL(0x80ec48b2d), maxdepth=make_fixnum(2), args_template=XIL(0), 
nargs=0, args=0x0) at bytecode.c:632
         type = (unknown: 0xa6dc420)
         op = 1
         targets = {0x5e41b4 <exec_byte_code+23188>, 0x5e41ea 
<exec_byte_code+23242>, 0x5e41ef <exec_byte_code+23247>, 0x5e41f4 
<exec_byte_code+23252>, 0x5e41f9 <exec_byte_code+23257>, 0x5e41fe 
<exec_byte_code+23262>, 0x5e4276 <exec_byte_code+23382>, 0x5e4305 
<exec_byte_code+23525>, 0x5dffc4 <exec_byte_code+6308>, 0x5dffc9 
<exec_byte_code+6313>, 0x5dffce <exec_byte_code+6318>, 0x5dffd3 
<exec_byte_code+6323>, 0x5dffd8 <exec_byte_code+6328>, 0x5dffdd 
<exec_byte_code+6333>, 0x5dfff1 <exec_byte_code+6353>, 0x5dff72 
<exec_byte_code+6226>, 0x5e047c <exec_byte_code+7516>, 0x5e0481 
<exec_byte_code+7521>, 0x5e0486 <exec_byte_code+7526>, 0x5e048b 
<exec_byte_code+7531>, 0x5e0490 <exec_byte_code+7536>, 0x5e0495 
<exec_byte_code+7541>, 0x5e04fb <exec_byte_code+7643>, 0x5e04a9 
<exec_byte_code+7561>, 0x5e075d <exec_byte_code+8253>, 0x5e0762 
<exec_byte_code+8258>, 0x5e0767 <exec_byte_code+8263>, 0x5e076c 
<exec_byte_code+8268>, 0x5e0771 <exec_byte_code+8273>, 0x5e0776 
<exec_byte_code+8278>, 0x5e06e5 <exec_byte_code+8133>, 0x5e070b 
<exec_byte_code+8171>, 0x5e0864 <exec_byte_code+8516>, 0x5e0869 
<exec_byte_code+8521>, 0x5e086e <exec_byte_code+8526>, 0x5e0873 
<exec_byte_code+8531>, 0x5e0878 <exec_byte_code+8536>, 0x5e087d 
<exec_byte_code+8541>, 0x5e07ec <exec_byte_code+8396>, 0x5e0812 
<exec_byte_code+8434>, 0x5e0985 <exec_byte_code+8805>, 0x5e098a 
<exec_byte_code+8810>, 0x5e098f <exec_byte_code+8815>, 0x5e0994 
<exec_byte_code+8820>, 0x5e0999 <exec_byte_code+8825>, 0x5e099e 
<exec_byte_code+8830>, 0x5e090d <exec_byte_code+8685>, 0x5e0933 
<exec_byte_code+8723>, 0x5e14ae <exec_byte_code+11662>, 0x5e1346 
<exec_byte_code+11302>, 0x5e1337 <exec_byte_code+11287>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e174c <exec_byte_code+12332>, 0x5e189b 
<exec_byte_code+12667>, 0x5e1925 <exec_byte_code+12805>, 0x5e19af 
<exec_byte_code+12943>, 0x5e1a38 <exec_byte_code+13080>, 0x5e029e 
<exec_byte_code+7038>, 0x5e0347 <exec_byte_code+7207>, 0x5e1aea 
<exec_byte_code+13258>, 0x5e01e3 <exec_byte_code+6851>, 0x5e03c1 
<exec_byte_code+7329>, 0x5e1b7f <exec_byte_code+13407>, 0x5e1bf9 
<exec_byte_code+13529>, 0x5e1c4a <exec_byte_code+13610>, 0x5e1cc4 
<exec_byte_code+13732>, 0x5e1d41 <exec_byte_code+13857>, 0x5e1e69 
<exec_byte_code+14153>, 0x5e1eba <exec_byte_code+14234>, 0x5e1f34 
<exec_byte_code+14356>, 0x5e1fd9 <exec_byte_code+14521>, 0x5e202a 
<exec_byte_code+14602>, 0x5e207b <exec_byte_code+14683>, 0x5e20f5 
<exec_byte_code+14805>, 0x5e216f <exec_byte_code+14927>, 0x5e21e9 
<exec_byte_code+15049>, 0x5e228e <exec_byte_code+15214>, 0x5e22f5 
<exec_byte_code+15317>, 0x5e235c <exec_byte_code+15420>, 0x5e2463 
<exec_byte_code+15683>, 0x5e2548 <exec_byte_code+15912>, 0x5e262d 
<exec_byte_code+16141>, 0x5e26a9 <exec_byte_code+16265>, 0x5e2728 
<exec_byte_code+16392>, 0x5e27a7 <exec_byte_code+16519>, 0x5e2826 
<exec_byte_code+16646>, 0x5e28a5 <exec_byte_code+16773>, 0x5e290c 
<exec_byte_code+16876>, 0x5e29f4 <exec_byte_code+17108>, 0x5e2a5b 
<exec_byte_code+17211>, 0x5e2ac2 <exec_byte_code+17314>, 0x5e2b29 
<exec_byte_code+17417>, 0x5e2c71 <exec_byte_code+17745>, 0x5e118a 
<exec_byte_code+10858>, 0x5e2ce9 <exec_byte_code+17865>, 0x5e2d3a 
<exec_byte_code+17946>, 0x5e2e2d <exec_byte_code+18189>, 0x5e2eaa 
<exec_byte_code+18314>, 0x5e2f19 <exec_byte_code+18425>, 0x5e2f6a 
<exec_byte_code+18506>, 0x5e2fc3 <exec_byte_code+18595>, 0x5e301c 
<exec_byte_code+18684>, 0x5e307d <exec_byte_code+18781>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e30e6 <exec_byte_code+18886>, 0x5e313f 
<exec_byte_code+18975>, 0x5e3198 <exec_byte_code+19064>, 0x5e31f1 
<exec_byte_code+19153>, 0x5e324a <exec_byte_code+19242>, 0x5e32a3 
<exec_byte_code+19331>, 0x5e118f <exec_byte_code+10863>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e32f4 <exec_byte_code+19412>, 0x5e335f 
<exec_byte_code+19519>, 0x5e33b0 <exec_byte_code+19600>, 0x5e3401 
<exec_byte_code+19681>, 0x5e347b <exec_byte_code+19803>, 0x5e34f5 
<exec_byte_code+19925>, 0x5e3546 <exec_byte_code+20006>, 0x5e360e 
<exec_byte_code+20206>, 0x5e3688 <exec_byte_code+20328>, 0x5e3702 
<exec_byte_code+20450>, 0x5e377c <exec_byte_code+20572>, 0x5e37d5 
<exec_byte_code+20661>, 0x5e41b9 <exec_byte_code+23193>, 0x5e10a7 
<exec_byte_code+10631>, 0x5e0a71 <exec_byte_code+9041>, 0x5e0112 
<exec_byte_code+6642>, 0x5e0b61 <exec_byte_code+9281>, 0x5e0c24 
<exec_byte_code+9476>, 0x5e0cea <exec_byte_code+9674>, 0x5e1056 
<exec_byte_code+10550>, 0x5e105b <exec_byte_code+10555>, 0x5e0679 
<exec_byte_code+8025>, 0x5e114d <exec_byte_code+10797>, 0x5e11cc 
<exec_byte_code+10924>, 0x5e1262 <exec_byte_code+11074>, 0x5e12b1 
<exec_byte_code+11153>, 0x5e1502 <exec_byte_code+11746>, 0x5e1593 
<exec_byte_code+11891>, 0x5e1638 <exec_byte_code+12056>, 0x5e16a8 
<exec_byte_code+12168>, 0x5e0a13 <exec_byte_code+8947>, 0x5e3826 
<exec_byte_code+20742>, 0x5e38cb <exec_byte_code+20907>, 0x5e391c 
<exec_byte_code+20988>, 0x5e396d <exec_byte_code+21069>, 0x5e39be 
<exec_byte_code+21150>, 0x5e3a0f <exec_byte_code+21231>, 0x5e3a89 
<exec_byte_code+21353>, 0x5e3b03 <exec_byte_code+21475>, 0x5e3b7d 
<exec_byte_code+21597>, 0x5e3bf7 <exec_byte_code+21719>, 0x5e3d60 
<exec_byte_code+22080>, 0x5e3dda <exec_byte_code+22202>, 0x5e3e54 
<exec_byte_code+22324>, 0x5e3ea5 <exec_byte_code+22405>, 0x5e3f1f 
<exec_byte_code+22527>, 0x5e3f99 <exec_byte_code+22649>, 0x5e3fea 
<exec_byte_code+22730>, 0x5e403b <exec_byte_code+22811>, 0x5e2b90 
<exec_byte_code+17520>, 0x5e2bf7 <exec_byte_code+17623>, 0x5e40a2 
<exec_byte_code+22914>, 0x5e412b <exec_byte_code+23051>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e0db0 <exec_byte_code+9872>, 0x5e0ddc 
<exec_byte_code+9916>, 0x5e0e79 <exec_byte_code+10073>, 0x5e0f16 
<exec_byte_code+10230>, 0x5e0fb6 <exec_byte_code+10390>, 0x5e1dc9 
<exec_byte_code+13993>, 0x5e23c3 <exec_byte_code+15523>, 0x5e2d8d 
<exec_byte_code+18029>, 0x5e43c3 <exec_byte_code+23715>, 0x5e445a 
<exec_byte_code+23866>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4520 <exec_byte_code+24064>, 0x5e45e2 
<exec_byte_code+24258>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4766 <exec_byte_code+24646> <repeats 64 
times>}
         const_length = 4
         bytestr_length = 14
         vectorp = 0x80ec48b30
         quitcounter = 1 '\001'
         stack_items = 3
         sa_avail = 16346
         sa_count = 21
         alloc = 0x7fffffffa4f0
         stack_base = 0x7fffffffa4f0
         top = 0x7fffffffa4f8
         stack_lim = 0x7fffffffa508
         bytestr_data = 0x7fffffffa508 "\301\302 !?\205\r"
         pc = 0x7fffffffa50c "?\205\r"
         count = 21
         result = make_fixnum(1541141)
#10 0x0000000000577bf0 in fetch_and_exec_byte_code 
(fun=XIL(0x80ec48b55), syms_left=XIL(0), nargs=0, args=0x0) at 
eval.c:3160
#11 0x00000000005749e6 in funcall_lambda (fun=XIL(0x80ec48b55), nargs=0, 
arg_vector=0x7fffffffac98) at eval.c:3322
         val = XIL(0x100000000a5b440)
         syms_left = XIL(0)
         next = XIL(0x1900000000)
         lexenv = XIL(0)
         count = 21
         i = 0
         optional = false
         rest = false
#12 0x0000000000573021 in Ffuncall (nargs=1, args=0x7fffffffac90) at 
eval.c:3040
         fun = XIL(0x80ec48b55)
         original_fun = XIL(0x80e1ea2f0)
         funcar = XIL(0x80ec58da3)
         numargs = 0
         val = XIL(0x573a3c)
         count = 20
#13 0x000000000057367d in funcall_nil (nargs=1, args=0x7fffffffac90) at 
eval.c:2677
#14 0x0000000000573625 in run_hook_with_args (nargs=1, 
args=0x7fffffffac90, funcall=0x573660 <funcall_nil>) at eval.c:2854
         global_vals = XIL(0)
         sym = XIL(0x37b0)
         val = XIL(0x80ec58da3)
         ret = XIL(0)
#15 0x0000000000573337 in Frun_hook_with_args (nargs=1, 
args=0x7fffffffac90) at eval.c:2719
#16 0x00000000005732e5 in run_hook (hook=XIL(0x80e1ea2f0)) at 
eval.c:2867
#17 0x0000000000573297 in Frun_hooks (nargs=1, args=0x7fffffffae60) at 
eval.c:2701
         i = 0
#18 0x0000000000574121 in funcall_subr (subr=0x9e7c38 <Srun_hooks>, 
numargs=1, args=0x7fffffffae60) at eval.c:3091
#19 0x0000000000572fc6 in Ffuncall (nargs=2, args=0x7fffffffae58) at 
eval.c:3036
         fun = XIL(0x9e7c3d)
         original_fun = XIL(0x8095c07b8)
         funcar = XIL(0x80bc9fb63)
         numargs = 1
         val = XIL(0x80bc9fb63)
         count = 19
#20 0x0000000000573b6c in call1 (fn=XIL(0x8095c07b8), arg1=XIL(0x37b0)) 
at eval.c:2896
#21 0x00000000004a78e6 in run_buffer_list_update_hook (buf=0x80c2ff000) 
at buffer.c:529
#22 0x00000000004a6bcc in Fget_buffer_create 
(buffer_or_name=XIL(0x7fffffffafd4), inhibit_buffer_hooks=XIL(0)) at 
buffer.c:635
         buffer = XIL(0x80c2ff005)
         name = XIL(0x80acbe284)
         b = 0x80c2ff000
#23 0x00000000004c7c00 in get_minibuffer (depth=1) at minibuf.c:1028
         name = " *Minibuf-1*\000\000\000\000 
\260\377\377\377\177\000\000[nL\000\000\000\000\000\000\000"
         lname = XIL(0x7fffffffafd4)
         name_fmt = " *Minibuf-%ld*"
         tail = XIL(0x80bc9fb93)
         cll_tail = XIL(0x80bc9fb83)
         buf = XIL(0)
#24 0x00000000004c83e6 in read_minibuf (map=XIL(0x80a3b4593), 
initial=XIL(0), prompt=XIL(0x80acbe2a4), expflag=false, 
histvar=XIL(0x809763198), histpos=make_fixnum(0), defalt=XIL(0), 
allow_props=false, inherit_input_method=false) at minibuf.c:660
         val = XIL(0)
         count = 16
         mini_frame = XIL(0x4)
         ambient_dir = XIL(0x80aa7c084)
         minibuffer = XIL(0x48fef8)
         input_method = XIL(0)
         calling_frame = XIL(0x80bc44645)
         calling_window = XIL(0x80bc44885)
         enable_multibyte = XIL(0)
         pos = 0
         histstring = XIL(0xa64410)
         histval = XIL(0x8fd0)
         empty_minibuf = XIL(0x8fd0)
#25 0x00000000004c7f65 in Fread_from_minibuffer 
(prompt=XIL(0x80acbe2a4), initial_contents=XIL(0), 
keymap=XIL(0x80a3b4593), read=XIL(0), hist=XIL(0x809763198), 
default_value=XIL(0), inherit_input_method=XIL(0)) at minibuf.c:1350
         histvar = XIL(0x809763198)
         histpos = make_fixnum(0)
         val = make_fixnum(-1405592142328671197)
#26 0x000000000057438c in funcall_subr (subr=0x9e3648 
<Sread_from_minibuffer>, numargs=7, args=0x7fffffffb720) at eval.c:3131
         internal_argbuf = {XIL(0x7fffffffb5f0), XIL(0x577af4), 
XIL(0x7fffffffb5f0), XIL(0x1000000000), XIL(0x9e364d), 
XIL(0x100000000a5b440), XIL(0x7fffffffb610), make_fixnum(1422914)}
         internal_args = 0x7fffffffb720
#27 0x0000000000572fc6 in Ffuncall (nargs=8, args=0x7fffffffb718) at 
eval.c:3036
         fun = XIL(0x9e364d)
         original_fun = XIL(0x809608188)
         funcar = make_fixnum(-1405592142328671197)
         numargs = 7
         val = XIL(0x80bc9fba3)
         count = 15
#28 0x00000000005e08c9 in exec_byte_code (bytestr=XIL(0x80a3b4c64), 
vector=XIL(0x80a09d20d), maxdepth=make_fixnum(20), 
args_template=make_fixnum(2050), nargs=8, args=0x7fffffffbed8) at 
bytecode.c:632
         type = (unknown: 0xffffbbe0)
         op = 7
         targets = {0x5e41b4 <exec_byte_code+23188>, 0x5e41ea 
<exec_byte_code+23242>, 0x5e41ef <exec_byte_code+23247>, 0x5e41f4 
<exec_byte_code+23252>, 0x5e41f9 <exec_byte_code+23257>, 0x5e41fe 
<exec_byte_code+23262>, 0x5e4276 <exec_byte_code+23382>, 0x5e4305 
<exec_byte_code+23525>, 0x5dffc4 <exec_byte_code+6308>, 0x5dffc9 
<exec_byte_code+6313>, 0x5dffce <exec_byte_code+6318>, 0x5dffd3 
<exec_byte_code+6323>, 0x5dffd8 <exec_byte_code+6328>, 0x5dffdd 
<exec_byte_code+6333>, 0x5dfff1 <exec_byte_code+6353>, 0x5dff72 
<exec_byte_code+6226>, 0x5e047c <exec_byte_code+7516>, 0x5e0481 
<exec_byte_code+7521>, 0x5e0486 <exec_byte_code+7526>, 0x5e048b 
<exec_byte_code+7531>, 0x5e0490 <exec_byte_code+7536>, 0x5e0495 
<exec_byte_code+7541>, 0x5e04fb <exec_byte_code+7643>, 0x5e04a9 
<exec_byte_code+7561>, 0x5e075d <exec_byte_code+8253>, 0x5e0762 
<exec_byte_code+8258>, 0x5e0767 <exec_byte_code+8263>, 0x5e076c 
<exec_byte_code+8268>, 0x5e0771 <exec_byte_code+8273>, 0x5e0776 
<exec_byte_code+8278>, 0x5e06e5 <exec_byte_code+8133>, 0x5e070b 
<exec_byte_code+8171>, 0x5e0864 <exec_byte_code+8516>, 0x5e0869 
<exec_byte_code+8521>, 0x5e086e <exec_byte_code+8526>, 0x5e0873 
<exec_byte_code+8531>, 0x5e0878 <exec_byte_code+8536>, 0x5e087d 
<exec_byte_code+8541>, 0x5e07ec <exec_byte_code+8396>, 0x5e0812 
<exec_byte_code+8434>, 0x5e0985 <exec_byte_code+8805>, 0x5e098a 
<exec_byte_code+8810>, 0x5e098f <exec_byte_code+8815>, 0x5e0994 
<exec_byte_code+8820>, 0x5e0999 <exec_byte_code+8825>, 0x5e099e 
<exec_byte_code+8830>, 0x5e090d <exec_byte_code+8685>, 0x5e0933 
<exec_byte_code+8723>, 0x5e14ae <exec_byte_code+11662>, 0x5e1346 
<exec_byte_code+11302>, 0x5e1337 <exec_byte_code+11287>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e174c <exec_byte_code+12332>, 0x5e189b 
<exec_byte_code+12667>, 0x5e1925 <exec_byte_code+12805>, 0x5e19af 
<exec_byte_code+12943>, 0x5e1a38 <exec_byte_code+13080>, 0x5e029e 
<exec_byte_code+7038>, 0x5e0347 <exec_byte_code+7207>, 0x5e1aea 
<exec_byte_code+13258>, 0x5e01e3 <exec_byte_code+6851>, 0x5e03c1 
<exec_byte_code+7329>, 0x5e1b7f <exec_byte_code+13407>, 0x5e1bf9 
<exec_byte_code+13529>, 0x5e1c4a <exec_byte_code+13610>, 0x5e1cc4 
<exec_byte_code+13732>, 0x5e1d41 <exec_byte_code+13857>, 0x5e1e69 
<exec_byte_code+14153>, 0x5e1eba <exec_byte_code+14234>, 0x5e1f34 
<exec_byte_code+14356>, 0x5e1fd9 <exec_byte_code+14521>, 0x5e202a 
<exec_byte_code+14602>, 0x5e207b <exec_byte_code+14683>, 0x5e20f5 
<exec_byte_code+14805>, 0x5e216f <exec_byte_code+14927>, 0x5e21e9 
<exec_byte_code+15049>, 0x5e228e <exec_byte_code+15214>, 0x5e22f5 
<exec_byte_code+15317>, 0x5e235c <exec_byte_code+15420>, 0x5e2463 
<exec_byte_code+15683>, 0x5e2548 <exec_byte_code+15912>, 0x5e262d 
<exec_byte_code+16141>, 0x5e26a9 <exec_byte_code+16265>, 0x5e2728 
<exec_byte_code+16392>, 0x5e27a7 <exec_byte_code+16519>, 0x5e2826 
<exec_byte_code+16646>, 0x5e28a5 <exec_byte_code+16773>, 0x5e290c 
<exec_byte_code+16876>, 0x5e29f4 <exec_byte_code+17108>, 0x5e2a5b 
<exec_byte_code+17211>, 0x5e2ac2 <exec_byte_code+17314>, 0x5e2b29 
<exec_byte_code+17417>, 0x5e2c71 <exec_byte_code+17745>, 0x5e118a 
<exec_byte_code+10858>, 0x5e2ce9 <exec_byte_code+17865>, 0x5e2d3a 
<exec_byte_code+17946>, 0x5e2e2d <exec_byte_code+18189>, 0x5e2eaa 
<exec_byte_code+18314>, 0x5e2f19 <exec_byte_code+18425>, 0x5e2f6a 
<exec_byte_code+18506>, 0x5e2fc3 <exec_byte_code+18595>, 0x5e301c 
<exec_byte_code+18684>, 0x5e307d <exec_byte_code+18781>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e30e6 <exec_byte_code+18886>, 0x5e313f 
<exec_byte_code+18975>, 0x5e3198 <exec_byte_code+19064>, 0x5e31f1 
<exec_byte_code+19153>, 0x5e324a <exec_byte_code+19242>, 0x5e32a3 
<exec_byte_code+19331>, 0x5e118f <exec_byte_code+10863>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e32f4 <exec_byte_code+19412>, 0x5e335f 
<exec_byte_code+19519>, 0x5e33b0 <exec_byte_code+19600>, 0x5e3401 
<exec_byte_code+19681>, 0x5e347b <exec_byte_code+19803>, 0x5e34f5 
<exec_byte_code+19925>, 0x5e3546 <exec_byte_code+20006>, 0x5e360e 
<exec_byte_code+20206>, 0x5e3688 <exec_byte_code+20328>, 0x5e3702 
<exec_byte_code+20450>, 0x5e377c <exec_byte_code+20572>, 0x5e37d5 
<exec_byte_code+20661>, 0x5e41b9 <exec_byte_code+23193>, 0x5e10a7 
<exec_byte_code+10631>, 0x5e0a71 <exec_byte_code+9041>, 0x5e0112 
<exec_byte_code+6642>, 0x5e0b61 <exec_byte_code+9281>, 0x5e0c24 
<exec_byte_code+9476>, 0x5e0cea <exec_byte_code+9674>, 0x5e1056 
<exec_byte_code+10550>, 0x5e105b <exec_byte_code+10555>, 0x5e0679 
<exec_byte_code+8025>, 0x5e114d <exec_byte_code+10797>, 0x5e11cc 
<exec_byte_code+10924>, 0x5e1262 <exec_byte_code+11074>, 0x5e12b1 
<exec_byte_code+11153>, 0x5e1502 <exec_byte_code+11746>, 0x5e1593 
<exec_byte_code+11891>, 0x5e1638 <exec_byte_code+12056>, 0x5e16a8 
<exec_byte_code+12168>, 0x5e0a13 <exec_byte_code+8947>, 0x5e3826 
<exec_byte_code+20742>, 0x5e38cb <exec_byte_code+20907>, 0x5e391c 
<exec_byte_code+20988>, 0x5e396d <exec_byte_code+21069>, 0x5e39be 
<exec_byte_code+21150>, 0x5e3a0f <exec_byte_code+21231>, 0x5e3a89 
<exec_byte_code+21353>, 0x5e3b03 <exec_byte_code+21475>, 0x5e3b7d 
<exec_byte_code+21597>, 0x5e3bf7 <exec_byte_code+21719>, 0x5e3d60 
<exec_byte_code+22080>, 0x5e3dda <exec_byte_code+22202>, 0x5e3e54 
<exec_byte_code+22324>, 0x5e3ea5 <exec_byte_code+22405>, 0x5e3f1f 
<exec_byte_code+22527>, 0x5e3f99 <exec_byte_code+22649>, 0x5e3fea 
<exec_byte_code+22730>, 0x5e403b <exec_byte_code+22811>, 0x5e2b90 
<exec_byte_code+17520>, 0x5e2bf7 <exec_byte_code+17623>, 0x5e40a2 
<exec_byte_code+22914>, 0x5e412b <exec_byte_code+23051>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e0db0 <exec_byte_code+9872>, 0x5e0ddc 
<exec_byte_code+9916>, 0x5e0e79 <exec_byte_code+10073>, 0x5e0f16 
<exec_byte_code+10230>, 0x5e0fb6 <exec_byte_code+10390>, 0x5e1dc9 
<exec_byte_code+13993>, 0x5e23c3 <exec_byte_code+15523>, 0x5e2d8d 
<exec_byte_code+18029>, 0x5e43c3 <exec_byte_code+23715>, 0x5e445a 
<exec_byte_code+23866>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4520 <exec_byte_code+24064>, 0x5e45e2 
<exec_byte_code+24258>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4766 <exec_byte_code+24646> <repeats 64 
times>}
         const_length = 17
         bytestr_length = 108
         vectorp = 0x80a09d210
         quitcounter = 1 '\001'
         stack_items = 21
         sa_avail = 16108
         sa_count = 14
         alloc = 0x7fffffffb6b0
         stack_base = 0x7fffffffb6b0
         top = 0x7fffffffb718
         stack_lim = 0x7fffffffb758
         bytestr_data = 0x7fffffffb758 "\003:\203\r"
         pc = 0x7fffffffb7a9 ")\266\202\211К\203k"
         count = 14
         result = make_fixnum(134217848)
#29 0x0000000000577bf0 in fetch_and_exec_byte_code 
(fun=XIL(0x80a09d1dd), syms_left=make_fixnum(2050), nargs=8, 
args=0x7fffffffbe98) at eval.c:3160
#30 0x00000000005745af in funcall_lambda (fun=XIL(0x80a09d1dd), nargs=8, 
arg_vector=0x7fffffffbe98) at eval.c:3241
         val = XIL(0x100000000a5b440)
         syms_left = make_fixnum(2050)
         next = XIL(0x1900000000)
         lexenv = XIL(0x7fffffffbd80)
         count = 14
         i = 140737488338304
         optional = false
         rest = false
#31 0x0000000000573021 in Ffuncall (nargs=9, args=0x7fffffffbe90) at 
eval.c:3040
         fun = XIL(0x80a09d1dd)
         original_fun = XIL(0x809641d68)
         funcar = XIL(0x53f49b)
         numargs = 8
         val = XIL(0x209641d68)
         count = 13
#32 0x00000000004c9add in Fcompleting_read (prompt=XIL(0x80acbe2a4), 
collection=XIL(0x80a1be755), predicate=XIL(0x80c4958c5), 
require_match=XIL(0x30), initial_input=XIL(0), hist=XIL(0x809763198), 
def=XIL(0), inherit_input_method=XIL(0)) at minibuf.c:2045
#33 0x00000000005743ff in funcall_subr (subr=0x9e38b8 
<Scompleting_read>, numargs=6, args=0x7fffffffc078) at eval.c:3136
         internal_argbuf = {XIL(0x80acbe2a4), XIL(0x80a1be755), 
XIL(0x80c4958c5), XIL(0x30), XIL(0), XIL(0x809763198), XIL(0), XIL(0)}
         internal_args = 0x7fffffffbf60
#34 0x0000000000572fc6 in Ffuncall (nargs=7, args=0x7fffffffc070) at 
eval.c:3036
         fun = XIL(0x9e38bd)
         original_fun = XIL(0x809604048)
         funcar = make_fixnum(-1405592142328671197)
         numargs = 6
         val = XIL(0x80c4958c5)
         count = 12
#35 0x00000000005e08c9 in exec_byte_code (bytestr=XIL(0x80a1bf4f4), 
vector=XIL(0x80a1be505), maxdepth=make_fixnum(10), 
args_template=make_fixnum(0), nargs=0, args=0x7fffffffc7a8) at 
bytecode.c:632
         type = CATCHER
         op = 6
         targets = {0x5e41b4 <exec_byte_code+23188>, 0x5e41ea 
<exec_byte_code+23242>, 0x5e41ef <exec_byte_code+23247>, 0x5e41f4 
<exec_byte_code+23252>, 0x5e41f9 <exec_byte_code+23257>, 0x5e41fe 
<exec_byte_code+23262>, 0x5e4276 <exec_byte_code+23382>, 0x5e4305 
<exec_byte_code+23525>, 0x5dffc4 <exec_byte_code+6308>, 0x5dffc9 
<exec_byte_code+6313>, 0x5dffce <exec_byte_code+6318>, 0x5dffd3 
<exec_byte_code+6323>, 0x5dffd8 <exec_byte_code+6328>, 0x5dffdd 
<exec_byte_code+6333>, 0x5dfff1 <exec_byte_code+6353>, 0x5dff72 
<exec_byte_code+6226>, 0x5e047c <exec_byte_code+7516>, 0x5e0481 
<exec_byte_code+7521>, 0x5e0486 <exec_byte_code+7526>, 0x5e048b 
<exec_byte_code+7531>, 0x5e0490 <exec_byte_code+7536>, 0x5e0495 
<exec_byte_code+7541>, 0x5e04fb <exec_byte_code+7643>, 0x5e04a9 
<exec_byte_code+7561>, 0x5e075d <exec_byte_code+8253>, 0x5e0762 
<exec_byte_code+8258>, 0x5e0767 <exec_byte_code+8263>, 0x5e076c 
<exec_byte_code+8268>, 0x5e0771 <exec_byte_code+8273>, 0x5e0776 
<exec_byte_code+8278>, 0x5e06e5 <exec_byte_code+8133>, 0x5e070b 
<exec_byte_code+8171>, 0x5e0864 <exec_byte_code+8516>, 0x5e0869 
<exec_byte_code+8521>, 0x5e086e <exec_byte_code+8526>, 0x5e0873 
<exec_byte_code+8531>, 0x5e0878 <exec_byte_code+8536>, 0x5e087d 
<exec_byte_code+8541>, 0x5e07ec <exec_byte_code+8396>, 0x5e0812 
<exec_byte_code+8434>, 0x5e0985 <exec_byte_code+8805>, 0x5e098a 
<exec_byte_code+8810>, 0x5e098f <exec_byte_code+8815>, 0x5e0994 
<exec_byte_code+8820>, 0x5e0999 <exec_byte_code+8825>, 0x5e099e 
<exec_byte_code+8830>, 0x5e090d <exec_byte_code+8685>, 0x5e0933 
<exec_byte_code+8723>, 0x5e14ae <exec_byte_code+11662>, 0x5e1346 
<exec_byte_code+11302>, 0x5e1337 <exec_byte_code+11287>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e174c <exec_byte_code+12332>, 0x5e189b 
<exec_byte_code+12667>, 0x5e1925 <exec_byte_code+12805>, 0x5e19af 
<exec_byte_code+12943>, 0x5e1a38 <exec_byte_code+13080>, 0x5e029e 
<exec_byte_code+7038>, 0x5e0347 <exec_byte_code+7207>, 0x5e1aea 
<exec_byte_code+13258>, 0x5e01e3 <exec_byte_code+6851>, 0x5e03c1 
<exec_byte_code+7329>, 0x5e1b7f <exec_byte_code+13407>, 0x5e1bf9 
<exec_byte_code+13529>, 0x5e1c4a <exec_byte_code+13610>, 0x5e1cc4 
<exec_byte_code+13732>, 0x5e1d41 <exec_byte_code+13857>, 0x5e1e69 
<exec_byte_code+14153>, 0x5e1eba <exec_byte_code+14234>, 0x5e1f34 
<exec_byte_code+14356>, 0x5e1fd9 <exec_byte_code+14521>, 0x5e202a 
<exec_byte_code+14602>, 0x5e207b <exec_byte_code+14683>, 0x5e20f5 
<exec_byte_code+14805>, 0x5e216f <exec_byte_code+14927>, 0x5e21e9 
<exec_byte_code+15049>, 0x5e228e <exec_byte_code+15214>, 0x5e22f5 
<exec_byte_code+15317>, 0x5e235c <exec_byte_code+15420>, 0x5e2463 
<exec_byte_code+15683>, 0x5e2548 <exec_byte_code+15912>, 0x5e262d 
<exec_byte_code+16141>, 0x5e26a9 <exec_byte_code+16265>, 0x5e2728 
<exec_byte_code+16392>, 0x5e27a7 <exec_byte_code+16519>, 0x5e2826 
<exec_byte_code+16646>, 0x5e28a5 <exec_byte_code+16773>, 0x5e290c 
<exec_byte_code+16876>, 0x5e29f4 <exec_byte_code+17108>, 0x5e2a5b 
<exec_byte_code+17211>, 0x5e2ac2 <exec_byte_code+17314>, 0x5e2b29 
<exec_byte_code+17417>, 0x5e2c71 <exec_byte_code+17745>, 0x5e118a 
<exec_byte_code+10858>, 0x5e2ce9 <exec_byte_code+17865>, 0x5e2d3a 
<exec_byte_code+17946>, 0x5e2e2d <exec_byte_code+18189>, 0x5e2eaa 
<exec_byte_code+18314>, 0x5e2f19 <exec_byte_code+18425>, 0x5e2f6a 
<exec_byte_code+18506>, 0x5e2fc3 <exec_byte_code+18595>, 0x5e301c 
<exec_byte_code+18684>, 0x5e307d <exec_byte_code+18781>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e30e6 <exec_byte_code+18886>, 0x5e313f 
<exec_byte_code+18975>, 0x5e3198 <exec_byte_code+19064>, 0x5e31f1 
<exec_byte_code+19153>, 0x5e324a <exec_byte_code+19242>, 0x5e32a3 
<exec_byte_code+19331>, 0x5e118f <exec_byte_code+10863>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e32f4 <exec_byte_code+19412>, 0x5e335f 
<exec_byte_code+19519>, 0x5e33b0 <exec_byte_code+19600>, 0x5e3401 
<exec_byte_code+19681>, 0x5e347b <exec_byte_code+19803>, 0x5e34f5 
<exec_byte_code+19925>, 0x5e3546 <exec_byte_code+20006>, 0x5e360e 
<exec_byte_code+20206>, 0x5e3688 <exec_byte_code+20328>, 0x5e3702 
<exec_byte_code+20450>, 0x5e377c <exec_byte_code+20572>, 0x5e37d5 
<exec_byte_code+20661>, 0x5e41b9 <exec_byte_code+23193>, 0x5e10a7 
<exec_byte_code+10631>, 0x5e0a71 <exec_byte_code+9041>, 0x5e0112 
<exec_byte_code+6642>, 0x5e0b61 <exec_byte_code+9281>, 0x5e0c24 
<exec_byte_code+9476>, 0x5e0cea <exec_byte_code+9674>, 0x5e1056 
<exec_byte_code+10550>, 0x5e105b <exec_byte_code+10555>, 0x5e0679 
<exec_byte_code+8025>, 0x5e114d <exec_byte_code+10797>, 0x5e11cc 
<exec_byte_code+10924>, 0x5e1262 <exec_byte_code+11074>, 0x5e12b1 
<exec_byte_code+11153>, 0x5e1502 <exec_byte_code+11746>, 0x5e1593 
<exec_byte_code+11891>, 0x5e1638 <exec_byte_code+12056>, 0x5e16a8 
<exec_byte_code+12168>, 0x5e0a13 <exec_byte_code+8947>, 0x5e3826 
<exec_byte_code+20742>, 0x5e38cb <exec_byte_code+20907>, 0x5e391c 
<exec_byte_code+20988>, 0x5e396d <exec_byte_code+21069>, 0x5e39be 
<exec_byte_code+21150>, 0x5e3a0f <exec_byte_code+21231>, 0x5e3a89 
<exec_byte_code+21353>, 0x5e3b03 <exec_byte_code+21475>, 0x5e3b7d 
<exec_byte_code+21597>, 0x5e3bf7 <exec_byte_code+21719>, 0x5e3d60 
<exec_byte_code+22080>, 0x5e3dda <exec_byte_code+22202>, 0x5e3e54 
<exec_byte_code+22324>, 0x5e3ea5 <exec_byte_code+22405>, 0x5e3f1f 
<exec_byte_code+22527>, 0x5e3f99 <exec_byte_code+22649>, 0x5e3fea 
<exec_byte_code+22730>, 0x5e403b <exec_byte_code+22811>, 0x5e2b90 
<exec_byte_code+17520>, 0x5e2bf7 <exec_byte_code+17623>, 0x5e40a2 
<exec_byte_code+22914>, 0x5e412b <exec_byte_code+23051>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e0db0 <exec_byte_code+9872>, 0x5e0ddc 
<exec_byte_code+9916>, 0x5e0e79 <exec_byte_code+10073>, 0x5e0f16 
<exec_byte_code+10230>, 0x5e0fb6 <exec_byte_code+10390>, 0x5e1dc9 
<exec_byte_code+13993>, 0x5e23c3 <exec_byte_code+15523>, 0x5e2d8d 
<exec_byte_code+18029>, 0x5e43c3 <exec_byte_code+23715>, 0x5e445a 
<exec_byte_code+23866>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4520 <exec_byte_code+24064>, 0x5e45e2 
<exec_byte_code+24258>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4766 <exec_byte_code+24646> <repeats 64 
times>}
         const_length = 26
         bytestr_length = 105
         vectorp = 0x80a1be508
         quitcounter = 1 '\001'
         stack_items = 11
         sa_avail = 16191
         sa_count = 11
         alloc = 0x7fffffffc050
         stack_base = 0x7fffffffc050
         top = 0x7fffffffc070
         stack_lim = 0x7fffffffc0a8
         bytestr_data = 0x7fffffffc0a8 
"p\302\303\304!\211\305\306\004\004#M\210\305\307\002\"\216\310\311\002\"\210\312\b\313=\203\""
         pc = 0x7fffffffc10f ")\207\305\377\377\377\177"
         count = 11
         result = XIL(0x7fffffffc2a0)
#36 0x0000000000577bf0 in fetch_and_exec_byte_code 
(fun=XIL(0x80a1be4d5), syms_left=make_fixnum(0), nargs=0, 
args=0x7fffffffc7a8) at eval.c:3160
#37 0x00000000005745af in funcall_lambda (fun=XIL(0x80a1be4d5), nargs=0, 
arg_vector=0x7fffffffc7a8) at eval.c:3241
         val = XIL(0x100000000a5b440)
         syms_left = make_fixnum(0)
         next = XIL(0x1900000000)
         lexenv = XIL(0x7fffffffc6d0)
         count = 11
         i = 140737488340688
         optional = false
         rest = false
#38 0x0000000000573021 in Ffuncall (nargs=1, args=0x7fffffffc7a0) at 
eval.c:3040
         fun = XIL(0x80a1be4d5)
         original_fun = XIL(0x809763060)
         funcar = XIL(0x53f49b)
         numargs = 0
         val = XIL(0x200000000)
         count = 10
#39 0x00000000005e08c9 in exec_byte_code (bytestr=XIL(0x80a1bf724), 
vector=XIL(0x80a1bf6fd), maxdepth=make_fixnum(3), args_template=XIL(0), 
nargs=0, args=0x0) at bytecode.c:632
         type = (CATCHER_ALL | unknown: 0x24)
         op = 0
         targets = {0x5e41b4 <exec_byte_code+23188>, 0x5e41ea 
<exec_byte_code+23242>, 0x5e41ef <exec_byte_code+23247>, 0x5e41f4 
<exec_byte_code+23252>, 0x5e41f9 <exec_byte_code+23257>, 0x5e41fe 
<exec_byte_code+23262>, 0x5e4276 <exec_byte_code+23382>, 0x5e4305 
<exec_byte_code+23525>, 0x5dffc4 <exec_byte_code+6308>, 0x5dffc9 
<exec_byte_code+6313>, 0x5dffce <exec_byte_code+6318>, 0x5dffd3 
<exec_byte_code+6323>, 0x5dffd8 <exec_byte_code+6328>, 0x5dffdd 
<exec_byte_code+6333>, 0x5dfff1 <exec_byte_code+6353>, 0x5dff72 
<exec_byte_code+6226>, 0x5e047c <exec_byte_code+7516>, 0x5e0481 
<exec_byte_code+7521>, 0x5e0486 <exec_byte_code+7526>, 0x5e048b 
<exec_byte_code+7531>, 0x5e0490 <exec_byte_code+7536>, 0x5e0495 
<exec_byte_code+7541>, 0x5e04fb <exec_byte_code+7643>, 0x5e04a9 
<exec_byte_code+7561>, 0x5e075d <exec_byte_code+8253>, 0x5e0762 
<exec_byte_code+8258>, 0x5e0767 <exec_byte_code+8263>, 0x5e076c 
<exec_byte_code+8268>, 0x5e0771 <exec_byte_code+8273>, 0x5e0776 
<exec_byte_code+8278>, 0x5e06e5 <exec_byte_code+8133>, 0x5e070b 
<exec_byte_code+8171>, 0x5e0864 <exec_byte_code+8516>, 0x5e0869 
<exec_byte_code+8521>, 0x5e086e <exec_byte_code+8526>, 0x5e0873 
<exec_byte_code+8531>, 0x5e0878 <exec_byte_code+8536>, 0x5e087d 
<exec_byte_code+8541>, 0x5e07ec <exec_byte_code+8396>, 0x5e0812 
<exec_byte_code+8434>, 0x5e0985 <exec_byte_code+8805>, 0x5e098a 
<exec_byte_code+8810>, 0x5e098f <exec_byte_code+8815>, 0x5e0994 
<exec_byte_code+8820>, 0x5e0999 <exec_byte_code+8825>, 0x5e099e 
<exec_byte_code+8830>, 0x5e090d <exec_byte_code+8685>, 0x5e0933 
<exec_byte_code+8723>, 0x5e14ae <exec_byte_code+11662>, 0x5e1346 
<exec_byte_code+11302>, 0x5e1337 <exec_byte_code+11287>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e174c <exec_byte_code+12332>, 0x5e189b 
<exec_byte_code+12667>, 0x5e1925 <exec_byte_code+12805>, 0x5e19af 
<exec_byte_code+12943>, 0x5e1a38 <exec_byte_code+13080>, 0x5e029e 
<exec_byte_code+7038>, 0x5e0347 <exec_byte_code+7207>, 0x5e1aea 
<exec_byte_code+13258>, 0x5e01e3 <exec_byte_code+6851>, 0x5e03c1 
<exec_byte_code+7329>, 0x5e1b7f <exec_byte_code+13407>, 0x5e1bf9 
<exec_byte_code+13529>, 0x5e1c4a <exec_byte_code+13610>, 0x5e1cc4 
<exec_byte_code+13732>, 0x5e1d41 <exec_byte_code+13857>, 0x5e1e69 
<exec_byte_code+14153>, 0x5e1eba <exec_byte_code+14234>, 0x5e1f34 
<exec_byte_code+14356>, 0x5e1fd9 <exec_byte_code+14521>, 0x5e202a 
<exec_byte_code+14602>, 0x5e207b <exec_byte_code+14683>, 0x5e20f5 
<exec_byte_code+14805>, 0x5e216f <exec_byte_code+14927>, 0x5e21e9 
<exec_byte_code+15049>, 0x5e228e <exec_byte_code+15214>, 0x5e22f5 
<exec_byte_code+15317>, 0x5e235c <exec_byte_code+15420>, 0x5e2463 
<exec_byte_code+15683>, 0x5e2548 <exec_byte_code+15912>, 0x5e262d 
<exec_byte_code+16141>, 0x5e26a9 <exec_byte_code+16265>, 0x5e2728 
<exec_byte_code+16392>, 0x5e27a7 <exec_byte_code+16519>, 0x5e2826 
<exec_byte_code+16646>, 0x5e28a5 <exec_byte_code+16773>, 0x5e290c 
<exec_byte_code+16876>, 0x5e29f4 <exec_byte_code+17108>, 0x5e2a5b 
<exec_byte_code+17211>, 0x5e2ac2 <exec_byte_code+17314>, 0x5e2b29 
<exec_byte_code+17417>, 0x5e2c71 <exec_byte_code+17745>, 0x5e118a 
<exec_byte_code+10858>, 0x5e2ce9 <exec_byte_code+17865>, 0x5e2d3a 
<exec_byte_code+17946>, 0x5e2e2d <exec_byte_code+18189>, 0x5e2eaa 
<exec_byte_code+18314>, 0x5e2f19 <exec_byte_code+18425>, 0x5e2f6a 
<exec_byte_code+18506>, 0x5e2fc3 <exec_byte_code+18595>, 0x5e301c 
<exec_byte_code+18684>, 0x5e307d <exec_byte_code+18781>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e30e6 <exec_byte_code+18886>, 0x5e313f 
<exec_byte_code+18975>, 0x5e3198 <exec_byte_code+19064>, 0x5e31f1 
<exec_byte_code+19153>, 0x5e324a <exec_byte_code+19242>, 0x5e32a3 
<exec_byte_code+19331>, 0x5e118f <exec_byte_code+10863>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e32f4 <exec_byte_code+19412>, 0x5e335f 
<exec_byte_code+19519>, 0x5e33b0 <exec_byte_code+19600>, 0x5e3401 
<exec_byte_code+19681>, 0x5e347b <exec_byte_code+19803>, 0x5e34f5 
<exec_byte_code+19925>, 0x5e3546 <exec_byte_code+20006>, 0x5e360e 
<exec_byte_code+20206>, 0x5e3688 <exec_byte_code+20328>, 0x5e3702 
<exec_byte_code+20450>, 0x5e377c <exec_byte_code+20572>, 0x5e37d5 
<exec_byte_code+20661>, 0x5e41b9 <exec_byte_code+23193>, 0x5e10a7 
<exec_byte_code+10631>, 0x5e0a71 <exec_byte_code+9041>, 0x5e0112 
<exec_byte_code+6642>, 0x5e0b61 <exec_byte_code+9281>, 0x5e0c24 
<exec_byte_code+9476>, 0x5e0cea <exec_byte_code+9674>, 0x5e1056 
<exec_byte_code+10550>, 0x5e105b <exec_byte_code+10555>, 0x5e0679 
<exec_byte_code+8025>, 0x5e114d <exec_byte_code+10797>, 0x5e11cc 
<exec_byte_code+10924>, 0x5e1262 <exec_byte_code+11074>, 0x5e12b1 
<exec_byte_code+11153>, 0x5e1502 <exec_byte_code+11746>, 0x5e1593 
<exec_byte_code+11891>, 0x5e1638 <exec_byte_code+12056>, 0x5e16a8 
<exec_byte_code+12168>, 0x5e0a13 <exec_byte_code+8947>, 0x5e3826 
<exec_byte_code+20742>, 0x5e38cb <exec_byte_code+20907>, 0x5e391c 
<exec_byte_code+20988>, 0x5e396d <exec_byte_code+21069>, 0x5e39be 
<exec_byte_code+21150>, 0x5e3a0f <exec_byte_code+21231>, 0x5e3a89 
<exec_byte_code+21353>, 0x5e3b03 <exec_byte_code+21475>, 0x5e3b7d 
<exec_byte_code+21597>, 0x5e3bf7 <exec_byte_code+21719>, 0x5e3d60 
<exec_byte_code+22080>, 0x5e3dda <exec_byte_code+22202>, 0x5e3e54 
<exec_byte_code+22324>, 0x5e3ea5 <exec_byte_code+22405>, 0x5e3f1f 
<exec_byte_code+22527>, 0x5e3f99 <exec_byte_code+22649>, 0x5e3fea 
<exec_byte_code+22730>, 0x5e403b <exec_byte_code+22811>, 0x5e2b90 
<exec_byte_code+17520>, 0x5e2bf7 <exec_byte_code+17623>, 0x5e40a2 
<exec_byte_code+22914>, 0x5e412b <exec_byte_code+23051>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e0db0 <exec_byte_code+9872>, 0x5e0ddc 
<exec_byte_code+9916>, 0x5e0e79 <exec_byte_code+10073>, 0x5e0f16 
<exec_byte_code+10230>, 0x5e0fb6 <exec_byte_code+10390>, 0x5e1dc9 
<exec_byte_code+13993>, 0x5e23c3 <exec_byte_code+15523>, 0x5e2d8d 
<exec_byte_code+18029>, 0x5e43c3 <exec_byte_code+23715>, 0x5e445a 
<exec_byte_code+23866>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4520 <exec_byte_code+24064>, 0x5e45e2 
<exec_byte_code+24258>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4766 <exec_byte_code+24646> <repeats 64 
times>}
         const_length = 4
         bytestr_length = 9
         vectorp = 0x80a1bf700
         quitcounter = 1 '\001'
         stack_items = 4
         sa_avail = 16343
         sa_count = 9
         alloc = 0x7fffffffc790
         stack_base = 0x7fffffffc790
         top = 0x7fffffffc7a0
         stack_lim = 0x7fffffffc7b0
         bytestr_data = 0x7fffffffc7b0 "\302\030\t\303 \bE)\207", 
<incomplete sequence \347\135>
         pc = 0x7fffffffc7b5 "\bE)\207", <incomplete sequence \347\135>
         count = 9
         result = XIL(0x80972a500)
#40 0x00000000005de5fb in Fbyte_code (bytestr=XIL(0x80a1bf724), 
vector=XIL(0x80a1bf6fd), maxdepth=make_fixnum(3)) at bytecode.c:334
#41 0x0000000000567891 in eval_sub (form=XIL(0x80a1bf6cb)) at 
eval.c:2517
         i = 3
         maxargs = 3
         args_left = XIL(0)
         numargs = 3
         original_fun = XIL(0x8095b9b68)
         original_args = XIL(0x80a1bf6db)
         count = 8
         fun = XIL(0x9ea39d)
         val = XIL(0x7fffffffce10)
         funcar = XIL(0x8910)
         argvals = {XIL(0x80a1bf724), XIL(0x80a1bf6fd), make_fixnum(3), 
XIL(0), XIL(0x300000000), XIL(0x80a6dc460), XIL(0), XIL(0xa63d50)}
#42 0x000000000056de51 in Feval (form=XIL(0x80a1bf6cb), lexical=XIL(0)) 
at eval.c:2340
         count = 7
#43 0x0000000000561313 in Fcall_interactively 
(function=XIL(0x809764200), record_flag=XIL(0), keys=XIL(0x80a6c9c5d)) 
at callint.c:334
         funval = XIL(0x80a1bf695)
         events = 1
         input = XIL(0x80a1bf6cb)
         speccount = 6
         arg_from_tty = false
         key_count = 1
         record_then_fail = false
         save_this_command = XIL(0x809764200)
         save_this_original_command = XIL(0x809764200)
         save_real_this_command = XIL(0x809764200)
         save_last_command = XIL(0)
         prefix_arg = XIL(0)
         enable = XIL(0)
         up_event = XIL(0)
         form = XIL(0x80bc9fbd3)
         specs = XIL(0x80a1bf6cb)
         sa_avail = 34522657568
         sa_count = 5501470
         string_len = 140737488344560
         string = 0x80a01ae08 "\004"
         string_end = 0x80a01ae08 "\004"
         next_event = 5492138
         nargs = 38654705664
         args = 0x548374 <PSEUDOVECTORP+68>
         visargs = 0x7fffffffd4a0
         varies = 0x80bc44640 "\031\340\002\t"
         tem = 0x90a12b684 <error: Cannot access memory at address 
0x90a12b684>
         val = XIL(0)
#44 0x000000000057424e in funcall_subr (subr=0x9e75a8 
<Scall_interactively>, numargs=3, args=0x7fffffffd750) at eval.c:3116
         internal_argbuf = {XIL(0x7fffffffd650), XIL(0x577af4), 
XIL(0x7fffffffd650), XIL(0x1000000000), XIL(0x9e75ad), 
XIL(0x100000000a5b440), XIL(0x7fffffffd670), make_fixnum(1422914)}
         internal_args = 0x7fffffffd750
#45 0x0000000000572fc6 in Ffuncall (nargs=4, args=0x7fffffffd748) at 
eval.c:3036
         fun = XIL(0x9e75ad)
         original_fun = XIL(0x8095bffe8)
         funcar = XIL(0xa5b440)
         numargs = 3
         val = XIL(0)
         count = 5
#46 0x00000000005e08c9 in exec_byte_code (bytestr=XIL(0x80a104894), 
vector=XIL(0x80a1044fd), maxdepth=make_fixnum(13), 
args_template=make_fixnum(1025), nargs=1, args=0x7fffffffdea8) at 
bytecode.c:632
         type = CATCHER
         op = 3
         targets = {0x5e41b4 <exec_byte_code+23188>, 0x5e41ea 
<exec_byte_code+23242>, 0x5e41ef <exec_byte_code+23247>, 0x5e41f4 
<exec_byte_code+23252>, 0x5e41f9 <exec_byte_code+23257>, 0x5e41fe 
<exec_byte_code+23262>, 0x5e4276 <exec_byte_code+23382>, 0x5e4305 
<exec_byte_code+23525>, 0x5dffc4 <exec_byte_code+6308>, 0x5dffc9 
<exec_byte_code+6313>, 0x5dffce <exec_byte_code+6318>, 0x5dffd3 
<exec_byte_code+6323>, 0x5dffd8 <exec_byte_code+6328>, 0x5dffdd 
<exec_byte_code+6333>, 0x5dfff1 <exec_byte_code+6353>, 0x5dff72 
<exec_byte_code+6226>, 0x5e047c <exec_byte_code+7516>, 0x5e0481 
<exec_byte_code+7521>, 0x5e0486 <exec_byte_code+7526>, 0x5e048b 
<exec_byte_code+7531>, 0x5e0490 <exec_byte_code+7536>, 0x5e0495 
<exec_byte_code+7541>, 0x5e04fb <exec_byte_code+7643>, 0x5e04a9 
<exec_byte_code+7561>, 0x5e075d <exec_byte_code+8253>, 0x5e0762 
<exec_byte_code+8258>, 0x5e0767 <exec_byte_code+8263>, 0x5e076c 
<exec_byte_code+8268>, 0x5e0771 <exec_byte_code+8273>, 0x5e0776 
<exec_byte_code+8278>, 0x5e06e5 <exec_byte_code+8133>, 0x5e070b 
<exec_byte_code+8171>, 0x5e0864 <exec_byte_code+8516>, 0x5e0869 
<exec_byte_code+8521>, 0x5e086e <exec_byte_code+8526>, 0x5e0873 
<exec_byte_code+8531>, 0x5e0878 <exec_byte_code+8536>, 0x5e087d 
<exec_byte_code+8541>, 0x5e07ec <exec_byte_code+8396>, 0x5e0812 
<exec_byte_code+8434>, 0x5e0985 <exec_byte_code+8805>, 0x5e098a 
<exec_byte_code+8810>, 0x5e098f <exec_byte_code+8815>, 0x5e0994 
<exec_byte_code+8820>, 0x5e0999 <exec_byte_code+8825>, 0x5e099e 
<exec_byte_code+8830>, 0x5e090d <exec_byte_code+8685>, 0x5e0933 
<exec_byte_code+8723>, 0x5e14ae <exec_byte_code+11662>, 0x5e1346 
<exec_byte_code+11302>, 0x5e1337 <exec_byte_code+11287>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e174c <exec_byte_code+12332>, 0x5e189b 
<exec_byte_code+12667>, 0x5e1925 <exec_byte_code+12805>, 0x5e19af 
<exec_byte_code+12943>, 0x5e1a38 <exec_byte_code+13080>, 0x5e029e 
<exec_byte_code+7038>, 0x5e0347 <exec_byte_code+7207>, 0x5e1aea 
<exec_byte_code+13258>, 0x5e01e3 <exec_byte_code+6851>, 0x5e03c1 
<exec_byte_code+7329>, 0x5e1b7f <exec_byte_code+13407>, 0x5e1bf9 
<exec_byte_code+13529>, 0x5e1c4a <exec_byte_code+13610>, 0x5e1cc4 
<exec_byte_code+13732>, 0x5e1d41 <exec_byte_code+13857>, 0x5e1e69 
<exec_byte_code+14153>, 0x5e1eba <exec_byte_code+14234>, 0x5e1f34 
<exec_byte_code+14356>, 0x5e1fd9 <exec_byte_code+14521>, 0x5e202a 
<exec_byte_code+14602>, 0x5e207b <exec_byte_code+14683>, 0x5e20f5 
<exec_byte_code+14805>, 0x5e216f <exec_byte_code+14927>, 0x5e21e9 
<exec_byte_code+15049>, 0x5e228e <exec_byte_code+15214>, 0x5e22f5 
<exec_byte_code+15317>, 0x5e235c <exec_byte_code+15420>, 0x5e2463 
<exec_byte_code+15683>, 0x5e2548 <exec_byte_code+15912>, 0x5e262d 
<exec_byte_code+16141>, 0x5e26a9 <exec_byte_code+16265>, 0x5e2728 
<exec_byte_code+16392>, 0x5e27a7 <exec_byte_code+16519>, 0x5e2826 
<exec_byte_code+16646>, 0x5e28a5 <exec_byte_code+16773>, 0x5e290c 
<exec_byte_code+16876>, 0x5e29f4 <exec_byte_code+17108>, 0x5e2a5b 
<exec_byte_code+17211>, 0x5e2ac2 <exec_byte_code+17314>, 0x5e2b29 
<exec_byte_code+17417>, 0x5e2c71 <exec_byte_code+17745>, 0x5e118a 
<exec_byte_code+10858>, 0x5e2ce9 <exec_byte_code+17865>, 0x5e2d3a 
<exec_byte_code+17946>, 0x5e2e2d <exec_byte_code+18189>, 0x5e2eaa 
<exec_byte_code+18314>, 0x5e2f19 <exec_byte_code+18425>, 0x5e2f6a 
<exec_byte_code+18506>, 0x5e2fc3 <exec_byte_code+18595>, 0x5e301c 
<exec_byte_code+18684>, 0x5e307d <exec_byte_code+18781>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e30e6 <exec_byte_code+18886>, 0x5e313f 
<exec_byte_code+18975>, 0x5e3198 <exec_byte_code+19064>, 0x5e31f1 
<exec_byte_code+19153>, 0x5e324a <exec_byte_code+19242>, 0x5e32a3 
<exec_byte_code+19331>, 0x5e118f <exec_byte_code+10863>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e32f4 <exec_byte_code+19412>, 0x5e335f 
<exec_byte_code+19519>, 0x5e33b0 <exec_byte_code+19600>, 0x5e3401 
<exec_byte_code+19681>, 0x5e347b <exec_byte_code+19803>, 0x5e34f5 
<exec_byte_code+19925>, 0x5e3546 <exec_byte_code+20006>, 0x5e360e 
<exec_byte_code+20206>, 0x5e3688 <exec_byte_code+20328>, 0x5e3702 
<exec_byte_code+20450>, 0x5e377c <exec_byte_code+20572>, 0x5e37d5 
<exec_byte_code+20661>, 0x5e41b9 <exec_byte_code+23193>, 0x5e10a7 
<exec_byte_code+10631>, 0x5e0a71 <exec_byte_code+9041>, 0x5e0112 
<exec_byte_code+6642>, 0x5e0b61 <exec_byte_code+9281>, 0x5e0c24 
<exec_byte_code+9476>, 0x5e0cea <exec_byte_code+9674>, 0x5e1056 
<exec_byte_code+10550>, 0x5e105b <exec_byte_code+10555>, 0x5e0679 
<exec_byte_code+8025>, 0x5e114d <exec_byte_code+10797>, 0x5e11cc 
<exec_byte_code+10924>, 0x5e1262 <exec_byte_code+11074>, 0x5e12b1 
<exec_byte_code+11153>, 0x5e1502 <exec_byte_code+11746>, 0x5e1593 
<exec_byte_code+11891>, 0x5e1638 <exec_byte_code+12056>, 0x5e16a8 
<exec_byte_code+12168>, 0x5e0a13 <exec_byte_code+8947>, 0x5e3826 
<exec_byte_code+20742>, 0x5e38cb <exec_byte_code+20907>, 0x5e391c 
<exec_byte_code+20988>, 0x5e396d <exec_byte_code+21069>, 0x5e39be 
<exec_byte_code+21150>, 0x5e3a0f <exec_byte_code+21231>, 0x5e3a89 
<exec_byte_code+21353>, 0x5e3b03 <exec_byte_code+21475>, 0x5e3b7d 
<exec_byte_code+21597>, 0x5e3bf7 <exec_byte_code+21719>, 0x5e3d60 
<exec_byte_code+22080>, 0x5e3dda <exec_byte_code+22202>, 0x5e3e54 
<exec_byte_code+22324>, 0x5e3ea5 <exec_byte_code+22405>, 0x5e3f1f 
<exec_byte_code+22527>, 0x5e3f99 <exec_byte_code+22649>, 0x5e3fea 
<exec_byte_code+22730>, 0x5e403b <exec_byte_code+22811>, 0x5e2b90 
<exec_byte_code+17520>, 0x5e2bf7 <exec_byte_code+17623>, 0x5e40a2 
<exec_byte_code+22914>, 0x5e412b <exec_byte_code+23051>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e0db0 <exec_byte_code+9872>, 0x5e0ddc 
<exec_byte_code+9916>, 0x5e0e79 <exec_byte_code+10073>, 0x5e0f16 
<exec_byte_code+10230>, 0x5e0fb6 <exec_byte_code+10390>, 0x5e1dc9 
<exec_byte_code+13993>, 0x5e23c3 <exec_byte_code+15523>, 0x5e2d8d 
<exec_byte_code+18029>, 0x5e43c3 <exec_byte_code+23715>, 0x5e445a 
<exec_byte_code+23866>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4520 <exec_byte_code+24064>, 0x5e45e2 
<exec_byte_code+24258>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e41b9 <exec_byte_code+23193>, 0x5e41b9 
<exec_byte_code+23193>, 0x5e4766 <exec_byte_code+24646> <repeats 64 
times>}
         const_length = 24
         bytestr_length = 138
         vectorp = 0x80a104500
         quitcounter = 1 '\001'
         stack_items = 14
         sa_avail = 16134
         sa_count = 5
         alloc = 0x7fffffffd710
         stack_base = 0x7fffffffd710
         top = 0x7fffffffd748
         stack_lim = 0x7fffffffd780
         bytestr_data = 0x7fffffffd780 "\304\020\211?\205\023"
         pc = 0x7fffffffd7e2 "\006\006\071\203\211"
         count = 5
         result = make_fixnum(0)
#47 0x0000000000577bf0 in fetch_and_exec_byte_code 
(fun=XIL(0x80a1044cd), syms_left=make_fixnum(1025), nargs=1, 
args=0x7fffffffdea0) at eval.c:3160
#48 0x00000000005745af in funcall_lambda (fun=XIL(0x80a1044cd), nargs=1, 
arg_vector=0x7fffffffdea0) at eval.c:3241
         val = XIL(0x100000000a5b440)
         syms_left = make_fixnum(1025)
         next = XIL(0x1900000000)
         lexenv = XIL(0x7fffffffddc0)
         count = 5
         i = 140737488346560
         optional = false
         rest = false
#49 0x0000000000573021 in Ffuncall (nargs=2, args=0x7fffffffde98) at 
eval.c:3040
         fun = XIL(0x80a1044cd)
         original_fun = XIL(0x44d0)
         funcar = XIL(0)
         numargs = 1
         val = XIL(0xea00)
         count = 4
#50 0x0000000000573b6c in call1 (fn=XIL(0x44d0), arg1=XIL(0x809764200)) 
at eval.c:2896
#51 0x000000000046ea1e in command_loop_1 () at keyboard.c:1466
         scount = 3
         cmd = XIL(0x809764200)
         keybuf = {make_fixnum(134217848), XIL(0xffffe100), 
XIL(0x7fffffffe130), make_fixnum(1414821), XIL(0x1ffffe0e0), 
XIL(0x809b646b3), XIL(0), XIL(0), XIL(0x7fffffffe100), XIL(0), 
XIL(0x809b646b3), XIL(0x3), make_fixnum(2), XIL(0), XIL(0), 
XIL(0xa5b440), XIL(0x7fffffffe140), XIL(0x564dcb), XIL(0x7fffffffe180), 
XIL(0x56de5d), XIL(0x7fffffffe170), XIL(0x56c9f3), XIL(0x809a19480), 
XIL(0x100000000), XIL(0x90), XIL(0x809a19480), XIL(0x7fffffffe1a0), 
XIL(0x564f5b), XIL(0x7fffffffe1a0), XIL(0x809a19480)}
         i = 1
         prev_modiff = 43
         prev_buffer = 0x80c462720
         already_adjusted = false
#52 0x000000000056c2f7 in internal_condition_case (bfun=0x46e0a0 
<command_loop_1>, handlers=XIL(0x90), hfun=0x486b80 <cmd_error>) at 
eval.c:1475
         val = XIL(0x90)
         c = 0x809a19480
#53 0x0000000000486a92 in command_loop_2 (ignore=XIL(0)) at 
keyboard.c:1094
         val = XIL(0xa6c9b53)
#54 0x000000000056b825 in internal_catch (tag=XIL(0xe340), func=0x486a60 
<command_loop_2>, arg=XIL(0)) at eval.c:1198
         val = XIL(0)
         c = 0x809a193c0
#55 0x000000000046d4f4 in command_loop () at keyboard.c:1073
#56 0x000000000046d32c in recursive_edit_1 () at keyboard.c:720
         count = 1
         val = XIL(0)
#57 0x000000000046d6ae in Frecursive_edit () at keyboard.c:789
         count = 0
         buffer = XIL(0)
#58 0x000000000046a754 in main (argc=1, argv=0x7fffffffe5a0) at 
emacs.c:2297
         stack_bottom_variable = 0x0
         no_loadup = false
         junk = 0x0
         dname_arg = 0x0
         ch_to_dir = 0x0
         original_pwd = 0x0
         dump_mode = 0x0
         skip_args = 0
         temacs = 0x0
         attempt_load_pdump = true
         rlim = {
           rlim_cur = 536870912,
           rlim_max = 536870912
         }
         lc_all = 0x0
         sockfd = -1
         module_assertions = false

Lisp Backtrace:
"active-minibuffer-window" (0xffff9e70)
"minibuffer-window-active-p" (0xffffa500)
"powerline-set-selected-window" (0xffffac98)
"run-hooks" (0xffffae60)
"read-from-minibuffer" (0xffffb720)
"completing-read-default" (0xffffbe98)
"completing-read" (0xffffc078)
"read-extended-command" (0xffffc7a8)
"byte-code" (0xffffce30)
"call-interactively" (0xffffd750)
"command-execute" (0xffffdea0)
==============================================================================================================

The last version of emacs which I used and worked with above mentioned 
configuration for me was d53ee1c. The only version I tried after d53ee1c 
is 0a68159.

I'm happy to try/test any patches, if you like me to.

References:
[0] https://github.com/milkypostman/powerline.git

Thanks!
-- 
“There was truth and there was untruth, and if you clung to the truth 
even against the whole world, you were not mad.”
        -- George Orwell, "Nineteen Eighty-Four"



             reply	other threads:[~2021-05-15 12:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-15 12:43 Ashish SHUKLA [this message]
2021-05-15 13:18 ` Emacs 0a68159 crashing with powerline package Eli Zaretskii
2021-05-15 14:32   ` Ashish SHUKLA

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=ec4fed285850394bf27fd601827f5d17@lostca.se \
    --to=ashish.is@lostca.se \
    --cc=emacs-devel@gnu.org \
    --cc=emacs@FreeBSD.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 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).