Package: emacs;
Reported by: Maximilian Matthe <maxi.matthe <at> googlemail.com>
Date: Wed, 24 Feb 2016 06:35:01 UTC
Severity: normal
Tags: confirmed, fixed
Merged with 22675
Found in versions 25.0.91, 25.1.50
Fixed in version 25.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22788 in the body.
You can then email your comments to 22788 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
bug-gnu-emacs <at> gnu.org
:bug#22788
; Package emacs
.
(Wed, 24 Feb 2016 06:35:01 GMT) Full text and rfc822 format available.Maximilian Matthe <maxi.matthe <at> googlemail.com>
:bug-gnu-emacs <at> gnu.org
.
(Wed, 24 Feb 2016 06:35:01 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Maximilian Matthe <maxi.matthe <at> googlemail.com> To: bug-gnu-emacs <at> gnu.org Subject: 25.0.91; Crash Date: Wed, 24 Feb 2016 06:51:45 +0100
The following command on the command line will issue a segmentation fault: emacs -Q --eval '(condition-case nil (error "bla") nil)' Command line output: mmatthe <at> MatteSpeed:~ $ emacs -Q --eval '(condition-case nil (error "bla") nil)' Fatal error 11: Segmentation fault Backtrace: emacs[0x4ff3c2] emacs[0x4e6fe9] emacs[0x4fe23e] emacs[0x4fe443] emacs[0x4fe47a] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7f179ed31340] emacs[0x55a18d] emacs[0x557064] emacs[0x55a351] emacs[0x557b76] emacs[0x58b155] emacs[0x557993] emacs[0x58b155] emacs[0x557993] emacs[0x58b155] emacs[0x556b43] emacs[0x556e8e] emacs[0x55a351] emacs[0x55642d] emacs[0x4e9adc] emacs[0x5563db] emacs[0x4e74c6] emacs[0x4eb958] emacs[0x4ebc75] emacs[0x4150de] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f179e764ec5] emacs[0x415c10] [1] 8549 segmentation fault (core dumped) emacs -Q --eval '(condition-case nil (error "bla") nil)' It does not crash with Emacs 24.3. Stacktrace: mmatthe <at> MatteSpeed:~ $ gdb --args emacs -Q --eval '(condition-case nil (error "bla") nil)' GNU gdb (GDB) 7.6.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/mmatthe/programs/emacs25/bin/emacs-25.0.91...done. (gdb) run Starting program: /home/mmatthe/bin/emacs -Q --eval \(condition-case\ nil\ \(error\ \"bla\"\)\ nil\) warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffebce8700 (LWP 8804)] [New Thread 0x7fffea82d700 (LWP 8805)] [New Thread 0x7fffe9e1f700 (LWP 8806)] Program received signal SIGSEGV, Segmentation fault. 0x000000000055a18d in XCAR (c=0) at lisp.h:1224 1224 return lisp_h_XCAR (c); (gdb) bt full #0 0x000000000055a18d in XCAR (c=0) at lisp.h:1224 No locals. #1 internal_lisp_condition_case (var=<optimized out>, bodyform=16044547, handlers=<optimized out>) at eval.c:1248 clause = 0 condition = <optimized out> c = <optimized out> clauses = 0x7fffffffd270 clauses_volatile = 0x7fffffffd270 i = 0 val = <optimized out> oldhandlerlist = 0x1431c10 clausenb = 1 #2 0x0000000000557064 in eval_sub (form=form <at> entry=16044611) at eval.c:2119 args_left = 16044579 numargs = <optimized out> fun = 11658741 val = <optimized out> original_args = 16044579 count = 11 argvals = {12230352, 0, 0, 0, 1, 4399591, 16764388, 5530598} #3 0x000000000055a351 in Feval (form=16044611, lexical=<optimized out>) at eval.c:1988 No locals. #4 0x0000000000557b76 in Ffuncall (nargs=2, args=<optimized out>) at eval.c:2696 internal_argbuf = {16044611, 0, 0, 4399591, 1, 5530598, 9874376, 14273620} fun = 11658501 original_fun = <optimized out> numargs = 1 val = <optimized out> internal_args = 0x7fffffffd410 count = 9 #5 0x000000000058b155 in exec_byte_code (bytestr=0, vector=0, maxdepth=0, args_template=81, nargs=2, args=0x83f828 <pure+104>, args <at> entry=0x96a410 <pure+1223760>) at bytecode.c:880 targets = {0x58b1e7 <exec_byte_code+839>, 0x58b711 <exec_byte_code+2161>, 0x58b716 <exec_byte_code+2166>, 0x58b71b <exec_byte_code+2171>, 0x58afda <exec_byte_code+314>, 0x58afe0 <exec_byte_code+320>, 0x58b259 <exec_byte_code+953>, 0x58b2d1 <exec_byte_code+1073>, 0x58b2c7 <exec_byte_code+1063>, 0x58b2cc <exec_byte_code+1068>, 0x58b296 <exec_byte_code+1014>, 0x58b29b <exec_byte_code+1019>, 0x58b011 <exec_byte_code+369>, 0x58b018 <exec_byte_code+376>, 0x58b40a <exec_byte_code+1386>, 0x58b2a0 <exec_byte_code+1024>, 0x58b5b5 <exec_byte_code+1813>, 0x58b5ba <exec_byte_code+1818>, 0x58b637 <exec_byte_code+1943>, 0x58b63c <exec_byte_code+1948>, 0x58b07b <exec_byte_code+475>, 0x58b080 <exec_byte_code+480>, 0x58b5e6 <exec_byte_code+1862>, 0x58b5bf <exec_byte_code+1823>, 0x58b3cc <exec_byte_code+1324>, 0x58b3d1 <exec_byte_code+1329>, 0x58b3d6 <exec_byte_code+1334>, 0x58b3e5 <exec_byte_code+1349>, 0x58b0f1 <exec_byte_code+593>, 0x58b0f8 <exec_byte_code+600>, 0x58b622 <exec_byte_code+1922>, 0x58b3a5 <exec_byte_code+1285>, 0x58b38b <exec_byte_code+1259>, 0x58b390 <exec_byte_code+1264>, 0x58b395 <exec_byte_code+1269>, 0x58b35f <exec_byte_code+1215>, 0x58b133 <exec_byte_code+659>, 0x58b138 <exec_byte_code+664>, 0x58b3f5 <exec_byte_code+1365>, 0x58b364 <exec_byte_code+1220>, 0x58c5f9 <exec_byte_code+5977>, 0x58c5fe <exec_byte_code+5982>, 0x58c603 <exec_byte_code+5987>, 0x58c5cd <exec_byte_code+5933>, 0x58b175 <exec_byte_code+725>, 0x58b178 <exec_byte_code+728>, 0x58c590 <exec_byte_code+5872>, 0x58c5d2 <exec_byte_code+5938>, 0x58d16e <exec_byte_code+8910>, 0x58cbc6 <exec_byte_code+7462>, 0x58cb58 <exec_byte_code+7352>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c4a6 <exec_byte_code+5638>, 0x58c52a <exec_byte_code+5770>, 0x58c55a <exec_byte_code+5818>, 0x58cd69 <exec_byte_code+7881>, 0x58cd9f <exec_byte_code+7935>, 0x58b511 <exec_byte_code+1649>, 0x58b54a <exec_byte_code+1706>, 0x58cddd <exec_byte_code+7997>, 0x58b4da <exec_byte_code+1594>, 0x58b57e <exec_byte_code+1758>, 0x58ce09 <exec_byte_code+8041>, 0x58cbcd <exec_byte_code+7469>, 0x58cbf5 <exec_byte_code+7509>, 0x58cc29 <exec_byte_code+7561>, 0x58cc5e <exec_byte_code+7614>, 0x58ccd5 <exec_byte_code+7733>, 0x58ccfd <exec_byte_code+7773>, 0x58cd31 <exec_byte_code+7825>, 0x58ca60 <exec_byte_code+7104>, 0x58d0f1 <exec_byte_code+8785>, 0x58ca88 <exec_byte_code+7144>, 0x58cabc <exec_byte_code+7196>, 0x58d01b <exec_byte_code+8571>, 0x58d04f <exec_byte_code+8623>, 0x58d087 <exec_byte_code+8679>, 0x58d0bc <exec_byte_code+8732>, 0x58ce3d <exec_byte_code+8093>, 0x58ceb4 <exec_byte_code+8212>, 0x58cef1 <exec_byte_code+8273>, 0x58cf2e <exec_byte_code+8334>, 0x58cfe2 <exec_byte_code+8514>, 0x58cf70 <exec_byte_code+8400>, 0x58cfa9 <exec_byte_code+8457>, 0x58bbff <exec_byte_code+3423>, 0x58bc38 <exec_byte_code+3480>, 0x58bc6d <exec_byte_code+3533>, 0x58bca9 <exec_byte_code+3593>, 0x58bcde <exec_byte_code+3646>, 0x58bd13 <exec_byte_code+3699>, 0x58bd48 <exec_byte_code+3752>, 0x58bde6 <exec_byte_code+3910>, 0x58b1b8 <exec_byte_code+792>, 0x58be20 <exec_byte_code+3968>, 0x58be48 <exec_byte_code+4008>, 0x58beb7 <exec_byte_code+4119>, 0x58bef1 <exec_byte_code+4177>, 0x58bf2b <exec_byte_code+4235>, 0x58bf53 <exec_byte_code+4275>, 0x58bf7d <exec_byte_code+4317>, 0x58bfa7 <exec_byte_code+4359>, 0x58bfd8 <exec_byte_code+4408>, 0x58b1e7 <exec_byte_code+839>, 0x58c002 <exec_byte_code+4450>, 0x58c02f <exec_byte_code+4495>, 0x58c05c <exec_byte_code+4540>, 0x58c089 <exec_byte_code+4585>, 0x58c0b6 <exec_byte_code+4630>, 0x58c0e3 <exec_byte_code+4675>, 0x58b1b8 <exec_byte_code+792>, 0x58b1e7 <exec_byte_code+839>, 0x58c10b <exec_byte_code+4715>, 0x58c14a <exec_byte_code+4778>, 0x58c172 <exec_byte_code+4818>, 0x58c19a <exec_byte_code+4858>, 0x58c1ce <exec_byte_code+4910>, 0x58c202 <exec_byte_code+4962>, 0x58b8b8 <exec_byte_code+2584>, 0x58b8d3 <exec_byte_code+2611>, 0x58bb6f <exec_byte_code+3279>, 0x58bba3 <exec_byte_code+3331>, 0x58bae2 <exec_byte_code+3138>, 0x58bbd7 <exec_byte_code+3383>, 0x58b1e7 <exec_byte_code+839>, 0x58c409 <exec_byte_code+5481>, 0x58c608 <exec_byte_code+5992>, 0x58b41f <exec_byte_code+1407>, 0x58c6af <exec_byte_code+6159>, 0x58c76a <exec_byte_code+6346>, 0x58c822 <exec_byte_code+6530>, 0x58c397 <exec_byte_code+5367>, 0x58c3e8 <exec_byte_code+5448>, 0x58b5fb <exec_byte_code+1883>, 0x58b22a <exec_byte_code+906>, 0x58b641 <exec_byte_code+1953>, 0x58caf0 <exec_byte_code+7248>, 0x58cb1f <exec_byte_code+7295>, 0x58d19d <exec_byte_code+8957>, 0x58d1e5 <exec_byte_code+9029>, 0x58d21d <exec_byte_code+9085>, 0x58c455 <exec_byte_code+5557>, 0x58c5a5 <exec_byte_code+5893>, 0x58bb0f <exec_byte_code+3183>, 0x58bb47 <exec_byte_code+3239>, 0x58b907 <exec_byte_code+2663>, 0x58b92f <exec_byte_code+2703>, 0x58b957 <exec_byte_code+2743>, 0x58b97f <exec_byte_code+2783>, 0x58b9b3 <exec_byte_code+2835>, 0x58b9e7 <exec_byte_code+2887>, 0x58ba1b <exec_byte_code+2939>, 0x58ba4f <exec_byte_code+2991>, 0x58b725 <exec_byte_code+2181>, 0x58b759 <exec_byte_code+2233>, 0x58b78d <exec_byte_code+2285>, 0x58b7b5 <exec_byte_code+2325>, 0x58b7e9 <exec_byte_code+2377>, 0x58b81d <exec_byte_code+2429>, 0x58b850 <exec_byte_code+2480>, 0x58b883 <exec_byte_code+2531>, 0x58bd7d <exec_byte_code+3805>, 0x58bdb2 <exec_byte_code+3858>, 0x58b69a <exec_byte_code+2042>, 0x58b6db <exec_byte_code+2107>, 0x58b1e7 <exec_byte_code+839>, 0x58c8da <exec_byte_code+6714>, 0x58d119 <exec_byte_code+8825>, 0x58c967 <exec_byte_code+6855>, 0x58c9bc <exec_byte_code+6940>, 0x58c2f3 <exec_byte_code+5203>, 0x58cc93 <exec_byte_code+7667>, 0x58ce72 <exec_byte_code+8146>, 0x58be75 <exec_byte_code+4053>, 0x58b322 <exec_byte_code+1154>, 0x58c22a <exec_byte_code+5002>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c27b <exec_byte_code+5083>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c2c3 <exec_byte_code+5155> <repeats 64 times>} stack = { pc = 0xaa5ab0 <pure+2515696> "\210\202L\003\016A权\317\001\313\347\350\016C\"\003\206m\001\n\211A\022\242\211\262\r\313\332\036D\322\003\003\003#)\266\203\203\211\001\006\n\327\313O\262\vڲ\001\351\352\006\f!!\262\v\211\203\252\001\314\016E\006\fC\"\026E\006\t\203\313\001\016E\262\n\202\313\001\006\t\203\301\001\006\t\006\v\006\vAB\241\210\006\tA\262\n\202\313\001\006\n\016EB\211\026E\262\n\210\202L\003\016A띃\367\001\352\002\206\340\001\n\211A\022\242!\351\001!\354\001!\203\355\001\211\262\002\355\002\313\332#\266\003\202L\003\016A\027\002\352\002\206\b\002\n\211A\022\242!\351\001!\355\001\313ډ$\266\003\202L\003\016", <incomplete sequence \357\232>..., byte_string = 9872364, byte_string_start = 0xaa595d <pure+2515357> "\306 \210\b\203\021", next = 0x7fffffffd780} result = 0 type = CATCHER #6 0x0000000000557706 in funcall_lambda (fun=9872364, nargs=nargs <at> entry=1, arg_vector=0x96a410 <pure+1223760>, arg_vector <at> entry=0x7fffffffd6a0) at eval.c:2855 size = <optimized out> val = <optimized out> syms_left = <optimized out> lexenv = <optimized out> i = <optimized out> optional = <optimized out> rest = <optimized out> #7 0x0000000000557993 in Ffuncall (nargs=2, args=0x7fffffffd698) at eval.c:2754 fun = <optimized out> original_fun = 8535088 numargs = 1 val = <optimized out> internal_args = <optimized out> count = 6 #8 0x000000000058b155 in exec_byte_code (bytestr=0, vector=0, maxdepth=0, args_template=140737488344728, nargs=2, args=0x83f828 <pure+104>, args <at> entry=0x964a28 <pure+1200744>) at bytecode.c:880 targets = {0x58b1e7 <exec_byte_code+839>, 0x58b711 <exec_byte_code+2161>, 0x58b716 <exec_byte_code+2166>, 0x58b71b <exec_byte_code+2171>, 0x58afda <exec_byte_code+314>, 0x58afe0 <exec_byte_code+320>, 0x58b259 <exec_byte_code+953>, 0x58b2d1 <exec_byte_code+1073>, 0x58b2c7 <exec_byte_code+1063>, 0x58b2cc <exec_byte_code+1068>, 0x58b296 <exec_byte_code+1014>, 0x58b29b <exec_byte_code+1019>, 0x58b011 <exec_byte_code+369>, 0x58b018 <exec_byte_code+376>, 0x58b40a <exec_byte_code+1386>, 0x58b2a0 <exec_byte_code+1024>, 0x58b5b5 <exec_byte_code+1813>, 0x58b5ba <exec_byte_code+1818>, 0x58b637 <exec_byte_code+1943>, 0x58b63c <exec_byte_code+1948>, 0x58b07b <exec_byte_code+475>, 0x58b080 <exec_byte_code+480>, 0x58b5e6 <exec_byte_code+1862>, 0x58b5bf <exec_byte_code+1823>, 0x58b3cc <exec_byte_code+1324>, 0x58b3d1 <exec_byte_code+1329>, 0x58b3d6 <exec_byte_code+1334>, 0x58b3e5 <exec_byte_code+1349>, 0x58b0f1 <exec_byte_code+593>, 0x58b0f8 <exec_byte_code+600>, 0x58b622 <exec_byte_code+1922>, 0x58b3a5 <exec_byte_code+1285>, 0x58b38b <exec_byte_code+1259>, 0x58b390 <exec_byte_code+1264>, 0x58b395 <exec_byte_code+1269>, 0x58b35f <exec_byte_code+1215>, 0x58b133 <exec_byte_code+659>, 0x58b138 <exec_byte_code+664>, 0x58b3f5 <exec_byte_code+1365>, 0x58b364 <exec_byte_code+1220>, 0x58c5f9 <exec_byte_code+5977>, 0x58c5fe <exec_byte_code+5982>, 0x58c603 <exec_byte_code+5987>, 0x58c5cd <exec_byte_code+5933>, 0x58b175 <exec_byte_code+725>, 0x58b178 <exec_byte_code+728>, 0x58c590 <exec_byte_code+5872>, 0x58c5d2 <exec_byte_code+5938>, 0x58d16e <exec_byte_code+8910>, 0x58cbc6 <exec_byte_code+7462>, 0x58cb58 <exec_byte_code+7352>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c4a6 <exec_byte_code+5638>, 0x58c52a <exec_byte_code+5770>, 0x58c55a <exec_byte_code+5818>, 0x58cd69 <exec_byte_code+7881>, 0x58cd9f <exec_byte_code+7935>, 0x58b511 <exec_byte_code+1649>, 0x58b54a <exec_byte_code+1706>, 0x58cddd <exec_byte_code+7997>, 0x58b4da <exec_byte_code+1594>, 0x58b57e <exec_byte_code+1758>, 0x58ce09 <exec_byte_code+8041>, 0x58cbcd <exec_byte_code+7469>, 0x58cbf5 <exec_byte_code+7509>, 0x58cc29 <exec_byte_code+7561>, 0x58cc5e <exec_byte_code+7614>, 0x58ccd5 <exec_byte_code+7733>, 0x58ccfd <exec_byte_code+7773>, 0x58cd31 <exec_byte_code+7825>, 0x58ca60 <exec_byte_code+7104>, 0x58d0f1 <exec_byte_code+8785>, 0x58ca88 <exec_byte_code+7144>, 0x58cabc <exec_byte_code+7196>, 0x58d01b <exec_byte_code+8571>, 0x58d04f <exec_byte_code+8623>, 0x58d087 <exec_byte_code+8679>, 0x58d0bc <exec_byte_code+8732>, 0x58ce3d <exec_byte_code+8093>, 0x58ceb4 <exec_byte_code+8212>, 0x58cef1 <exec_byte_code+8273>, 0x58cf2e <exec_byte_code+8334>, 0x58cfe2 <exec_byte_code+8514>, 0x58cf70 <exec_byte_code+8400>, 0x58cfa9 <exec_byte_code+8457>, 0x58bbff <exec_byte_code+3423>, 0x58bc38 <exec_byte_code+3480>, 0x58bc6d <exec_byte_code+3533>, 0x58bca9 <exec_byte_code+3593>, 0x58bcde <exec_byte_code+3646>, 0x58bd13 <exec_byte_code+3699>, 0x58bd48 <exec_byte_code+3752>, 0x58bde6 <exec_byte_code+3910>, 0x58b1b8 <exec_byte_code+792>, 0x58be20 <exec_byte_code+3968>, 0x58be48 <exec_byte_code+4008>, 0x58beb7 <exec_byte_code+4119>, 0x58bef1 <exec_byte_code+4177>, 0x58bf2b <exec_byte_code+4235>, 0x58bf53 <exec_byte_code+4275>, 0x58bf7d <exec_byte_code+4317>, 0x58bfa7 <exec_byte_code+4359>, 0x58bfd8 <exec_byte_code+4408>, 0x58b1e7 <exec_byte_code+839>, 0x58c002 <exec_byte_code+4450>, 0x58c02f <exec_byte_code+4495>, 0x58c05c <exec_byte_code+4540>, 0x58c089 <exec_byte_code+4585>, 0x58c0b6 <exec_byte_code+4630>, 0x58c0e3 <exec_byte_code+4675>, 0x58b1b8 <exec_byte_code+792>, 0x58b1e7 <exec_byte_code+839>, 0x58c10b <exec_byte_code+4715>, 0x58c14a <exec_byte_code+4778>, 0x58c172 <exec_byte_code+4818>, 0x58c19a <exec_byte_code+4858>, 0x58c1ce <exec_byte_code+4910>, 0x58c202 <exec_byte_code+4962>, 0x58b8b8 <exec_byte_code+2584>, 0x58b8d3 <exec_byte_code+2611>, 0x58bb6f <exec_byte_code+3279>, 0x58bba3 <exec_byte_code+3331>, 0x58bae2 <exec_byte_code+3138>, 0x58bbd7 <exec_byte_code+3383>, 0x58b1e7 <exec_byte_code+839>, 0x58c409 <exec_byte_code+5481>, 0x58c608 <exec_byte_code+5992>, 0x58b41f <exec_byte_code+1407>, 0x58c6af <exec_byte_code+6159>, 0x58c76a <exec_byte_code+6346>, 0x58c822 <exec_byte_code+6530>, 0x58c397 <exec_byte_code+5367>, 0x58c3e8 <exec_byte_code+5448>, 0x58b5fb <exec_byte_code+1883>, 0x58b22a <exec_byte_code+906>, ---Type <return> to continue, or q <return> to quit--- 0x58b641 <exec_byte_code+1953>, 0x58caf0 <exec_byte_code+7248>, 0x58cb1f <exec_byte_code+7295>, 0x58d19d <exec_byte_code+8957>, 0x58d1e5 <exec_byte_code+9029>, 0x58d21d <exec_byte_code+9085>, 0x58c455 <exec_byte_code+5557>, 0x58c5a5 <exec_byte_code+5893>, 0x58bb0f <exec_byte_code+3183>, 0x58bb47 <exec_byte_code+3239>, 0x58b907 <exec_byte_code+2663>, 0x58b92f <exec_byte_code+2703>, 0x58b957 <exec_byte_code+2743>, 0x58b97f <exec_byte_code+2783>, 0x58b9b3 <exec_byte_code+2835>, 0x58b9e7 <exec_byte_code+2887>, 0x58ba1b <exec_byte_code+2939>, 0x58ba4f <exec_byte_code+2991>, 0x58b725 <exec_byte_code+2181>, 0x58b759 <exec_byte_code+2233>, 0x58b78d <exec_byte_code+2285>, 0x58b7b5 <exec_byte_code+2325>, 0x58b7e9 <exec_byte_code+2377>, 0x58b81d <exec_byte_code+2429>, 0x58b850 <exec_byte_code+2480>, 0x58b883 <exec_byte_code+2531>, 0x58bd7d <exec_byte_code+3805>, 0x58bdb2 <exec_byte_code+3858>, 0x58b69a <exec_byte_code+2042>, 0x58b6db <exec_byte_code+2107>, 0x58b1e7 <exec_byte_code+839>, 0x58c8da <exec_byte_code+6714>, 0x58d119 <exec_byte_code+8825>, 0x58c967 <exec_byte_code+6855>, 0x58c9bc <exec_byte_code+6940>, 0x58c2f3 <exec_byte_code+5203>, 0x58cc93 <exec_byte_code+7667>, 0x58ce72 <exec_byte_code+8146>, 0x58be75 <exec_byte_code+4053>, 0x58b322 <exec_byte_code+1154>, 0x58c22a <exec_byte_code+5002>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c27b <exec_byte_code+5083>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c2c3 <exec_byte_code+5155> <repeats 64 times>} stack = {pc = 0xaa84fb <pure+2526523> "\210\307\016@\211\203k\006\211@\002\204d\006\211;\203d\006\201", <incomplete sequence \316>, byte_string = 9849348, byte_string_start = 0xaa7eda <pure+2524954> "\306 \020\307\021\n\023\307\024\310\311!\211\307=\204\060", next = 0x7fffffffd930} result = 0 type = CATCHER #9 0x0000000000557706 in funcall_lambda (fun=9849348, nargs=nargs <at> entry=0, arg_vector=0x964a28 <pure+1200744>, arg_vector <at> entry=0x7fffffffd898) at eval.c:2855 size = <optimized out> val = <optimized out> syms_left = <optimized out> lexenv = <optimized out> i = <optimized out> optional = <optimized out> rest = <optimized out> #10 0x0000000000557993 in Ffuncall (nargs=1, args=0x7fffffffd890) at eval.c:2754 fun = <optimized out> original_fun = 8534352 numargs = 0 val = <optimized out> internal_args = <optimized out> count = 5 #11 0x000000000058b155 in exec_byte_code (bytestr=0, vector=0, maxdepth=0, args_template=140737488345224, nargs=1, args=0x83f828 <pure+104>, args <at> entry=0x963a90 <pure+1196752>) at bytecode.c:880 targets = {0x58b1e7 <exec_byte_code+839>, 0x58b711 <exec_byte_code+2161>, 0x58b716 <exec_byte_code+2166>, 0x58b71b <exec_byte_code+2171>, 0x58afda <exec_byte_code+314>, 0x58afe0 <exec_byte_code+320>, 0x58b259 <exec_byte_code+953>, 0x58b2d1 <exec_byte_code+1073>, 0x58b2c7 <exec_byte_code+1063>, 0x58b2cc <exec_byte_code+1068>, 0x58b296 <exec_byte_code+1014>, 0x58b29b <exec_byte_code+1019>, 0x58b011 <exec_byte_code+369>, 0x58b018 <exec_byte_code+376>, 0x58b40a <exec_byte_code+1386>, 0x58b2a0 <exec_byte_code+1024>, 0x58b5b5 <exec_byte_code+1813>, 0x58b5ba <exec_byte_code+1818>, 0x58b637 <exec_byte_code+1943>, 0x58b63c <exec_byte_code+1948>, 0x58b07b <exec_byte_code+475>, 0x58b080 <exec_byte_code+480>, 0x58b5e6 <exec_byte_code+1862>, 0x58b5bf <exec_byte_code+1823>, 0x58b3cc <exec_byte_code+1324>, 0x58b3d1 <exec_byte_code+1329>, 0x58b3d6 <exec_byte_code+1334>, 0x58b3e5 <exec_byte_code+1349>, 0x58b0f1 <exec_byte_code+593>, 0x58b0f8 <exec_byte_code+600>, 0x58b622 <exec_byte_code+1922>, 0x58b3a5 <exec_byte_code+1285>, 0x58b38b <exec_byte_code+1259>, 0x58b390 <exec_byte_code+1264>, 0x58b395 <exec_byte_code+1269>, 0x58b35f <exec_byte_code+1215>, 0x58b133 <exec_byte_code+659>, 0x58b138 <exec_byte_code+664>, 0x58b3f5 <exec_byte_code+1365>, 0x58b364 <exec_byte_code+1220>, 0x58c5f9 <exec_byte_code+5977>, 0x58c5fe <exec_byte_code+5982>, 0x58c603 <exec_byte_code+5987>, 0x58c5cd <exec_byte_code+5933>, 0x58b175 <exec_byte_code+725>, 0x58b178 <exec_byte_code+728>, 0x58c590 <exec_byte_code+5872>, 0x58c5d2 <exec_byte_code+5938>, 0x58d16e <exec_byte_code+8910>, 0x58cbc6 <exec_byte_code+7462>, 0x58cb58 <exec_byte_code+7352>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c4a6 <exec_byte_code+5638>, 0x58c52a <exec_byte_code+5770>, 0x58c55a <exec_byte_code+5818>, 0x58cd69 <exec_byte_code+7881>, 0x58cd9f <exec_byte_code+7935>, 0x58b511 <exec_byte_code+1649>, 0x58b54a <exec_byte_code+1706>, 0x58cddd <exec_byte_code+7997>, 0x58b4da <exec_byte_code+1594>, 0x58b57e <exec_byte_code+1758>, 0x58ce09 <exec_byte_code+8041>, 0x58cbcd <exec_byte_code+7469>, 0x58cbf5 <exec_byte_code+7509>, 0x58cc29 <exec_byte_code+7561>, 0x58cc5e <exec_byte_code+7614>, 0x58ccd5 <exec_byte_code+7733>, 0x58ccfd <exec_byte_code+7773>, 0x58cd31 <exec_byte_code+7825>, 0x58ca60 <exec_byte_code+7104>, 0x58d0f1 <exec_byte_code+8785>, 0x58ca88 <exec_byte_code+7144>, 0x58cabc <exec_byte_code+7196>, 0x58d01b <exec_byte_code+8571>, 0x58d04f <exec_byte_code+8623>, 0x58d087 <exec_byte_code+8679>, 0x58d0bc <exec_byte_code+8732>, 0x58ce3d <exec_byte_code+8093>, 0x58ceb4 <exec_byte_code+8212>, 0x58cef1 <exec_byte_code+8273>, 0x58cf2e <exec_byte_code+8334>, 0x58cfe2 <exec_byte_code+8514>, 0x58cf70 <exec_byte_code+8400>, 0x58cfa9 <exec_byte_code+8457>, 0x58bbff <exec_byte_code+3423>, 0x58bc38 <exec_byte_code+3480>, 0x58bc6d <exec_byte_code+3533>, 0x58bca9 <exec_byte_code+3593>, 0x58bcde <exec_byte_code+3646>, 0x58bd13 <exec_byte_code+3699>, 0x58bd48 <exec_byte_code+3752>, 0x58bde6 <exec_byte_code+3910>, 0x58b1b8 <exec_byte_code+792>, 0x58be20 <exec_byte_code+3968>, 0x58be48 <exec_byte_code+4008>, 0x58beb7 <exec_byte_code+4119>, 0x58bef1 <exec_byte_code+4177>, 0x58bf2b <exec_byte_code+4235>, 0x58bf53 <exec_byte_code+4275>, 0x58bf7d <exec_byte_code+4317>, 0x58bfa7 <exec_byte_code+4359>, 0x58bfd8 <exec_byte_code+4408>, 0x58b1e7 <exec_byte_code+839>, 0x58c002 <exec_byte_code+4450>, 0x58c02f <exec_byte_code+4495>, 0x58c05c <exec_byte_code+4540>, 0x58c089 <exec_byte_code+4585>, 0x58c0b6 <exec_byte_code+4630>, 0x58c0e3 <exec_byte_code+4675>, 0x58b1b8 <exec_byte_code+792>, 0x58b1e7 <exec_byte_code+839>, 0x58c10b <exec_byte_code+4715>, 0x58c14a <exec_byte_code+4778>, 0x58c172 <exec_byte_code+4818>, 0x58c19a <exec_byte_code+4858>, 0x58c1ce <exec_byte_code+4910>, 0x58c202 <exec_byte_code+4962>, 0x58b8b8 <exec_byte_code+2584>, 0x58b8d3 <exec_byte_code+2611>, 0x58bb6f <exec_byte_code+3279>, 0x58bba3 <exec_byte_code+3331>, 0x58bae2 <exec_byte_code+3138>, 0x58bbd7 <exec_byte_code+3383>, 0x58b1e7 <exec_byte_code+839>, 0x58c409 <exec_byte_code+5481>, 0x58c608 <exec_byte_code+5992>, 0x58b41f <exec_byte_code+1407>, 0x58c6af <exec_byte_code+6159>, 0x58c76a <exec_byte_code+6346>, 0x58c822 <exec_byte_code+6530>, 0x58c397 <exec_byte_code+5367>, 0x58c3e8 <exec_byte_code+5448>, 0x58b5fb <exec_byte_code+1883>, 0x58b22a <exec_byte_code+906>, 0x58b641 <exec_byte_code+1953>, 0x58caf0 <exec_byte_code+7248>, 0x58cb1f <exec_byte_code+7295>, 0x58d19d <exec_byte_code+8957>, 0x58d1e5 <exec_byte_code+9029>, 0x58d21d <exec_byte_code+9085>, 0x58c455 <exec_byte_code+5557>, 0x58c5a5 <exec_byte_code+5893>, 0x58bb0f <exec_byte_code+3183>, 0x58bb47 <exec_byte_code+3239>, 0x58b907 <exec_byte_code+2663>, 0x58b92f <exec_byte_code+2703>, 0x58b957 <exec_byte_code+2743>, 0x58b97f <exec_byte_code+2783>, 0x58b9b3 <exec_byte_code+2835>, 0x58b9e7 <exec_byte_code+2887>, 0x58ba1b <exec_byte_code+2939>, 0x58ba4f <exec_byte_code+2991>, 0x58b725 <exec_byte_code+2181>, 0x58b759 <exec_byte_code+2233>, 0x58b78d <exec_byte_code+2285>, 0x58b7b5 <exec_byte_code+2325>, 0x58b7e9 <exec_byte_code+2377>, 0x58b81d <exec_byte_code+2429>, 0x58b850 <exec_byte_code+2480>, 0x58b883 <exec_byte_code+2531>, 0x58bd7d <exec_byte_code+3805>, 0x58bdb2 <exec_byte_code+3858>, 0x58b69a <exec_byte_code+2042>, 0x58b6db <exec_byte_code+2107>, 0x58b1e7 <exec_byte_code+839>, 0x58c8da <exec_byte_code+6714>, 0x58d119 <exec_byte_code+8825>, 0x58c967 <exec_byte_code+6855>, 0x58c9bc <exec_byte_code+6940>, 0x58c2f3 <exec_byte_code+5203>, 0x58cc93 <exec_byte_code+7667>, 0x58ce72 <exec_byte_code+8146>, 0x58be75 <exec_byte_code+4053>, 0x58b322 <exec_byte_code+1154>, 0x58c22a <exec_byte_code+5002>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c27b <exec_byte_code+5083>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58b1e7 <exec_byte_code+839>, 0x58c2c3 <exec_byte_code+5155> <repeats 64 times>} stack = {pc = 0xaa8bdf <pure+2528287> "\210)\210\375\376\377\"\210\201H", byte_string = 9845356, byte_string_start = 0xaa8a6b <pure+2527915> "\b\203\b", next = 0x0} result = 0 type = CATCHER #12 0x0000000000557706 in funcall_lambda (fun=9845356, fun <at> entry=9845309, nargs=nargs <at> entry=0, arg_vector=0x963a90 <pure+1196752>, arg_vector <at> entry=0x7fffffffd990) at eval.c:2855 size = <optimized out> val = <optimized out> syms_left = <optimized out> lexenv = <optimized out> i = <optimized out> optional = <optimized out> rest = <optimized out> #13 0x0000000000556b43 in apply_lambda (fun=9845309, args=<optimized out>, count=count <at> entry=3) at eval.c:2794 args_left = <optimized out> i = <optimized out> arg_vector = 0x7fffffffd990 tem = <optimized out> sa_avail = <optimized out> sa_must_free = false #14 0x0000000000556e8e in eval_sub (form=form <at> entry=17484067) at eval.c:2241 fun = <optimized out> val = <optimized out> original_args = 0 count = 3 argvals = {12230352, 0, 0, 140737488346368, 1, 4399591, 4002, 5530598} #15 0x000000000055a351 in Feval (form=17484067, lexical=<optimized out>) at eval.c:1988 No locals. #16 0x000000000055642d in internal_condition_case (bfun=bfun <at> entry=0x4e7530 <top_level_2>, handlers=handlers <at> entry=19056, hfun=hfun <at> entry=0x4ebd20 <cmd_error>) at eval.c:1309 val = <optimized out> c = <optimized out> #17 0x00000000004e9adc in top_level_1 (ignore=ignore <at> entry=0) at keyboard.c:1106 ignore = 0 #18 0x00000000005563db in internal_catch (tag=tag <at> entry=45840, func=func <at> entry=0x4e9a80 <top_level_1>, arg=arg <at> entry=0) at eval.c:1074 val = 0 c = <optimized out> #19 0x00000000004e74c6 in command_loop () at keyboard.c:1067 No locals. #20 0x00000000004eb958 in recursive_edit_1 () at keyboard.c:674 val = <optimized out> #21 0x00000000004ebc75 in Frecursive_edit () at keyboard.c:745 buffer = <optimized out> #22 0x00000000004150de in main (argc=4, argv=0x7fffffffdd58) at emacs.c:1605 dummy = 140737354130720 stack_bottom_variable = 0 '\000' do_initial_setlocale = <optimized out> dumping = <optimized out> skip_args = 0 rlim = {rlim_cur = 8720000, rlim_max = 18446744073709551615} no_loadup = false junk = 0x0 dname_arg = 0x0 ---Type <return> to continue, or q <return> to quit--- ch_to_dir = 0x0 original_pwd = <optimized out> (gdb) xbacktrace Undefined command: "xbacktrace". Try "help". (gdb) In GNU Emacs 25.0.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of 2016-02-21 built on MatteSpeed Windowing system distributor 'The X.Org Foundation', version 11.0.11501000 System Description: Ubuntu 14.04.4 LTS Configured using: 'configure --prefix=/home/mmatthe/programs/emacs25 --with-gif=no' Configured features: XPM JPEG TIFF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS NOTIFY LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Important settings: value of $LC_MONETARY: de_DE.UTF-8 value of $LC_NUMERIC: de_DE.UTF-8 value of $LC_TIME: de_DE.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: magit-auto-revert-mode: t global-git-commit-mode: t async-bytecomp-package-mode: t recentf-mode: t helm-mode: t shell-dirtrack-mode: t yas-global-mode: t yas-minor-mode: t show-paren-mode: t global-hl-line-mode: t beacon-mode: t which-key-mode: t keyfreq-autosave-mode: t keyfreq-mode: t global-hungry-delete-mode: t hungry-delete-mode: t global-undo-tree-mode: t undo-tree-mode: t dired-omit-mode: t override-global-mode: t diff-auto-refine-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent messages: When done with a buffer, type C-c C-c Type C-c C-c to finish, or C-c C-k to cancel Saving file /home/mmatthe/.emacs.d/mypackages/cppext/.git/COMMIT_EDITMSG... Wrote /home/mmatthe/.emacs.d/mypackages/cppext/.git/COMMIT_EDITMSG Git finished [2 times] Type C-h i to view popup manual, ? to describe an argument or action. Running git push -v origin master:refs/heads/master [2 times] Git finished Quit Mark set [2 times] mwheel-scroll: End of buffer Load-path shadows: /home/mmatthe/.emacs.d/elpa/helm-20160217.958/helm-multi-match hides /home/mmatthe/.emacs.d/elpa/helm-core-20160217.958/helm-multi-match /home/mmatthe/.emacs.d/elpa/org-20160215/ob-ledger hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-ledger /home/mmatthe/.emacs.d/elpa/org-20160215/ob-maxima hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-maxima /home/mmatthe/.emacs.d/elpa/org-20160215/org-inlinetask hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-inlinetask /home/mmatthe/.emacs.d/elpa/org-20160215/ob-tangle hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-tangle /home/mmatthe/.emacs.d/elpa/org-20160215/org-attach hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-attach /home/mmatthe/.emacs.d/elpa/org-20160215/ob-js hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-js /home/mmatthe/.emacs.d/elpa/org-20160215/ob-shen hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-shen /home/mmatthe/.emacs.d/elpa/org-20160215/ox-publish hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-publish /home/mmatthe/.emacs.d/elpa/org-20160215/ob-haskell hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-haskell /home/mmatthe/.emacs.d/elpa/org-20160215/org-bbdb hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-bbdb /home/mmatthe/.emacs.d/elpa/org-20160215/ob-eval hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-eval /home/mmatthe/.emacs.d/elpa/org-20160215/ob-lilypond hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-lilypond /home/mmatthe/.emacs.d/elpa/org-20160215/ob-sass hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-sass /home/mmatthe/.emacs.d/elpa/org-20160215/ox-md hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-md /home/mmatthe/.emacs.d/elpa/org-20160215/ox hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox /home/mmatthe/.emacs.d/elpa/org-20160215/ob-clojure hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-clojure /home/mmatthe/.emacs.d/elpa/org-20160215/org-macs hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-macs /home/mmatthe/.emacs.d/elpa/org-20160215/ob-fortran hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-fortran /home/mmatthe/.emacs.d/elpa/org-20160215/ob hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob /home/mmatthe/.emacs.d/elpa/org-20160215/ob-calc hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-calc /home/mmatthe/.emacs.d/elpa/org-20160215/ob-java hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-java /home/mmatthe/.emacs.d/elpa/org-20160215/ob-ditaa hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-ditaa /home/mmatthe/.emacs.d/elpa/org-20160215/ox-man hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-man /home/mmatthe/.emacs.d/elpa/org-20160215/ob-lisp hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-lisp /home/mmatthe/.emacs.d/elpa/org-20160215/org-pcomplete hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-pcomplete /home/mmatthe/.emacs.d/elpa/org-20160215/org-compat hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-compat /home/mmatthe/.emacs.d/elpa/org-20160215/ox-html hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-html /home/mmatthe/.emacs.d/elpa/org-20160215/org-faces hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-faces /home/mmatthe/.emacs.d/elpa/org-20160215/org-install hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-install /home/mmatthe/.emacs.d/elpa/org-20160215/org-plot hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-plot /home/mmatthe/.emacs.d/elpa/org-20160215/org-clock hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-clock /home/mmatthe/.emacs.d/elpa/org-20160215/ob-scala hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-scala /home/mmatthe/.emacs.d/elpa/org-20160215/org-mhe hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-mhe /home/mmatthe/.emacs.d/elpa/org-20160215/org-macro hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-macro /home/mmatthe/.emacs.d/elpa/org-20160215/ob-sqlite hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-sqlite /home/mmatthe/.emacs.d/elpa/org-20160215/org-version hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-version /home/mmatthe/.emacs.d/elpa/org-20160215/ob-lob hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-lob /home/mmatthe/.emacs.d/elpa/org-20160215/ob-ruby hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-ruby /home/mmatthe/.emacs.d/elpa/org-20160215/ob-octave hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-octave /home/mmatthe/.emacs.d/elpa/org-20160215/org-mouse hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-mouse /home/mmatthe/.emacs.d/elpa/org-20160215/ob-scheme hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-scheme /home/mmatthe/.emacs.d/elpa/org-20160215/ob-exp hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-exp /home/mmatthe/.emacs.d/elpa/org-20160215/org-footnote hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-footnote /home/mmatthe/.emacs.d/elpa/org-20160215/org hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org /home/mmatthe/.emacs.d/elpa/org-20160215/ob-picolisp hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-picolisp /home/mmatthe/.emacs.d/elpa/org-20160215/org-eshell hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-eshell /home/mmatthe/.emacs.d/elpa/org-20160215/org-archive hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-archive /home/mmatthe/.emacs.d/elpa/org-20160215/org-w3m hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-w3m /home/mmatthe/.emacs.d/elpa/org-20160215/ob-ocaml hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-ocaml /home/mmatthe/.emacs.d/elpa/org-20160215/org-colview hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-colview /home/mmatthe/.emacs.d/elpa/org-20160215/ob-latex hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-latex /home/mmatthe/.emacs.d/elpa/org-20160215/org-capture hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-capture /home/mmatthe/.emacs.d/elpa/org-20160215/org-agenda hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-agenda /home/mmatthe/.emacs.d/elpa/org-20160215/org-gnus hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-gnus /home/mmatthe/.emacs.d/elpa/org-20160215/ob-core hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-core /home/mmatthe/.emacs.d/elpa/org-20160215/ox-ascii hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-ascii /home/mmatthe/.emacs.d/elpa/org-20160215/ob-org hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-org /home/mmatthe/.emacs.d/elpa/org-20160215/ox-org hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-org /home/mmatthe/.emacs.d/elpa/org-20160215/org-habit hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-habit /home/mmatthe/.emacs.d/elpa/org-20160215/ob-plantuml hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-plantuml /home/mmatthe/.emacs.d/elpa/org-20160215/ox-icalendar hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-icalendar /home/mmatthe/.emacs.d/elpa/org-20160215/ob-sql hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-sql /home/mmatthe/.emacs.d/elpa/org-20160215/org-docview hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-docview /home/mmatthe/.emacs.d/elpa/org-20160215/org-info hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-info /home/mmatthe/.emacs.d/elpa/org-20160215/ox-odt hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-odt /home/mmatthe/.emacs.d/elpa/org-20160215/org-mobile hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-mobile /home/mmatthe/.emacs.d/elpa/org-20160215/ob-keys hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-keys /home/mmatthe/.emacs.d/elpa/org-20160215/org-bibtex hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-bibtex /home/mmatthe/.emacs.d/elpa/org-20160215/org-list hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-list /home/mmatthe/.emacs.d/elpa/org-20160215/org-timer hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-timer /home/mmatthe/.emacs.d/elpa/org-20160215/ob-css hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-css /home/mmatthe/.emacs.d/elpa/org-20160215/org-datetree hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-datetree /home/mmatthe/.emacs.d/elpa/org-20160215/org-rmail hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-rmail /home/mmatthe/.emacs.d/elpa/org-20160215/org-irc hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-irc /home/mmatthe/.emacs.d/elpa/org-20160215/ob-awk hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-awk /home/mmatthe/.emacs.d/elpa/org-20160215/ob-ref hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-ref /home/mmatthe/.emacs.d/elpa/org-20160215/ob-perl hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-perl /home/mmatthe/.emacs.d/elpa/org-20160215/ob-gnuplot hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-gnuplot /home/mmatthe/.emacs.d/elpa/org-20160215/ox-latex hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-latex /home/mmatthe/.emacs.d/elpa/org-20160215/ob-matlab hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-matlab /home/mmatthe/.emacs.d/elpa/org-20160215/org-table hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-table /home/mmatthe/.emacs.d/elpa/org-20160215/ob-C hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-C /home/mmatthe/.emacs.d/elpa/org-20160215/ob-emacs-lisp hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-emacs-lisp /home/mmatthe/.emacs.d/elpa/org-20160215/org-src hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-src /home/mmatthe/.emacs.d/elpa/org-20160215/ob-makefile hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-makefile /home/mmatthe/.emacs.d/elpa/org-20160215/ob-asymptote hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-asymptote /home/mmatthe/.emacs.d/elpa/org-20160215/ob-table hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-table /home/mmatthe/.emacs.d/elpa/org-20160215/ob-dot hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-dot /home/mmatthe/.emacs.d/elpa/org-20160215/org-protocol hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-protocol /home/mmatthe/.emacs.d/elpa/org-20160215/org-entities hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-entities /home/mmatthe/.emacs.d/elpa/org-20160215/org-indent hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-indent /home/mmatthe/.emacs.d/elpa/org-20160215/ob-io hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-io /home/mmatthe/.emacs.d/elpa/org-20160215/ox-texinfo hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-texinfo /home/mmatthe/.emacs.d/elpa/org-20160215/ob-mscgen hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-mscgen /home/mmatthe/.emacs.d/elpa/org-20160215/org-feed hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-feed /home/mmatthe/.emacs.d/elpa/org-20160215/org-loaddefs hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-loaddefs /home/mmatthe/.emacs.d/elpa/org-20160215/ob-comint hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-comint /home/mmatthe/.emacs.d/elpa/org-20160215/org-ctags hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-ctags /home/mmatthe/.emacs.d/elpa/org-20160215/ob-screen hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-screen /home/mmatthe/.emacs.d/elpa/org-20160215/ob-python hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-python /home/mmatthe/.emacs.d/elpa/org-20160215/ob-R hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ob-R /home/mmatthe/.emacs.d/elpa/org-20160215/ox-beamer hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/ox-beamer /home/mmatthe/.emacs.d/elpa/org-20160215/org-id hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-id /home/mmatthe/.emacs.d/elpa/org-20160215/org-crypt hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-crypt /home/mmatthe/.emacs.d/elpa/org-20160215/org-element hides /home/mmatthe/programs/emacs25/share/emacs/25.0.91/lisp/org/org-element Features: (shadow sort mail-extr emacsbug linum magit-blame magit-stash magit-bisect magit-remote magit-commit magit-sequence magit magit-apply magit-wip magit-log magit-diff smerge-mode magit-core magit-autorevert autorevert filenotify magit-process magit-popup magit-mode magit-git crm magit-section magit-utils git-commit log-edit pcvs-util add-log with-editor async-bytecomp async tramp-sh server iso-transl dabbrev bs eieio-opt character-fold misearch multi-isearch cppext-addmember helm-command helm-elisp helm-eval edebug image-file org-table cc-mode-expansions cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs winner recentf tree-widget wid-edit google-this cdlatex texmathp gnus-dired org-mu4e mu4e-contrib shr dom subr-x mu4e mu4e-speedbar speedbar sb-image ezimage dframe mu4e-main mu4e-context mu4e-view epa mu4e-headers mu4e-compose mu4e-draft mu4e-actions ido rfc2368 smtpmail sendmail mu4e-mark mu4e-message html2text mu4e-proc mu4e-utils mu4e-lists mu4e-vars message rfc822 mml mml-sec epg mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader mu4e-meta cppext helm-mode helm-files rx image-dired tramp tramp-compat tramp-loaddefs trampver shell dired-aux ffap helm-buffers helm-elscreen helm-tags helm-bookmark helm-adaptive helm-info bookmark helm-locate helm-grep helm-regexp derived helm-plugin helm-external helm-net browse-url xml url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source mm-util help-fns mail-prsvr password-cache url-vars mailcap helm-utils helm-help helm-types yasnippet paren hl-line avoid two-column windmove feature-mode-expansions feature-mode cucumber-mode etags xref project nose org-capture ox-latex ox-icalendar ox-html ox-ascii ox-publish ox beacon seq hydra lv which-key multiple-cursors mc-hide-unmatched-lines-mode mc-separate-operations rectangular-region-mode mc-mark-pop mc-mark-more mc-cycle-cursors mc-edit-lines multiple-cursors-core rect expand-region text-mode-expansions the-org-mode-expansions er-basic-expansions expand-region-core expand-region-custom keyfreq hungry-delete ispell avy helm helm-source eieio-compat eieio eieio-core cl-macs helm-multi-match helm-lib edmacro kmacro highlight-symbol thingatpt undo-tree diff dired-x f dash s ucs-normalize use-package diminish bind-key ert pp ewoc debug cl gv warnings byte-opt compile bytecomp byte-compile cl-extra help-mode cconv cl-seq tabify vc vc-dispatcher vc-git diff-mode org-rmail org-mhe org-irc org-info org-gnus gnus-util org-docview doc-view jka-compr image-mode dired cl-loaddefs pcase cl-lib org-bibtex bibtex org-bbdb org-element avl-tree org-w3m org advice org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob ob-ref ob-lob ob-table ob-exp org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs ob-tangle org-src ob-comint comint ansi-color ring ob-keys ob-core ob-eval org-compat org-macs finder-inf tex-site avy-autoloads beacon-autoloads cdlatex-autoloads elfeed-autoloads expand-region-autoloads google-this-autoloads helm-autoloads helm-core-autoloads hungry-delete-autoloads hydra-autoloads keyfreq-autoloads multiple-cursors-autoloads nose-autoloads popup-autoloads undo-tree-autoloads use-package-autoloads diminish-autoloads bind-key-autoloads which-key-autoloads info async-autoloads yasnippet-autoloads package easymenu epg-config time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 608879 49033) (symbols 48 53683 2) (miscs 40 727 1588) (strings 32 139296 20013) (string-bytes 1 4261123) (vectors 16 78807) (vector-slots 8 1677706 54482) (floats 8 1161 538) (intervals 56 3607 494) (buffers 976 43) (heap 1024 67281 6660))
bug-gnu-emacs <at> gnu.org
:bug#22788
; Package emacs
.
(Wed, 24 Feb 2016 06:53:01 GMT) Full text and rfc822 format available.Message #8 received at 22788 <at> debbugs.gnu.org (full text, mbox):
From: Lars Ingebrigtsen <larsi <at> gnus.org> To: Maximilian Matthe <maxi.matthe <at> googlemail.com> Cc: 22788 <at> debbugs.gnu.org Subject: Re: bug#22788: 25.0.91; Crash Date: Wed, 24 Feb 2016 17:51:49 +1100
Maximilian Matthe <maxi.matthe <at> googlemail.com> writes: > The following command on the command line will issue a segmentation > fault: > > emacs -Q --eval '(condition-case nil (error "bla") nil)' I'm unable to reproduce this bug with the current emacs-25 checkout. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
bug-gnu-emacs <at> gnu.org
:bug#22788
; Package emacs
.
(Wed, 24 Feb 2016 08:06:01 GMT) Full text and rfc822 format available.Message #11 received at 22788 <at> debbugs.gnu.org (full text, mbox):
From: martin rudalics <rudalics <at> gmx.at> To: Lars Ingebrigtsen <larsi <at> gnus.org>, Maximilian Matthe <maxi.matthe <at> googlemail.com> Cc: 22788 <at> debbugs.gnu.org Subject: Re: bug#22788: 25.0.91; Crash Date: Wed, 24 Feb 2016 09:05:01 +0100
>> The following command on the command line will issue a segmentation >> fault: >> >> emacs -Q --eval '(condition-case nil (error "bla") nil)' > > I'm unable to reproduce this bug with the current emacs-25 checkout. Eli fixed that in between. martin
Glenn Morris <rgm <at> gnu.org>
to control <at> debbugs.gnu.org
.
(Wed, 24 Feb 2016 17:04:01 GMT) Full text and rfc822 format available.bug-gnu-emacs <at> gnu.org
:bug#22788
; Package emacs
.
(Wed, 24 Feb 2016 17:28:02 GMT) Full text and rfc822 format available.Message #16 received at 22788 <at> debbugs.gnu.org (full text, mbox):
From: Eli Zaretskii <eliz <at> gnu.org> To: martin rudalics <rudalics <at> gmx.at> Cc: larsi <at> gnus.org, maxi.matthe <at> googlemail.com, 22788 <at> debbugs.gnu.org Subject: Re: bug#22788: 25.0.91; Crash Date: Wed, 24 Feb 2016 19:27:20 +0200
> Date: Wed, 24 Feb 2016 09:05:01 +0100 > From: martin rudalics <rudalics <at> gmx.at> > Cc: 22788 <at> debbugs.gnu.org > > >> The following command on the command line will issue a segmentation > >> fault: > >> > >> emacs -Q --eval '(condition-case nil (error "bla") nil)' > > > > I'm unable to reproduce this bug with the current emacs-25 checkout. > > Eli fixed that in between. Yes, this is bug#22675. (It's amazing how several independent reports about the same obscure problem pop up within days of one another.)
Lars Ingebrigtsen <larsi <at> gnus.org>
to control <at> debbugs.gnu.org
.
(Wed, 24 Feb 2016 23:51:01 GMT) Full text and rfc822 format available.Lars Ingebrigtsen <larsi <at> gnus.org>
to control <at> debbugs.gnu.org
.
(Wed, 24 Feb 2016 23:51:01 GMT) Full text and rfc822 format available.Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Thu, 24 Mar 2016 11:24:04 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.