From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ashish SHUKLA Newsgroups: gmane.emacs.devel Subject: Emacs 0a68159 crashing with powerline package Date: Sat, 15 May 2021 18:13:54 +0530 Message-ID: Reply-To: ashish.is@lostca.se Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2229"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Roundcube Webmail/1.4.10 Cc: emacs@FreeBSD.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 15 14:47:13 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lhthI-0000M8-2k for ged-emacs-devel@m.gmane-mx.org; Sat, 15 May 2021 14:47:12 +0200 Original-Received: from localhost ([::1]:48904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lhthH-0003aN-2M for ged-emacs-devel@m.gmane-mx.org; Sat, 15 May 2021 08:47:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhteh-000229-3J for emacs-devel@gnu.org; Sat, 15 May 2021 08:44:31 -0400 Original-Received: from aloka.lostca.se ([178.63.46.202]:40481) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhtea-0004v3-PG for emacs-devel@gnu.org; Sat, 15 May 2021 08:44:30 -0400 Original-Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id 90AC0BE3E; Sat, 15 May 2021 12:44:01 +0000 (UTC) X-Envelope-From: Original-Received: from email.lostca.se (aloka [IPv6:::1]) by aloka.lostca.se (Postfix) with ESMTP; Sat, 15 May 2021 12:43:54 +0000 (UTC) X-Sender: ashish.is@lostca.se Received-SPF: pass client-ip=178.63.46.202; envelope-from=ashish.is@lostca.se; helo=aloka.lostca.se X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:269305 Archived-At: 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 , 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 , 0x5e41ea , 0x5e41ef , 0x5e41f4 , 0x5e41f9 , 0x5e41fe , 0x5e4276 , 0x5e4305 , 0x5dffc4 , 0x5dffc9 , 0x5dffce , 0x5dffd3 , 0x5dffd8 , 0x5dffdd , 0x5dfff1 , 0x5dff72 , 0x5e047c , 0x5e0481 , 0x5e0486 , 0x5e048b , 0x5e0490 , 0x5e0495 , 0x5e04fb , 0x5e04a9 , 0x5e075d , 0x5e0762 , 0x5e0767 , 0x5e076c , 0x5e0771 , 0x5e0776 , 0x5e06e5 , 0x5e070b , 0x5e0864 , 0x5e0869 , 0x5e086e , 0x5e0873 , 0x5e0878 , 0x5e087d , 0x5e07ec , 0x5e0812 , 0x5e0985 , 0x5e098a , 0x5e098f , 0x5e0994 , 0x5e0999 , 0x5e099e , 0x5e090d , 0x5e0933 , 0x5e14ae , 0x5e1346 , 0x5e1337 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e174c , 0x5e189b , 0x5e1925 , 0x5e19af , 0x5e1a38 , 0x5e029e , 0x5e0347 , 0x5e1aea , 0x5e01e3 , 0x5e03c1 , 0x5e1b7f , 0x5e1bf9 , 0x5e1c4a , 0x5e1cc4 , 0x5e1d41 , 0x5e1e69 , 0x5e1eba , 0x5e1f34 , 0x5e1fd9 , 0x5e202a , 0x5e207b , 0x5e20f5 , 0x5e216f , 0x5e21e9 , 0x5e228e , 0x5e22f5 , 0x5e235c , 0x5e2463 , 0x5e2548 , 0x5e262d , 0x5e26a9 , 0x5e2728 , 0x5e27a7 , 0x5e2826 , 0x5e28a5 , 0x5e290c , 0x5e29f4 , 0x5e2a5b , 0x5e2ac2 , 0x5e2b29 , 0x5e2c71 , 0x5e118a , 0x5e2ce9 , 0x5e2d3a , 0x5e2e2d , 0x5e2eaa , 0x5e2f19 , 0x5e2f6a , 0x5e2fc3 , 0x5e301c , 0x5e307d , 0x5e41b9 , 0x5e30e6 , 0x5e313f , 0x5e3198 , 0x5e31f1 , 0x5e324a , 0x5e32a3 , 0x5e118f , 0x5e41b9 , 0x5e32f4 , 0x5e335f , 0x5e33b0 , 0x5e3401 , 0x5e347b , 0x5e34f5 , 0x5e3546 , 0x5e360e , 0x5e3688 , 0x5e3702 , 0x5e377c , 0x5e37d5 , 0x5e41b9 , 0x5e10a7 , 0x5e0a71 , 0x5e0112 , 0x5e0b61 , 0x5e0c24 , 0x5e0cea , 0x5e1056 , 0x5e105b , 0x5e0679 , 0x5e114d , 0x5e11cc , 0x5e1262 , 0x5e12b1 , 0x5e1502 , 0x5e1593 , 0x5e1638 , 0x5e16a8 , 0x5e0a13 , 0x5e3826 , 0x5e38cb , 0x5e391c , 0x5e396d , 0x5e39be , 0x5e3a0f , 0x5e3a89 , 0x5e3b03 , 0x5e3b7d , 0x5e3bf7 , 0x5e3d60 , 0x5e3dda , 0x5e3e54 , 0x5e3ea5 , 0x5e3f1f , 0x5e3f99 , 0x5e3fea , 0x5e403b , 0x5e2b90 , 0x5e2bf7 , 0x5e40a2 , 0x5e412b , 0x5e41b9 , 0x5e0db0 , 0x5e0ddc , 0x5e0e79 , 0x5e0f16 , 0x5e0fb6 , 0x5e1dc9 , 0x5e23c3 , 0x5e2d8d , 0x5e43c3 , 0x5e445a , 0x5e41b9 , 0x5e41b9 , 0x5e4520 , 0x5e45e2 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e4766 } 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 , 0x5e41ea , 0x5e41ef , 0x5e41f4 , 0x5e41f9 , 0x5e41fe , 0x5e4276 , 0x5e4305 , 0x5dffc4 , 0x5dffc9 , 0x5dffce , 0x5dffd3 , 0x5dffd8 , 0x5dffdd , 0x5dfff1 , 0x5dff72 , 0x5e047c , 0x5e0481 , 0x5e0486 , 0x5e048b , 0x5e0490 , 0x5e0495 , 0x5e04fb , 0x5e04a9 , 0x5e075d , 0x5e0762 , 0x5e0767 , 0x5e076c , 0x5e0771 , 0x5e0776 , 0x5e06e5 , 0x5e070b , 0x5e0864 , 0x5e0869 , 0x5e086e , 0x5e0873 , 0x5e0878 , 0x5e087d , 0x5e07ec , 0x5e0812 , 0x5e0985 , 0x5e098a , 0x5e098f , 0x5e0994 , 0x5e0999 , 0x5e099e , 0x5e090d , 0x5e0933 , 0x5e14ae , 0x5e1346 , 0x5e1337 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e174c , 0x5e189b , 0x5e1925 , 0x5e19af , 0x5e1a38 , 0x5e029e , 0x5e0347 , 0x5e1aea , 0x5e01e3 , 0x5e03c1 , 0x5e1b7f , 0x5e1bf9 , 0x5e1c4a , 0x5e1cc4 , 0x5e1d41 , 0x5e1e69 , 0x5e1eba , 0x5e1f34 , 0x5e1fd9 , 0x5e202a , 0x5e207b , 0x5e20f5 , 0x5e216f , 0x5e21e9 , 0x5e228e , 0x5e22f5 , 0x5e235c , 0x5e2463 , 0x5e2548 , 0x5e262d , 0x5e26a9 , 0x5e2728 , 0x5e27a7 , 0x5e2826 , 0x5e28a5 , 0x5e290c , 0x5e29f4 , 0x5e2a5b , 0x5e2ac2 , 0x5e2b29 , 0x5e2c71 , 0x5e118a , 0x5e2ce9 , 0x5e2d3a , 0x5e2e2d , 0x5e2eaa , 0x5e2f19 , 0x5e2f6a , 0x5e2fc3 , 0x5e301c , 0x5e307d , 0x5e41b9 , 0x5e30e6 , 0x5e313f , 0x5e3198 , 0x5e31f1 , 0x5e324a , 0x5e32a3 , 0x5e118f , 0x5e41b9 , 0x5e32f4 , 0x5e335f , 0x5e33b0 , 0x5e3401 , 0x5e347b , 0x5e34f5 , 0x5e3546 , 0x5e360e , 0x5e3688 , 0x5e3702 , 0x5e377c , 0x5e37d5 , 0x5e41b9 , 0x5e10a7 , 0x5e0a71 , 0x5e0112 , 0x5e0b61 , 0x5e0c24 , 0x5e0cea , 0x5e1056 , 0x5e105b , 0x5e0679 , 0x5e114d , 0x5e11cc , 0x5e1262 , 0x5e12b1 , 0x5e1502 , 0x5e1593 , 0x5e1638 , 0x5e16a8 , 0x5e0a13 , 0x5e3826 , 0x5e38cb , 0x5e391c , 0x5e396d , 0x5e39be , 0x5e3a0f , 0x5e3a89 , 0x5e3b03 , 0x5e3b7d , 0x5e3bf7 , 0x5e3d60 , 0x5e3dda , 0x5e3e54 , 0x5e3ea5 , 0x5e3f1f , 0x5e3f99 , 0x5e3fea , 0x5e403b , 0x5e2b90 , 0x5e2bf7 , 0x5e40a2 , 0x5e412b , 0x5e41b9 , 0x5e0db0 , 0x5e0ddc , 0x5e0e79 , 0x5e0f16 , 0x5e0fb6 , 0x5e1dc9 , 0x5e23c3 , 0x5e2d8d , 0x5e43c3 , 0x5e445a , 0x5e41b9 , 0x5e41b9 , 0x5e4520 , 0x5e45e2 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e4766 } 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 ) 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 , 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 , 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 , 0x5e41ea , 0x5e41ef , 0x5e41f4 , 0x5e41f9 , 0x5e41fe , 0x5e4276 , 0x5e4305 , 0x5dffc4 , 0x5dffc9 , 0x5dffce , 0x5dffd3 , 0x5dffd8 , 0x5dffdd , 0x5dfff1 , 0x5dff72 , 0x5e047c , 0x5e0481 , 0x5e0486 , 0x5e048b , 0x5e0490 , 0x5e0495 , 0x5e04fb , 0x5e04a9 , 0x5e075d , 0x5e0762 , 0x5e0767 , 0x5e076c , 0x5e0771 , 0x5e0776 , 0x5e06e5 , 0x5e070b , 0x5e0864 , 0x5e0869 , 0x5e086e , 0x5e0873 , 0x5e0878 , 0x5e087d , 0x5e07ec , 0x5e0812 , 0x5e0985 , 0x5e098a , 0x5e098f , 0x5e0994 , 0x5e0999 , 0x5e099e , 0x5e090d , 0x5e0933 , 0x5e14ae , 0x5e1346 , 0x5e1337 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e174c , 0x5e189b , 0x5e1925 , 0x5e19af , 0x5e1a38 , 0x5e029e , 0x5e0347 , 0x5e1aea , 0x5e01e3 , 0x5e03c1 , 0x5e1b7f , 0x5e1bf9 , 0x5e1c4a , 0x5e1cc4 , 0x5e1d41 , 0x5e1e69 , 0x5e1eba , 0x5e1f34 , 0x5e1fd9 , 0x5e202a , 0x5e207b , 0x5e20f5 , 0x5e216f , 0x5e21e9 , 0x5e228e , 0x5e22f5 , 0x5e235c , 0x5e2463 , 0x5e2548 , 0x5e262d , 0x5e26a9 , 0x5e2728 , 0x5e27a7 , 0x5e2826 , 0x5e28a5 , 0x5e290c , 0x5e29f4 , 0x5e2a5b , 0x5e2ac2 , 0x5e2b29 , 0x5e2c71 , 0x5e118a , 0x5e2ce9 , 0x5e2d3a , 0x5e2e2d , 0x5e2eaa , 0x5e2f19 , 0x5e2f6a , 0x5e2fc3 , 0x5e301c , 0x5e307d , 0x5e41b9 , 0x5e30e6 , 0x5e313f , 0x5e3198 , 0x5e31f1 , 0x5e324a , 0x5e32a3 , 0x5e118f , 0x5e41b9 , 0x5e32f4 , 0x5e335f , 0x5e33b0 , 0x5e3401 , 0x5e347b , 0x5e34f5 , 0x5e3546 , 0x5e360e , 0x5e3688 , 0x5e3702 , 0x5e377c , 0x5e37d5 , 0x5e41b9 , 0x5e10a7 , 0x5e0a71 , 0x5e0112 , 0x5e0b61 , 0x5e0c24 , 0x5e0cea , 0x5e1056 , 0x5e105b , 0x5e0679 , 0x5e114d , 0x5e11cc , 0x5e1262 , 0x5e12b1 , 0x5e1502 , 0x5e1593 , 0x5e1638 , 0x5e16a8 , 0x5e0a13 , 0x5e3826 , 0x5e38cb , 0x5e391c , 0x5e396d , 0x5e39be , 0x5e3a0f , 0x5e3a89 , 0x5e3b03 , 0x5e3b7d , 0x5e3bf7 , 0x5e3d60 , 0x5e3dda , 0x5e3e54 , 0x5e3ea5 , 0x5e3f1f , 0x5e3f99 , 0x5e3fea , 0x5e403b , 0x5e2b90 , 0x5e2bf7 , 0x5e40a2 , 0x5e412b , 0x5e41b9 , 0x5e0db0 , 0x5e0ddc , 0x5e0e79 , 0x5e0f16 , 0x5e0fb6 , 0x5e1dc9 , 0x5e23c3 , 0x5e2d8d , 0x5e43c3 , 0x5e445a , 0x5e41b9 , 0x5e41b9 , 0x5e4520 , 0x5e45e2 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e4766 } 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 , 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 , 0x5e41ea , 0x5e41ef , 0x5e41f4 , 0x5e41f9 , 0x5e41fe , 0x5e4276 , 0x5e4305 , 0x5dffc4 , 0x5dffc9 , 0x5dffce , 0x5dffd3 , 0x5dffd8 , 0x5dffdd , 0x5dfff1 , 0x5dff72 , 0x5e047c , 0x5e0481 , 0x5e0486 , 0x5e048b , 0x5e0490 , 0x5e0495 , 0x5e04fb , 0x5e04a9 , 0x5e075d , 0x5e0762 , 0x5e0767 , 0x5e076c , 0x5e0771 , 0x5e0776 , 0x5e06e5 , 0x5e070b , 0x5e0864 , 0x5e0869 , 0x5e086e , 0x5e0873 , 0x5e0878 , 0x5e087d , 0x5e07ec , 0x5e0812 , 0x5e0985 , 0x5e098a , 0x5e098f , 0x5e0994 , 0x5e0999 , 0x5e099e , 0x5e090d , 0x5e0933 , 0x5e14ae , 0x5e1346 , 0x5e1337 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e174c , 0x5e189b , 0x5e1925 , 0x5e19af , 0x5e1a38 , 0x5e029e , 0x5e0347 , 0x5e1aea , 0x5e01e3 , 0x5e03c1 , 0x5e1b7f , 0x5e1bf9 , 0x5e1c4a , 0x5e1cc4 , 0x5e1d41 , 0x5e1e69 , 0x5e1eba , 0x5e1f34 , 0x5e1fd9 , 0x5e202a , 0x5e207b , 0x5e20f5 , 0x5e216f , 0x5e21e9 , 0x5e228e , 0x5e22f5 , 0x5e235c , 0x5e2463 , 0x5e2548 , 0x5e262d , 0x5e26a9 , 0x5e2728 , 0x5e27a7 , 0x5e2826 , 0x5e28a5 , 0x5e290c , 0x5e29f4 , 0x5e2a5b , 0x5e2ac2 , 0x5e2b29 , 0x5e2c71 , 0x5e118a , 0x5e2ce9 , 0x5e2d3a , 0x5e2e2d , 0x5e2eaa , 0x5e2f19 , 0x5e2f6a , 0x5e2fc3 , 0x5e301c , 0x5e307d , 0x5e41b9 , 0x5e30e6 , 0x5e313f , 0x5e3198 , 0x5e31f1 , 0x5e324a , 0x5e32a3 , 0x5e118f , 0x5e41b9 , 0x5e32f4 , 0x5e335f , 0x5e33b0 , 0x5e3401 , 0x5e347b , 0x5e34f5 , 0x5e3546 , 0x5e360e , 0x5e3688 , 0x5e3702 , 0x5e377c , 0x5e37d5 , 0x5e41b9 , 0x5e10a7 , 0x5e0a71 , 0x5e0112 , 0x5e0b61 , 0x5e0c24 , 0x5e0cea , 0x5e1056 , 0x5e105b , 0x5e0679 , 0x5e114d , 0x5e11cc , 0x5e1262 , 0x5e12b1 , 0x5e1502 , 0x5e1593 , 0x5e1638 , 0x5e16a8 , 0x5e0a13 , 0x5e3826 , 0x5e38cb , 0x5e391c , 0x5e396d , 0x5e39be , 0x5e3a0f , 0x5e3a89 , 0x5e3b03 , 0x5e3b7d , 0x5e3bf7 , 0x5e3d60 , 0x5e3dda , 0x5e3e54 , 0x5e3ea5 , 0x5e3f1f , 0x5e3f99 , 0x5e3fea , 0x5e403b , 0x5e2b90 , 0x5e2bf7 , 0x5e40a2 , 0x5e412b , 0x5e41b9 , 0x5e0db0 , 0x5e0ddc , 0x5e0e79 , 0x5e0f16 , 0x5e0fb6 , 0x5e1dc9 , 0x5e23c3 , 0x5e2d8d , 0x5e43c3 , 0x5e445a , 0x5e41b9 , 0x5e41b9 , 0x5e4520 , 0x5e45e2 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e4766 } 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 , 0x5e41ea , 0x5e41ef , 0x5e41f4 , 0x5e41f9 , 0x5e41fe , 0x5e4276 , 0x5e4305 , 0x5dffc4 , 0x5dffc9 , 0x5dffce , 0x5dffd3 , 0x5dffd8 , 0x5dffdd , 0x5dfff1 , 0x5dff72 , 0x5e047c , 0x5e0481 , 0x5e0486 , 0x5e048b , 0x5e0490 , 0x5e0495 , 0x5e04fb , 0x5e04a9 , 0x5e075d , 0x5e0762 , 0x5e0767 , 0x5e076c , 0x5e0771 , 0x5e0776 , 0x5e06e5 , 0x5e070b , 0x5e0864 , 0x5e0869 , 0x5e086e , 0x5e0873 , 0x5e0878 , 0x5e087d , 0x5e07ec , 0x5e0812 , 0x5e0985 , 0x5e098a , 0x5e098f , 0x5e0994 , 0x5e0999 , 0x5e099e , 0x5e090d , 0x5e0933 , 0x5e14ae , 0x5e1346 , 0x5e1337 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e174c , 0x5e189b , 0x5e1925 , 0x5e19af , 0x5e1a38 , 0x5e029e , 0x5e0347 , 0x5e1aea , 0x5e01e3 , 0x5e03c1 , 0x5e1b7f , 0x5e1bf9 , 0x5e1c4a , 0x5e1cc4 , 0x5e1d41 , 0x5e1e69 , 0x5e1eba , 0x5e1f34 , 0x5e1fd9 , 0x5e202a , 0x5e207b , 0x5e20f5 , 0x5e216f , 0x5e21e9 , 0x5e228e , 0x5e22f5 , 0x5e235c , 0x5e2463 , 0x5e2548 , 0x5e262d , 0x5e26a9 , 0x5e2728 , 0x5e27a7 , 0x5e2826 , 0x5e28a5 , 0x5e290c , 0x5e29f4 , 0x5e2a5b , 0x5e2ac2 , 0x5e2b29 , 0x5e2c71 , 0x5e118a , 0x5e2ce9 , 0x5e2d3a , 0x5e2e2d , 0x5e2eaa , 0x5e2f19 , 0x5e2f6a , 0x5e2fc3 , 0x5e301c , 0x5e307d , 0x5e41b9 , 0x5e30e6 , 0x5e313f , 0x5e3198 , 0x5e31f1 , 0x5e324a , 0x5e32a3 , 0x5e118f , 0x5e41b9 , 0x5e32f4 , 0x5e335f , 0x5e33b0 , 0x5e3401 , 0x5e347b , 0x5e34f5 , 0x5e3546 , 0x5e360e , 0x5e3688 , 0x5e3702 , 0x5e377c , 0x5e37d5 , 0x5e41b9 , 0x5e10a7 , 0x5e0a71 , 0x5e0112 , 0x5e0b61 , 0x5e0c24 , 0x5e0cea , 0x5e1056 , 0x5e105b , 0x5e0679 , 0x5e114d , 0x5e11cc , 0x5e1262 , 0x5e12b1 , 0x5e1502 , 0x5e1593 , 0x5e1638 , 0x5e16a8 , 0x5e0a13 , 0x5e3826 , 0x5e38cb , 0x5e391c , 0x5e396d , 0x5e39be , 0x5e3a0f , 0x5e3a89 , 0x5e3b03 , 0x5e3b7d , 0x5e3bf7 , 0x5e3d60 , 0x5e3dda , 0x5e3e54 , 0x5e3ea5 , 0x5e3f1f , 0x5e3f99 , 0x5e3fea , 0x5e403b , 0x5e2b90 , 0x5e2bf7 , 0x5e40a2 , 0x5e412b , 0x5e41b9 , 0x5e0db0 , 0x5e0ddc , 0x5e0e79 , 0x5e0f16 , 0x5e0fb6 , 0x5e1dc9 , 0x5e23c3 , 0x5e2d8d , 0x5e43c3 , 0x5e445a , 0x5e41b9 , 0x5e41b9 , 0x5e4520 , 0x5e45e2 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e4766 } 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", pc = 0x7fffffffc7b5 "\bE)\207", 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 visargs = 0x7fffffffd4a0 varies = 0x80bc44640 "\031\340\002\t" tem = 0x90a12b684 val = XIL(0) #44 0x000000000057424e in funcall_subr (subr=0x9e75a8 , 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 , 0x5e41ea , 0x5e41ef , 0x5e41f4 , 0x5e41f9 , 0x5e41fe , 0x5e4276 , 0x5e4305 , 0x5dffc4 , 0x5dffc9 , 0x5dffce , 0x5dffd3 , 0x5dffd8 , 0x5dffdd , 0x5dfff1 , 0x5dff72 , 0x5e047c , 0x5e0481 , 0x5e0486 , 0x5e048b , 0x5e0490 , 0x5e0495 , 0x5e04fb , 0x5e04a9 , 0x5e075d , 0x5e0762 , 0x5e0767 , 0x5e076c , 0x5e0771 , 0x5e0776 , 0x5e06e5 , 0x5e070b , 0x5e0864 , 0x5e0869 , 0x5e086e , 0x5e0873 , 0x5e0878 , 0x5e087d , 0x5e07ec , 0x5e0812 , 0x5e0985 , 0x5e098a , 0x5e098f , 0x5e0994 , 0x5e0999 , 0x5e099e , 0x5e090d , 0x5e0933 , 0x5e14ae , 0x5e1346 , 0x5e1337 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e174c , 0x5e189b , 0x5e1925 , 0x5e19af , 0x5e1a38 , 0x5e029e , 0x5e0347 , 0x5e1aea , 0x5e01e3 , 0x5e03c1 , 0x5e1b7f , 0x5e1bf9 , 0x5e1c4a , 0x5e1cc4 , 0x5e1d41 , 0x5e1e69 , 0x5e1eba , 0x5e1f34 , 0x5e1fd9 , 0x5e202a , 0x5e207b , 0x5e20f5 , 0x5e216f , 0x5e21e9 , 0x5e228e , 0x5e22f5 , 0x5e235c , 0x5e2463 , 0x5e2548 , 0x5e262d , 0x5e26a9 , 0x5e2728 , 0x5e27a7 , 0x5e2826 , 0x5e28a5 , 0x5e290c , 0x5e29f4 , 0x5e2a5b , 0x5e2ac2 , 0x5e2b29 , 0x5e2c71 , 0x5e118a , 0x5e2ce9 , 0x5e2d3a , 0x5e2e2d , 0x5e2eaa , 0x5e2f19 , 0x5e2f6a , 0x5e2fc3 , 0x5e301c , 0x5e307d , 0x5e41b9 , 0x5e30e6 , 0x5e313f , 0x5e3198 , 0x5e31f1 , 0x5e324a , 0x5e32a3 , 0x5e118f , 0x5e41b9 , 0x5e32f4 , 0x5e335f , 0x5e33b0 , 0x5e3401 , 0x5e347b , 0x5e34f5 , 0x5e3546 , 0x5e360e , 0x5e3688 , 0x5e3702 , 0x5e377c , 0x5e37d5 , 0x5e41b9 , 0x5e10a7 , 0x5e0a71 , 0x5e0112 , 0x5e0b61 , 0x5e0c24 , 0x5e0cea , 0x5e1056 , 0x5e105b , 0x5e0679 , 0x5e114d , 0x5e11cc , 0x5e1262 , 0x5e12b1 , 0x5e1502 , 0x5e1593 , 0x5e1638 , 0x5e16a8 , 0x5e0a13 , 0x5e3826 , 0x5e38cb , 0x5e391c , 0x5e396d , 0x5e39be , 0x5e3a0f , 0x5e3a89 , 0x5e3b03 , 0x5e3b7d , 0x5e3bf7 , 0x5e3d60 , 0x5e3dda , 0x5e3e54 , 0x5e3ea5 , 0x5e3f1f , 0x5e3f99 , 0x5e3fea , 0x5e403b , 0x5e2b90 , 0x5e2bf7 , 0x5e40a2 , 0x5e412b , 0x5e41b9 , 0x5e0db0 , 0x5e0ddc , 0x5e0e79 , 0x5e0f16 , 0x5e0fb6 , 0x5e1dc9 , 0x5e23c3 , 0x5e2d8d , 0x5e43c3 , 0x5e445a , 0x5e41b9 , 0x5e41b9 , 0x5e4520 , 0x5e45e2 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e41b9 , 0x5e4766 } 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 , handlers=XIL(0x90), hfun=0x486b80 ) 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 , 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"