From unknown Sun Jun 22 00:33:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#19952 <19952@debbugs.gnu.org> To: bug#19952 <19952@debbugs.gnu.org> Subject: Status: 25.0.50; terminate_due_to_signal (sig=6) after save-buffers-kill-terminal Reply-To: bug#19952 <19952@debbugs.gnu.org> Date: Sun, 22 Jun 2025 07:33:54 +0000 retitle 19952 25.0.50; terminate_due_to_signal (sig=3D6) after save-buffers= -kill-terminal reassign 19952 emacs submitter 19952 Nicolas Richard severity 19952 normal tag 19952 unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 26 05:14:42 2015 Received: (at submit) by debbugs.gnu.org; 26 Feb 2015 10:14:42 +0000 Received: from localhost ([127.0.0.1]:58245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YQvSo-0005rb-Dd for submit@debbugs.gnu.org; Thu, 26 Feb 2015 05:14:42 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45267) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YQvSh-0005rF-Vg for submit@debbugs.gnu.org; Thu, 26 Feb 2015 05:14:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQvSW-0005sW-W7 for submit@debbugs.gnu.org; Thu, 26 Feb 2015 05:14:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQvSW-0005sS-Sr for submit@debbugs.gnu.org; Thu, 26 Feb 2015 05:14:20 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQvSQ-0000dh-Jh for bug-gnu-emacs@gnu.org; Thu, 26 Feb 2015 05:14:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQvSG-0005qV-SS for bug-gnu-emacs@gnu.org; Thu, 26 Feb 2015 05:14:14 -0500 Received: from mxin.ulb.ac.be ([164.15.128.112]:53008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQvSF-0005q6-KZ for bug-gnu-emacs@gnu.org; Thu, 26 Feb 2015 05:14:04 -0500 Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 26 Feb 2015 11:14:02 +0100 From: Nicolas Richard To: bug-gnu-emacs@gnu.org Subject: 25.0.50; terminate_due_to_signal (sig=6) after save-buffers-kill-terminal Date: Thu, 26 Feb 2015 11:14:42 +0100 Message-ID: <87lhjl2d4d.fsf@yahoo.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello, I noticed the following backtrace this morning after I tried to connect to the daemon (and it wasn't working). I hardly have more information, all I can say is: - I sometimes open non-gui frames and gui frames (with emacsclient) - emacs runs under gdb (using essentially "gdb -p $(pgrep emacs$)") IIRC the last thing I did with emacs was close a graphical frame but I'm not sure. AFAICT, save-buffers-kill-terminal should not have called save-buffers-kill-emacs in the first place because the daemon was running. #0 terminate_due_to_signal (sig=3D6, backtrace_limit=3D40) at emacs.c:347 No locals. #1 0x0822e474 in emacs_abort () at sysdep.c:2183 No locals. #2 0x081f6b4b in restore_kboard_configuration (was_locked=3D1) at keyboard= .c:961 prev =3D 0x1b377818 #3 0x082ce0f3 in unbind_to (count=3D2, value=3D0) at eval.c:3201 quitf =3D 0 gcpro1 =3D { next =3D 0x0,=20 var =3D 0xbfd8d998,=20 nvars =3D 136229235 } gcpro2 =3D { next =3D 0x0,=20 var =3D 0xbfd8d998,=20 nvars =3D 136229235 } #4 0x082c5f63 in unwind_to_catch (catch=3D0x8f20780, value=3D0) at eval.c:= 1144 last_time =3D false #5 0x082c6084 in Fthrow (tag=3D4810, value=3D0) at eval.c:1175 c =3D 0x8f20780 #6 0x081f750b in Ftop_level () at keyboard.c:1179 No locals. #7 0x082cc0cd in Ffuncall (nargs=3D1, args=3D0xbfd8db80) at eval.c:2702 internal_argbuf =3D {142133272, 585100112302758696, 0, 585100425835= 371304, 142093672, 0, 0, 585100425835371336} fun =3D -6917529027502318288 original_fun =3D 4810 funcar =3D 610287674208550912 numargs =3D 0 lisp_numargs =3D 0 val =3D -6917529027075687448 internal_args =3D 0xbfd8db88 count =3D 31 #8 0x0832b4f2 in exec_byte_code (bytestr=3D-9223372036663145376, vector=3D= -6917529027447128808, maxdepth=3D4611686018427387914, args_template=3D46116= 86018427388161, nargs=3D1, args=3D0xbfd8e1d8) at bytecode.c:919 targets =3D {0x832f6d1 , 0x832f772 , 0x832f774 , 0x832f776 , 0x832f778 , 0x832f778 , = 0x832f7d7 , 0x832f83f ,=20 0x832aa59 , 0x832aa5b ,= 0x832aa5d , 0x832aa5f , 0x832aa6= 1 , 0x832aa61 , 0x832aa6a , 0x832aa2a , 0x832b141 ,=20 0x832b143 , 0x832b145 ,= 0x832b147 , 0x832b149 , 0x832b14= 9 , 0x832b181 , 0x832b152 , 0x832b3f9 , 0x832b3fb ,=20 0x832b3fd , 0x832b3ff ,= 0x832b401 , 0x832b401 , 0x832b3b= 3 , 0x832b3ca , 0x832b4b7 , 0x832b4b9 , 0x832b4bb ,=20 0x832b4bd , 0x832b4bf ,= 0x832b4bf , 0x832b471 , 0x832b48= 8 , 0x832b56a , 0x832b56c , 0x832b56e , 0x832b570 ,=20 0x832b572 , 0x832b572 ,= 0x832b524 , 0x832b53b , 0x832c92= a , 0x832c6e3 , 0x832c6d7 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x832cbc2 , 0x832= cd74 , 0x832cddb , 0x832ce43 , 0x832ceaa , 0x832aeff ,=20 0x832af8a , 0x832cf35 = , 0x832adc6 , 0x832b007 , 0x832cf= a4 , 0x832d021 , 0x832d06a , 0x832d0e7 , 0x832d136 ,=20 0x832d1fd , 0x832d246 , 0x832d2c3 , 0x832d374 , 0x83= 2d3bd , 0x832d406 , 0x832d483 <= exec_byte_code+12222>, 0x832d500 ,=20 0x832d57d , 0x832d62e , 0x832d67d , 0x832d6cc , 0x83= 2d793 , 0x832d863 , 0x832d933 <= exec_byte_code+13422>, 0x832dcfd ,=20 0x832dd82 , 0x832de07 , 0x832de8c , 0x832df11 , 0x83= 2df60 , 0x832e02f , 0x832e07e <= exec_byte_code+15289>, 0x832e0cd ,=20 0x832e11c , 0x832e237 , 0x832c545 , 0x832e2a0 , 0x832= e2e9 , 0x832e3a9 , 0x832e412 , 0x832e47b , 0x832e4c4 ,=20 0x832e51a , 0x832e570 , 0x832e5d3 , 0x832f6d1 , 0x83= 2e630 , 0x832e66e , 0x832e6ac <= exec_byte_code+16871>, 0x832e6ea ,=20 0x832e728 , 0x832e766 , 0x832c545 , 0x832f6d1 , 0x832= e7af , 0x832e800 , 0x832e849 , 0x832e892 , 0x832e90f ,=20 0x832e98c , 0x832e9d5 , 0x832eb44 , 0x832ebc1 , 0x83= 2ec3e , 0x832ecbb , 0x832ecf9 <= exec_byte_code+18484>, 0x832f6d1 , 0x832c487 ,=20 0x832b614 , 0x832ac10 ,= 0x832b786 , 0x832b93c , 0x832bad= e , 0x832c415 , 0x832c459 , 0x832b357 , 0x832c505 ,=20 0x832c571 , 0x832c612 ,= 0x832c652 , 0x832c95e , 0x832ca0= 1 , 0x832cab2 , 0x832cb25 , 0x832b5cb , 0x832ed42 ,=20 0x832edf3 , 0x832ee3c , 0x832ee85 , 0x832eece , 0x83= 2ef17 , 0x832ef94 , 0x832f005 <= exec_byte_code+19264>, 0x832f076 ,=20 0x832f0e7 , 0x832f2f9 , 0x832f36a , 0x832f3db , 0x83= 2f424 , 0x832f495 , 0x832f506 <= exec_byte_code+20545>, 0x832f55b ,=20 0x832f5b0 , 0x832e16b , 0x832e1ba , 0x832f5ff , 0x83= 2f666 , 0x832f6d1 , 0x832bc80 <= exec_byte_code+6075>, 0x832bdcb , 0x832bf63 ,=20 0x832c0fb , 0x832c288 ,= 0x832d185 , 0x832d71b , 0x832e= 331 , 0x832f8c9 , 0x832f933 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f9bf , 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x83= 2f6d1 , 0x832f6d1 , 0x832f6d1 <= exec_byte_code+21004>, 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832fa4d } count =3D 31 op =3D 0 vectorp =3D 0xb8f7d1c stack =3D { pc =3D 0xb3e6dfe "\207",=20 byte_string =3D -9223372036663145376,=20 byte_string_start =3D 0xb3e6db4 "\301\061+",=20 next =3D 0xbfd8e59c } top =3D 0xbfd8db80 result =3D -4611686018107281568 type =3D CONDITION_CASE #9 0x082cd08e in funcall_lambda (fun=3D-6917529027449892072, nargs=3D1, ar= g_vector=3D0xbfd8e1d0) at eval.c:2872 val =3D 585091145487351813 syms_left =3D 4611686018427388161 next =3D 585138582324830184 lexenv =3D 0 count =3D 31 i =3D 191189784 optional =3D 30 rest =3D 8 #10 0x082cc733 in Ffuncall (nargs=3D2, args=3D0xbfd8e1c8) at eval.c:2754 fun =3D -6917529027449892072 original_fun =3D 6170000 funcar =3D 610287674208550912 numargs =3D 1 lisp_numargs =3D 0 val =3D -4611686018107281568 internal_args =3D 0x81ea94c count =3D 30 #11 0x0832b4f2 in exec_byte_code (bytestr=3D-9223372036663146016, vector=3D= -6917529027447128520, maxdepth=3D4611686018427387938, args_template=3D46116= 86018427388418, nargs=3D2, args=3D0xbfd8e7b8) at bytecode.c:919 targets =3D {0x832f6d1 , 0x832f772 , 0x832f774 , 0x832f776 , 0x832f778 , 0x832f778 , = 0x832f7d7 , 0x832f83f ,=20 0x832aa59 , 0x832aa5b ,= 0x832aa5d , 0x832aa5f , 0x832aa6= 1 , 0x832aa61 , 0x832aa6a , 0x832aa2a , 0x832b141 ,=20 0x832b143 , 0x832b145 ,= 0x832b147 , 0x832b149 , 0x832b14= 9 , 0x832b181 , 0x832b152 , 0x832b3f9 , 0x832b3fb ,=20 0x832b3fd , 0x832b3ff ,= 0x832b401 , 0x832b401 , 0x832b3b= 3 , 0x832b3ca , 0x832b4b7 , 0x832b4b9 , 0x832b4bb ,=20 0x832b4bd , 0x832b4bf ,= 0x832b4bf , 0x832b471 , 0x832b48= 8 , 0x832b56a , 0x832b56c , 0x832b56e , 0x832b570 ,=20 0x832b572 , 0x832b572 ,= 0x832b524 , 0x832b53b , 0x832c92= a , 0x832c6e3 , 0x832c6d7 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x832cbc2 , 0x832= cd74 , 0x832cddb , 0x832ce43 , 0x832ceaa , 0x832aeff ,=20 0x832af8a , 0x832cf35 = , 0x832adc6 , 0x832b007 , 0x832cf= a4 , 0x832d021 , 0x832d06a , 0x832d0e7 , 0x832d136 ,=20 0x832d1fd , 0x832d246 , 0x832d2c3 , 0x832d374 , 0x83= 2d3bd , 0x832d406 , 0x832d483 <= exec_byte_code+12222>, 0x832d500 ,=20 0x832d57d , 0x832d62e , 0x832d67d , 0x832d6cc , 0x83= 2d793 , 0x832d863 , 0x832d933 <= exec_byte_code+13422>, 0x832dcfd ,=20 0x832dd82 , 0x832de07 , 0x832de8c , 0x832df11 , 0x83= 2df60 , 0x832e02f , 0x832e07e <= exec_byte_code+15289>, 0x832e0cd ,=20 0x832e11c , 0x832e237 , 0x832c545 , 0x832e2a0 , 0x832= e2e9 , 0x832e3a9 , 0x832e412 , 0x832e47b , 0x832e4c4 ,=20 0x832e51a , 0x832e570 , 0x832e5d3 , 0x832f6d1 , 0x83= 2e630 , 0x832e66e , 0x832e6ac <= exec_byte_code+16871>, 0x832e6ea ,=20 0x832e728 , 0x832e766 , 0x832c545 , 0x832f6d1 , 0x832= e7af , 0x832e800 , 0x832e849 , 0x832e892 , 0x832e90f ,=20 0x832e98c , 0x832e9d5 , 0x832eb44 , 0x832ebc1 , 0x83= 2ec3e , 0x832ecbb , 0x832ecf9 <= exec_byte_code+18484>, 0x832f6d1 , 0x832c487 ,=20 0x832b614 , 0x832ac10 ,= 0x832b786 , 0x832b93c , 0x832bad= e , 0x832c415 , 0x832c459 , 0x832b357 , 0x832c505 ,=20 0x832c571 , 0x832c612 ,= 0x832c652 , 0x832c95e , 0x832ca0= 1 , 0x832cab2 , 0x832cb25 , 0x832b5cb , 0x832ed42 ,=20 0x832edf3 , 0x832ee3c , 0x832ee85 , 0x832eece , 0x83= 2ef17 , 0x832ef94 , 0x832f005 <= exec_byte_code+19264>, 0x832f076 ,=20 0x832f0e7 , 0x832f2f9 , 0x832f36a , 0x832f3db , 0x83= 2f424 , 0x832f495 , 0x832f506 <= exec_byte_code+20545>, 0x832f55b ,=20 0x832f5b0 , 0x832e16b , 0x832e1ba , 0x832f5ff , 0x83= 2f666 , 0x832f6d1 , 0x832bc80 <= exec_byte_code+6075>, 0x832bdcb , 0x832bf63 ,=20 0x832c0fb , 0x832c288 ,= 0x832d185 , 0x832d71b , 0x832e= 331 , 0x832f8c9 , 0x832f933 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f9bf , 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x83= 2f6d1 , 0x832f6d1 , 0x832f6d1 <= exec_byte_code+21004>, 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832fa4d } count =3D 30 op =3D 1 vectorp =3D 0xb8f7e3c stack =3D { pc =3D 0xb69601f "\210\201d",=20 byte_string =3D -9223372036663146016,=20 byte_string_start =3D 0xb695c04 "\305\062\061\004\306\307\002P\00= 3\"\210\310\002\311\"\204U",=20 next =3D 0xbfd90ffc } top =3D 0xbfd8e1c8 result =3D 585100112302761000 type =3D CONDITION_CASE #12 0x082cd08e in funcall_lambda (fun=3D-6917529027447127696, nargs=3D2, ar= g_vector=3D0xbfd8e7a8) at eval.c:2872 val =3D 585091145487351813 syms_left =3D 4611686018427388418 next =3D 585138582324831848 lexenv =3D 0 count =3D 30 i =3D 193954160 optional =3D 30 rest =3D 8 #13 0x082cc733 in Ffuncall (nargs=3D3, args=3D0xbfd8e7a0) at eval.c:2754 fun =3D -6917529027447127696 original_fun =3D 6563397 funcar =3D 610287674208550912 numargs =3D 2 lisp_numargs =3D 323629200 val =3D 0 internal_args =3D 0x81ea94c count =3D 29 #14 0x082caf87 in Fapply (nargs=3D2, args=3D0xbfd8e850) at eval.c:2324 i =3D 3 numargs =3D 2 funcall_nargs =3D 3 funcall_args =3D 0xbfd8e7a0 spread_arg =3D 0 fun =3D -6917529027447127696 retval =3D 585100425835374632 sa_avail =3D 16360 sa_count =3D 29 sa_must_free =3D false #15 0x082cb7c5 in apply1 (fn=3D6563397, arg=3D-4611686018103758704) at eval= .c:2545 No locals. #16 0x0833d0a1 in read_process_output_call (fun_and_args=3D-461168601810375= 8720) at process.c:4948 No locals. #17 0x082c6f9e in internal_condition_case_1 (bfun=3D0x833cfb8 , arg=3D-4611686018103758720, handlers=3D0, hfun=3D0x833d0a8 <= read_process_output_error_handler>) at eval.c:1359 val =3D 6563397 c =3D 0x8f2c200 #18 0x0833d9cd in read_and_dispose_of_process_output (p=3D0x1f680f78, chars= =3D0xbfd8e9ac "m \nv XDG_VTNR=3D1 -env MANPATH=3D/etc/java-config-2/current= -system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/i686= -pc-linux-gnu/4.8.3/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.2"...,= nbytes=3D3,=20 coding=3D0xc423168) at process.c:5160 outstream =3D 6563397 text =3D -9223372036353487736 outer_running_asynch_code =3D false waiting =3D -1 #19 0x0833d531 in read_process_output (proc=3D-6917529027114168456, channel= =3D4) at process.c:5069 nbytes =3D 3 p =3D 0x1f680f78 coding =3D 0xc423168 carryover =3D 0 count =3D 26 odeactivate =3D 4680 chars =3D "m \nv XDG_VTNR=3D1 -env MANPATH=3D/etc/java-config-2/cur= rent-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/= i686-pc-linux-gnu/4.8.3/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.2"= ... #20 0x0833c8dc in wait_reading_process_output (time_limit=3D0, nsecs=3D0, r= ead_kbd=3D-1, do_display=3Dtrue, wait_for_cell=3D0, wait_proc=3D0x0, just_w= ait_proc=3D0) at process.c:4789 nread =3D 4096 timeout_reduced_for_timers =3D true channel =3D 4 nfds =3D 1 Available =3D { fds_bits =3D {16, 0 } } Writeok =3D { fds_bits =3D {0 } } check_write =3D true check_delay =3D 7 no_avail =3D false xerrno =3D 0 proc =3D -6917529027114168456 timeout =3D { tv_sec =3D 24,=20 tv_nsec =3D 783555427 } end_time =3D { tv_sec =3D 0,=20 tv_nsec =3D 0 } got_some_input =3D -1 count =3D 25 #21 0x0820174b in kbd_buffer_get_event (kbp=3D0xbfd8fe84, used_mouse_menu= =3D0xbfd90411, end_time=3D0x0) at keyboard.c:3912 do_display =3D true obj =3D -6917529027458547672 #22 0x081fa8e3 in read_event_from_main_queue (end_time=3D0x0, local_getcjmp= =3D0xbfd90228, used_mouse_menu=3D0xbfd90411) at keyboard.c:2196 c =3D 0 save_jump =3D {{ __jmpbuf =3D {0, -1610612736, 137683071, 0, 0, 0},=20 __mask_was_saved =3D 649489995,=20 __saved_mask =3D { __val =3D {0, 0, 3218654680, 136227148, 0, 0, 0, 3218654716, = 2, 1073741824, 0, 0, 3218654744, 3058494402, 0, 142093672, 0, 3218654744, 3= 218654728, 136229235, 0, 0, 3218654760, 138165530, 3218654816, 1424882101, = 0, 0, 3218654744, 0, 3218654760, 136229308} } }} kb =3D 0x40000000 #23 0x081fae49 in read_decoded_event_from_main_queue (end_time=3D0x0, local= _getcjmp=3D0xbfd90228, prev_event=3D0, used_mouse_menu=3D0xbfd90411) at key= board.c:2261 nextevt =3D 0 frame =3D 0x3a60c03b terminal =3D 0x0 events =3D {103079215104, 783564310, 0, 0, 610287674208550912, 1374= 794639254028356, 585100112302768184, 0, 0, 0, 585091148706021480, 0, 585100= 422616711168, 142093672, 585091148706021512, 0} n =3D 0 #24 0x081fda69 in read_char (commandflag=3D1, map=3D-4611686018107293264, p= rev_event=3D0, used_mouse_menu=3D0xbfd90411, end_time=3D0x0) at keyboard.c:= 2871 c =3D 0 jmpcount =3D 25 local_getcjmp =3D {{ __jmpbuf =3D {0, 0, 0, -1076296840, -414799478, 1791566053},=20 __mask_was_saved =3D 0,=20 __saved_mask =3D { __val =3D {0, 6, 3221225472, 0, 0, 0, 0, 0, 0, 3218670216, 13= 6229308, 3125, 0, 617591824, 3221225472, 320094640, 3125, 3218670280, 13622= 7148, 3125, 0, 0, 3221225472, 320094640, 3221225472, 3125, 0, 320094640, 32= 0094640, 25000, 142118672, 320094640} } }} save_jump =3D {{ __jmpbuf =3D {-1073741824, -1076296968, 136229235, 0, 0, 320094= 640},=20 __mask_was_saved =3D -1073741824,=20 __saved_mask =3D { __val =3D {320094640, 0, 3218670376, 136227148, 0, 0, 0, 1362= 29308, 142118672, 3221225472, 0, 0, 142273008, 2684354560, 0, 142093672, 14= 2273008, 142273008, 3218670424, 136229235, 0, 0, 5, 0, 142273008, 268435456= 0, 0, 0, 0, 142273008, 3218670456, 136229308} } }} tem =3D 1374796079464464832 save =3D 588313946136052232 previous_echo_area_message =3D 0 also_record =3D 0 reread =3D false gcpro1 =3D { next =3D 0xc0000000,=20 var =3D 0xbfd902f8,=20 nvars =3D 136229235 } gcpro2 =3D { next =3D 0xc0000000,=20 var =3D 0xbfd902f8,=20 nvars =3D 136229235 } polling_stopped_here =3D true orig_kboard =3D 0x87aaa08 #25 0x08212bd8 in read_key_sequence (keybuf=3D0xbfd905d0, bufsize=3D30, pro= mpt=3D0, dont_downcase_last=3Dfalse, can_return_switch_frame=3Dtrue, fix_cu= rrent_buffer=3Dtrue, prevent_redisplay=3Dfalse) at keyboard.c:9144 interrupted_kboard =3D 0x87aaa08 interrupted_frame =3D 0x87ae9f0 key =3D -6917529027458547672 used_mouse_menu =3D false echo_local_start =3D 0 last_real_key_start =3D 0 keys_local_start =3D 0 new_binding =3D 0 count =3D 25 t =3D 0 echo_start =3D 0 keys_start =3D 0 current_binding =3D -4611686018107293264 first_event =3D 0 first_unbound =3D 31 mock_input =3D 0 fkey =3D { parent =3D -4611686018281950000,=20 map =3D -4611686018281950000,=20 start =3D 0,=20 end =3D 0 } keytran =3D { parent =3D -4611686018285190592,=20 map =3D -4611686018285190592,=20 start =3D 0,=20 end =3D 0 } indec =3D { parent =3D -4611686018281949984,=20 map =3D -4611686018281949984,=20 start =3D 0,=20 end =3D 0 } shift_translated =3D false delayed_switch_frame =3D 0 original_uppercase =3D 610388004644608832 original_uppercase_position =3D -1 dummyflag =3D false starting_buffer =3D 0xae14028 fake_prefixed_keys =3D 0 gcpro1 =3D { next =3D 0x8ab34e0,=20 var =3D 0xc0000000,=20 nvars =3D 145437920 } #26 0x081f7f08 in command_loop_1 () at keyboard.c:1407 cmd =3D 4611686018427387906 keybuf =3D {4611686018427387906, -6917529027501682768, 598714524191= 625136, 585137396913866264, 107513581488, 585091145487351813, 4611686018427= 387904, 0, 598714524052227938, 585138582324839992, -6917529027501682768, 12= , 0, 588250294720726616, 141687444, 585091148706023048, 0, 5882513738338140= 16, 141687444,=20 0, 2025, 610287674208550912, 8697450461844, 585100112302769848, 0= , 0, 0, 0, 0, 585100425835382488} i =3D -2147483648 prev_modiff =3D 0 prev_buffer =3D 0x0 already_adjusted =3D false #27 0x082c6e30 in internal_condition_case (bfun=3D0x81f790c , handlers=3D2025, hfun=3D0x81f6b4d ) at eval.c:1335 val =3D 585091148706023240 c =3D 0x8f21278 #28 0x081f73a3 in command_loop_2 (ignore=3D0) at keyboard.c:1139 val =3D 0 #29 0x082c5e7c in internal_catch (tag=3D2100, func=3D0x81f7367 , arg=3D0) at eval.c:1095 val =3D 142110472 c =3D 0x8f20940 #30 0x081f7289 in command_loop () at keyboard.c:1110 val =3D 0 #31 0x081f6560 in recursive_edit_1 () at keyboard.c:728 count =3D 24 val =3D 515828 #32 0x08252291 in read_minibuf (map=3D-4611686018285189408, initial=3D0, pr= ompt=3D-9223372036405513288, expflag=3Dfalse, histvar=3D5410, histpos=3D461= 1686018427387904, defalt=3D0, allow_props=3Dfalse, inherit_input_method=3Df= alse) at minibuf.c:680 val =3D 0 count =3D 15 mini_frame =3D -6917529027498808848 ambient_dir =3D -9223372036647234480 minibuffer =3D -6917529027458547672 input_method =3D 0 gcpro1 =3D { next =3D 0x80000000,=20 var =3D 0xbfd90978,=20 nvars =3D 136229308 } gcpro2 =3D { next =3D 0x80000000,=20 var =3D 0xbfd90978,=20 nvars =3D 136229308 } gcpro3 =3D { next =3D 0x80000000,=20 var =3D 0xbfd90978,=20 nvars =3D 136229308 } gcpro4 =3D { next =3D 0x80000000,=20 var =3D 0xbfd90978,=20 nvars =3D 136229308 } gcpro5 =3D { next =3D 0x80000000,=20 var =3D 0xbfd90978,=20 nvars =3D 136229308 } enable_multibyte =3D 0 pos =3D 0 histstring =3D 0 histval =3D -4611686018182367520 empty_minibuf =3D -6917529027498799808 dummy =3D 0 frame =3D -6917529027498808848 #33 0x082531e0 in Fread_from_minibuffer (prompt=3D-9223372036405513288, ini= tial_contents=3D0, keymap=3D-4611686018285189408, read=3D0, hist=3D5410, de= fault_value=3D0, inherit_input_method=3D0) at minibuf.c:963 histvar =3D 5410 histpos =3D 4611686018427387904 val =3D 0 gcpro1 =3D { next =3D 0xa0000000,=20 var =3D 0xbfd90a48,=20 nvars =3D 136229308 } #34 0x082ddd97 in Fyes_or_no_p (prompt=3D-9223372036405513288) at fns.c:2708 ans =3D 585091145487351818 gcpro1 =3D { next =3D 0x84a3dcc ,=20 var =3D 0x80000000,=20 nvars =3D -1076294944 } yes_or_no =3D -9223372033636103456 #35 0x082cc101 in Ffuncall (nargs=3D2, args=3D0xbfd90c80) at eval.c:2705 internal_argbuf =3D {-4611686018246703648, 585100112302771224, 0, -= 4611686018246703648, -4611686018246703648, 588270395167673400, -46116860182= 46703648, 0} fun =3D -6917529027499415936 original_fun =3D 21082 funcar =3D 585103655650790408 numargs =3D 1 lisp_numargs =3D -4611686018246703648 val =3D -4611686018246703648 internal_args =3D 0xbfd90c88 count =3D 14 #36 0x0832b4f2 in exec_byte_code (bytestr=3D-9223372036715692744, vector=3D= -6917529027497287400, maxdepth=3D4611686018427387913, args_template=3D46116= 86018427388418, nargs=3D2, args=3D0xbfd91278) at bytecode.c:919 targets =3D {0x832f6d1 , 0x832f772 , 0x832f774 , 0x832f776 , 0x832f778 , 0x832f778 , = 0x832f7d7 , 0x832f83f ,=20 0x832aa59 , 0x832aa5b ,= 0x832aa5d , 0x832aa5f , 0x832aa6= 1 , 0x832aa61 , 0x832aa6a , 0x832aa2a , 0x832b141 ,=20 0x832b143 , 0x832b145 ,= 0x832b147 , 0x832b149 , 0x832b14= 9 , 0x832b181 , 0x832b152 , 0x832b3f9 , 0x832b3fb ,=20 0x832b3fd , 0x832b3ff ,= 0x832b401 , 0x832b401 , 0x832b3b= 3 , 0x832b3ca , 0x832b4b7 , 0x832b4b9 , 0x832b4bb ,=20 0x832b4bd , 0x832b4bf ,= 0x832b4bf , 0x832b471 , 0x832b48= 8 , 0x832b56a , 0x832b56c , 0x832b56e , 0x832b570 ,=20 0x832b572 , 0x832b572 ,= 0x832b524 , 0x832b53b , 0x832c92= a , 0x832c6e3 , 0x832c6d7 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x832cbc2 , 0x832= cd74 , 0x832cddb , 0x832ce43 , 0x832ceaa , 0x832aeff ,=20 0x832af8a , 0x832cf35 = , 0x832adc6 , 0x832b007 , 0x832cf= a4 , 0x832d021 , 0x832d06a , 0x832d0e7 , 0x832d136 ,=20 0x832d1fd , 0x832d246 , 0x832d2c3 , 0x832d374 , 0x83= 2d3bd , 0x832d406 , 0x832d483 <= exec_byte_code+12222>, 0x832d500 ,=20 0x832d57d , 0x832d62e , 0x832d67d , 0x832d6cc , 0x83= 2d793 , 0x832d863 , 0x832d933 <= exec_byte_code+13422>, 0x832dcfd ,=20 0x832dd82 , 0x832de07 , 0x832de8c , 0x832df11 , 0x83= 2df60 , 0x832e02f , 0x832e07e <= exec_byte_code+15289>, 0x832e0cd ,=20 0x832e11c , 0x832e237 , 0x832c545 , 0x832e2a0 , 0x832= e2e9 , 0x832e3a9 , 0x832e412 , 0x832e47b , 0x832e4c4 ,=20 0x832e51a , 0x832e570 , 0x832e5d3 , 0x832f6d1 , 0x83= 2e630 , 0x832e66e , 0x832e6ac <= exec_byte_code+16871>, 0x832e6ea ,=20 0x832e728 , 0x832e766 , 0x832c545 , 0x832f6d1 , 0x832= e7af , 0x832e800 , 0x832e849 , 0x832e892 , 0x832e90f ,=20 0x832e98c , 0x832e9d5 , 0x832eb44 , 0x832ebc1 , 0x83= 2ec3e , 0x832ecbb , 0x832ecf9 <= exec_byte_code+18484>, 0x832f6d1 , 0x832c487 ,=20 0x832b614 , 0x832ac10 ,= 0x832b786 , 0x832b93c , 0x832bad= e , 0x832c415 , 0x832c459 , 0x832b357 , 0x832c505 ,=20 0x832c571 , 0x832c612 ,= 0x832c652 , 0x832c95e , 0x832ca0= 1 , 0x832cab2 , 0x832cb25 , 0x832b5cb , 0x832ed42 ,=20 0x832edf3 , 0x832ee3c , 0x832ee85 , 0x832eece , 0x83= 2ef17 , 0x832ef94 , 0x832f005 <= exec_byte_code+19264>, 0x832f076 ,=20 0x832f0e7 , 0x832f2f9 , 0x832f36a , 0x832f3db , 0x83= 2f424 , 0x832f495 , 0x832f506 <= exec_byte_code+20545>, 0x832f55b ,=20 0x832f5b0 , 0x832e16b , 0x832e1ba , 0x832f5ff , 0x83= 2f666 , 0x832f6d1 , 0x832bc80 <= exec_byte_code+6075>, 0x832bdcb , 0x832bf63 ,=20 0x832c0fb , 0x832c288 ,= 0x832d185 , 0x832d71b , 0x832e= 331 , 0x832f8c9 , 0x832f933 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f9bf , 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x83= 2f6d1 , 0x832f6d1 , 0x832f6d1 <= exec_byte_code+21004>, 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832fa4d } count =3D 11 op =3D 1 vectorp =3D 0x892211c stack =3D { pc =3D 0x86eaf59 "+\207",=20 byte_string =3D -9223372036715692744,=20 byte_string_start =3D 0x86eaf2f "\301\002!r\302\30= 3\304\305\306\005!\307\"\310$\216\311\001@\312\"\210\302\303\313\305\306\00= 6\a!\314\"\315$\216\300=CE=A0\210\317\320!+\207",=20 next =3D 0xbfd915cc } top =3D 0xbfd90c80 result =3D -6917529027390573624 type =3D CATCHER #37 0x082cd08e in funcall_lambda (fun=3D-6917529027463339992, nargs=3D2, ar= g_vector=3D0xbfd91268) at eval.c:2872 val =3D 585100422616711173 syms_left =3D 4611686018427388418 next =3D 585138582324842696 lexenv =3D 0 count =3D 11 i =3D 177741864 optional =3D 30 rest =3D 8 #38 0x082cc733 in Ffuncall (nargs=3D3, args=3D0xbfd91260) at eval.c:2754 fun =3D -6917529027463339992 original_fun =3D -6917529027463339992 funcar =3D 610287674208550912 numargs =3D 2 lisp_numargs =3D 0 val =3D 4680 internal_args =3D 0x81ea94c count =3D 10 #39 0x0832b4f2 in exec_byte_code (bytestr=3D-9223372036715693156, vector=3D= -6917529027501999188, maxdepth=3D4611686018427387916, args_template=3D46116= 86018427388160, nargs=3D1, args=3D0xbfd91800) at bytecode.c:919 targets =3D {0x832f6d1 , 0x832f772 , 0x832f774 , 0x832f776 , 0x832f778 , 0x832f778 , = 0x832f7d7 , 0x832f83f ,=20 0x832aa59 , 0x832aa5b ,= 0x832aa5d , 0x832aa5f , 0x832aa6= 1 , 0x832aa61 , 0x832aa6a , 0x832aa2a , 0x832b141 ,=20 0x832b143 , 0x832b145 ,= 0x832b147 , 0x832b149 , 0x832b14= 9 , 0x832b181 , 0x832b152 , 0x832b3f9 , 0x832b3fb ,=20 0x832b3fd , 0x832b3ff ,= 0x832b401 , 0x832b401 , 0x832b3b= 3 , 0x832b3ca , 0x832b4b7 , 0x832b4b9 , 0x832b4bb ,=20 0x832b4bd , 0x832b4bf ,= 0x832b4bf , 0x832b471 , 0x832b48= 8 , 0x832b56a , 0x832b56c , 0x832b56e , 0x832b570 ,=20 0x832b572 , 0x832b572 ,= 0x832b524 , 0x832b53b , 0x832c92= a , 0x832c6e3 , 0x832c6d7 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x832cbc2 , 0x832= cd74 , 0x832cddb , 0x832ce43 , 0x832ceaa , 0x832aeff ,=20 0x832af8a , 0x832cf35 = , 0x832adc6 , 0x832b007 , 0x832cf= a4 , 0x832d021 , 0x832d06a , 0x832d0e7 , 0x832d136 ,=20 0x832d1fd , 0x832d246 , 0x832d2c3 , 0x832d374 , 0x83= 2d3bd , 0x832d406 , 0x832d483 <= exec_byte_code+12222>, 0x832d500 ,=20 0x832d57d , 0x832d62e , 0x832d67d , 0x832d6cc , 0x83= 2d793 , 0x832d863 , 0x832d933 <= exec_byte_code+13422>, 0x832dcfd ,=20 0x832dd82 , 0x832de07 , 0x832de8c , 0x832df11 , 0x83= 2df60 , 0x832e02f , 0x832e07e <= exec_byte_code+15289>, 0x832e0cd ,=20 0x832e11c , 0x832e237 , 0x832c545 , 0x832e2a0 , 0x832= e2e9 , 0x832e3a9 , 0x832e412 , 0x832e47b , 0x832e4c4 ,=20 0x832e51a , 0x832e570 , 0x832e5d3 , 0x832f6d1 , 0x83= 2e630 , 0x832e66e , 0x832e6ac <= exec_byte_code+16871>, 0x832e6ea ,=20 0x832e728 , 0x832e766 , 0x832c545 , 0x832f6d1 , 0x832= e7af , 0x832e800 , 0x832e849 , 0x832e892 , 0x832e90f ,=20 0x832e98c , 0x832e9d5 , 0x832eb44 , 0x832ebc1 , 0x83= 2ec3e , 0x832ecbb , 0x832ecf9 <= exec_byte_code+18484>, 0x832f6d1 , 0x832c487 ,=20 0x832b614 , 0x832ac10 ,= 0x832b786 , 0x832b93c , 0x832bad= e , 0x832c415 , 0x832c459 , 0x832b357 , 0x832c505 ,=20 0x832c571 , 0x832c612 ,= 0x832c652 , 0x832c95e , 0x832ca0= 1 , 0x832cab2 , 0x832cb25 , 0x832b5cb , 0x832ed42 ,=20 0x832edf3 , 0x832ee3c , 0x832ee85 , 0x832eece , 0x83= 2ef17 , 0x832ef94 , 0x832f005 <= exec_byte_code+19264>, 0x832f076 ,=20 0x832f0e7 , 0x832f2f9 , 0x832f36a , 0x832f3db , 0x83= 2f424 , 0x832f495 , 0x832f506 <= exec_byte_code+20545>, 0x832f55b ,=20 0x832f5b0 , 0x832e16b , 0x832e1ba , 0x832f5ff , 0x83= 2f666 , 0x832f6d1 , 0x832bc80 <= exec_byte_code+6075>, 0x832bdcb , 0x832bf63 ,=20 0x832c0fb , 0x832c288 ,= 0x832d185 , 0x832d71b , 0x832e= 331 , 0x832f8c9 , 0x832f933 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f9bf , 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x83= 2f6d1 , 0x832f6d1 , 0x832f6d1 <= exec_byte_code+21004>, 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832fa4d } count =3D 9 op =3D 2 vectorp =3D 0x84a3bb0 stack =3D { pc =3D 0x86eb01f "\202|",=20 byte_string =3D -9223372036715693156,=20 byte_string_start =3D 0x86eafa7 "\302\001\303\"\21= 0\bC\303\304\305\306 \">\203\033",=20 next =3D 0xbfd91b5c } top =3D 0xbfd91260 result =3D 585091148706026600 type =3D (CONDITION_CASE | unknown: 28) #40 0x082cd08e in funcall_lambda (fun=3D-6917529027501999256, nargs=3D1, ar= g_vector=3D0xbfd917f8) at eval.c:2872 val =3D 585091145487351813 syms_left =3D 4611686018427388160 next =3D 585138582324844184 lexenv =3D 0 count =3D 9 i =3D 139082600 optional =3D 30 rest =3D 8 #41 0x082cc733 in Ffuncall (nargs=3D2, args=3D0xbfd917f0) at eval.c:2754 fun =3D -6917529027501999256 original_fun =3D 499597 funcar =3D 610287674208550912 numargs =3D 1 lisp_numargs =3D 0 val =3D 0 internal_args =3D 0x81ea94c count =3D 8 #42 0x0832b4f2 in exec_byte_code (bytestr=3D-9223372036715692480, vector=3D= -6917529027501998512, maxdepth=3D4611686018427387908, args_template=3D46116= 86018427388160, nargs=3D1, args=3D0xbfd91ef8) at bytecode.c:919 targets =3D {0x832f6d1 , 0x832f772 , 0x832f774 , 0x832f776 , 0x832f778 , 0x832f778 , = 0x832f7d7 , 0x832f83f ,=20 0x832aa59 , 0x832aa5b ,= 0x832aa5d , 0x832aa5f , 0x832aa6= 1 , 0x832aa61 , 0x832aa6a , 0x832aa2a , 0x832b141 ,=20 0x832b143 , 0x832b145 ,= 0x832b147 , 0x832b149 , 0x832b14= 9 , 0x832b181 , 0x832b152 , 0x832b3f9 , 0x832b3fb ,=20 0x832b3fd , 0x832b3ff ,= 0x832b401 , 0x832b401 , 0x832b3b= 3 , 0x832b3ca , 0x832b4b7 , 0x832b4b9 , 0x832b4bb ,=20 0x832b4bd , 0x832b4bf ,= 0x832b4bf , 0x832b471 , 0x832b48= 8 , 0x832b56a , 0x832b56c , 0x832b56e , 0x832b570 ,=20 0x832b572 , 0x832b572 ,= 0x832b524 , 0x832b53b , 0x832c92= a , 0x832c6e3 , 0x832c6d7 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x832cbc2 , 0x832= cd74 , 0x832cddb , 0x832ce43 , 0x832ceaa , 0x832aeff ,=20 0x832af8a , 0x832cf35 = , 0x832adc6 , 0x832b007 , 0x832cf= a4 , 0x832d021 , 0x832d06a , 0x832d0e7 , 0x832d136 ,=20 0x832d1fd , 0x832d246 , 0x832d2c3 , 0x832d374 , 0x83= 2d3bd , 0x832d406 , 0x832d483 <= exec_byte_code+12222>, 0x832d500 ,=20 0x832d57d , 0x832d62e , 0x832d67d , 0x832d6cc , 0x83= 2d793 , 0x832d863 , 0x832d933 <= exec_byte_code+13422>, 0x832dcfd ,=20 0x832dd82 , 0x832de07 , 0x832de8c , 0x832df11 , 0x83= 2df60 , 0x832e02f , 0x832e07e <= exec_byte_code+15289>, 0x832e0cd ,=20 0x832e11c , 0x832e237 , 0x832c545 , 0x832e2a0 , 0x832= e2e9 , 0x832e3a9 , 0x832e412 , 0x832e47b , 0x832e4c4 ,=20 0x832e51a , 0x832e570 , 0x832e5d3 , 0x832f6d1 , 0x83= 2e630 , 0x832e66e , 0x832e6ac <= exec_byte_code+16871>, 0x832e6ea ,=20 0x832e728 , 0x832e766 , 0x832c545 , 0x832f6d1 , 0x832= e7af , 0x832e800 , 0x832e849 , 0x832e892 , 0x832e90f ,=20 0x832e98c , 0x832e9d5 , 0x832eb44 , 0x832ebc1 , 0x83= 2ec3e , 0x832ecbb , 0x832ecf9 <= exec_byte_code+18484>, 0x832f6d1 , 0x832c487 ,=20 0x832b614 , 0x832ac10 ,= 0x832b786 , 0x832b93c , 0x832bad= e , 0x832c415 , 0x832c459 , 0x832b357 , 0x832c505 ,=20 0x832c571 , 0x832c612 ,= 0x832c652 , 0x832c95e , 0x832ca0= 1 , 0x832cab2 , 0x832cb25 , 0x832b5cb , 0x832ed42 ,=20 0x832edf3 , 0x832ee3c , 0x832ee85 , 0x832eece , 0x83= 2ef17 , 0x832ef94 , 0x832f005 <= exec_byte_code+19264>, 0x832f076 ,=20 0x832f0e7 , 0x832f2f9 , 0x832f36a , 0x832f3db , 0x83= 2f424 , 0x832f495 , 0x832f506 <= exec_byte_code+20545>, 0x832f55b ,=20 0x832f5b0 , 0x832e16b , 0x832e1ba , 0x832f5ff , 0x83= 2f666 , 0x832f6d1 , 0x832bc80 <= exec_byte_code+6075>, 0x832bdcb , 0x832bf63 ,=20 0x832c0fb , 0x832c288 ,= 0x832d185 , 0x832d71b , 0x832e= 331 , 0x832f8c9 , 0x832f933 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f9bf , 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x83= 2f6d1 , 0x832f6d1 , 0x832f6d1 <= exec_byte_code+21004>, 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832fa4d } count =3D 8 op =3D 1 vectorp =3D 0x84a3e54 stack =3D { pc =3D 0x86eaea8 "\207",=20 byte_string =3D -9223372036715692480,=20 byte_string_start =3D 0x86eae9a "\300\301\302\"\20= 3\v",=20 next =3D 0xbfd925ec } top =3D 0xbfd917f0 result =3D 758151716080786576 type =3D (unknown: 1073741824) #43 0x082cd08e in funcall_lambda (fun=3D-6917529027501998580, nargs=3D1, ar= g_vector=3D0xbfd91ef0) at eval.c:2872 val =3D 585091145487351813 syms_left =3D 4611686018427388160 next =3D 585138582324845608 lexenv =3D 0 count =3D 8 i =3D 139083276 optional =3D 30 rest =3D 8 #44 0x082cc733 in Ffuncall (nargs=3D2, args=3D0xbfd91ee8) at eval.c:2754 fun =3D -6917529027501998580 original_fun =3D 499607 funcar =3D 585091148706028840 numargs =3D 1 lisp_numargs =3D -6917529027499418936 val =3D 0 internal_args =3D 0x81ea94c count =3D 7 #45 0x082be563 in Ffuncall_interactively (nargs=3D2, args=3D0xbfd91ee8) at = callint.c:252 speccount =3D 6 #46 0x082cbf98 in Ffuncall (nargs=3D3, args=3D0xbfd91ee0) at eval.c:2685 fun =3D -6917529027499418936 original_fun =3D 2550 funcar =3D 610287674208550912 numargs =3D 2 lisp_numargs =3D -9223372036716006000 val =3D 596011787032199168 internal_args =3D 0x81ea94c count =3D 5 #47 0x082c1b87 in Fcall_interactively (function=3D499607, record_flag=3D0, = keys=3D-6917529027498835632) at callint.c:849 val =3D -6917529027499418912 args =3D 0xbfd91ee0 visargs =3D 0xbfd91ef8 specs =3D -9223372036715910412 filter_specs =3D -9223372036715910412 teml =3D -6917529027502319112 up_event =3D 0 enable =3D 0 sa_avail =3D 16310 sa_count =3D 5 sa_must_free =3D false speccount =3D 5 next_event =3D 2 prefix_arg =3D 0 string =3D 0xbfd91f40 "P" tem =3D 0x840201b "" varies =3D 0xbfd91f10 "" i =3D 3 nargs =3D 3 mark =3D -1610612736 arg_from_tty =3D false gcpro1 =3D { next =3D 0xbfd920e8,=20 var =3D 0x81eaed8 ,=20 nvars =3D 3 } gcpro2 =3D { next =3D 0xbfd920e8,=20 var =3D 0x81eaed8 ,=20 nvars =3D 3 } gcpro3 =3D { next =3D 0x81ea94c ,=20 var =3D 0x8719ae0 ,=20 nvars =3D 3 } gcpro4 =3D { next =3D 0xbfd920e8,=20 var =3D 0x81eaed8 ,=20 nvars =3D 3 } gcpro5 =3D { next =3D 0xbfd920e8,=20 var =3D 0x81eaed8 ,=20 nvars =3D 3 } key_count =3D 2 record_then_fail =3D false save_this_command =3D 499607 save_last_command =3D 2735 save_this_original_command =3D 499607 save_real_this_command =3D 499607 #48 0x082cc1b7 in Ffuncall (nargs=3D4, args=3D0xbfd92268) at eval.c:2712 internal_argbuf =3D {499607, 585100112302776808, 0, 585100425835389= 416, -6917529027498988184, 0, -6917529027641081856, 585100425835389448} fun =3D -6917529027499418912 original_fun =3D 25294 funcar =3D 610287674208550912 numargs =3D 3 lisp_numargs =3D 0 val =3D 0 internal_args =3D 0xbfd92270 count =3D 4 #49 0x0832b4f2 in exec_byte_code (bytestr=3D-9223372036715376980, vector=3D= -6917529027501683012, maxdepth=3D4611686018427387917, args_template=3D46116= 86018427388929, nargs=3D1, args=3D0xbfd92810) at bytecode.c:919 targets =3D {0x832f6d1 , 0x832f772 , 0x832f774 , 0x832f776 , 0x832f778 , 0x832f778 , = 0x832f7d7 , 0x832f83f ,=20 0x832aa59 , 0x832aa5b ,= 0x832aa5d , 0x832aa5f , 0x832aa6= 1 , 0x832aa61 , 0x832aa6a , 0x832aa2a , 0x832b141 ,=20 0x832b143 , 0x832b145 ,= 0x832b147 , 0x832b149 , 0x832b14= 9 , 0x832b181 , 0x832b152 , 0x832b3f9 , 0x832b3fb ,=20 0x832b3fd , 0x832b3ff ,= 0x832b401 , 0x832b401 , 0x832b3b= 3 , 0x832b3ca , 0x832b4b7 , 0x832b4b9 , 0x832b4bb ,=20 0x832b4bd , 0x832b4bf ,= 0x832b4bf , 0x832b471 , 0x832b48= 8 , 0x832b56a , 0x832b56c , 0x832b56e , 0x832b570 ,=20 0x832b572 , 0x832b572 ,= 0x832b524 , 0x832b53b , 0x832c92= a , 0x832c6e3 , 0x832c6d7 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x832cbc2 , 0x832= cd74 , 0x832cddb , 0x832ce43 , 0x832ceaa , 0x832aeff ,=20 0x832af8a , 0x832cf35 = , 0x832adc6 , 0x832b007 , 0x832cf= a4 , 0x832d021 , 0x832d06a , 0x832d0e7 , 0x832d136 ,=20 0x832d1fd , 0x832d246 , 0x832d2c3 , 0x832d374 , 0x83= 2d3bd , 0x832d406 , 0x832d483 <= exec_byte_code+12222>, 0x832d500 ,=20 0x832d57d , 0x832d62e , 0x832d67d , 0x832d6cc , 0x83= 2d793 , 0x832d863 , 0x832d933 <= exec_byte_code+13422>, 0x832dcfd ,=20 0x832dd82 , 0x832de07 , 0x832de8c , 0x832df11 , 0x83= 2df60 , 0x832e02f , 0x832e07e <= exec_byte_code+15289>, 0x832e0cd ,=20 0x832e11c , 0x832e237 , 0x832c545 , 0x832e2a0 , 0x832= e2e9 , 0x832e3a9 , 0x832e412 , 0x832e47b , 0x832e4c4 ,=20 0x832e51a , 0x832e570 , 0x832e5d3 , 0x832f6d1 , 0x83= 2e630 , 0x832e66e , 0x832e6ac <= exec_byte_code+16871>, 0x832e6ea ,=20 0x832e728 , 0x832e766 , 0x832c545 , 0x832f6d1 , 0x832= e7af , 0x832e800 , 0x832e849 , 0x832e892 , 0x832e90f ,=20 0x832e98c , 0x832e9d5 , 0x832eb44 , 0x832ebc1 , 0x83= 2ec3e , 0x832ecbb , 0x832ecf9 <= exec_byte_code+18484>, 0x832f6d1 , 0x832c487 ,=20 0x832b614 , 0x832ac10 ,= 0x832b786 , 0x832b93c , 0x832bad= e , 0x832c415 , 0x832c459 , 0x832b357 , 0x832c505 ,=20 0x832c571 , 0x832c612 ,= 0x832c652 , 0x832c95e , 0x832ca0= 1 , 0x832cab2 , 0x832cb25 , 0x832b5cb , 0x832ed42 ,=20 0x832edf3 , 0x832ee3c , 0x832ee85 , 0x832eece , 0x83= 2ef17 , 0x832ef94 , 0x832f005 <= exec_byte_code+19264>, 0x832f076 ,=20 0x832f0e7 , 0x832f2f9 , 0x832f36a , 0x832f3db , 0x83= 2f424 , 0x832f495 , 0x832f506 <= exec_byte_code+20545>, 0x832f55b ,=20 0x832f5b0 , 0x832e16b , 0x832e1ba , 0x832f5ff , 0x83= 2f666 , 0x832f6d1 , 0x832bc80 <= exec_byte_code+6075>, 0x832bdcb , 0x832bf63 ,=20 0x832c0fb , 0x832c288 ,= 0x832d185 , 0x832d71b , 0x832e= 331 , 0x832f8c9 , 0x832f933 , 0x832f6d1 , 0x832f6d1 ,=20 0x832f9bf , 0x832f6d1 , 0x832f6d1 , 0x832f6d1 , 0x83= 2f6d1 , 0x832f6d1 , 0x832f6d1 <= exec_byte_code+21004>, 0x832f6d1 ,=20 0x832f6d1 , 0x832f6d1 , 0x832fa4d } count =3D 4 op =3D 3 vectorp =3D 0x84f0ec0 stack =3D { pc =3D 0x86cadcf "\006\006\071\203\233",=20 byte_string =3D -9223372036715376980,=20 byte_string_start =3D 0x86cad5b "\306\020\211?\205= \f",=20 next =3D 0x0 } top =3D 0xbfd92268 result =3D 585100425835390056 type =3D CATCHER #50 0x082cd08e in funcall_lambda (fun=3D-6917529027501683072, nargs=3D1, ar= g_vector=3D0xbfd92808) at eval.c:2872 val =3D 585091145487351813 syms_left =3D 4611686018427388929 next =3D 585138582324848312 lexenv =3D 0 count =3D 4 i =3D 139398784 optional =3D 30 rest =3D 8 #51 0x082cc733 in Ffuncall (nargs=3D2, args=3D0xbfd92800) at eval.c:2754 fun =3D -6917529027501683072 original_fun =3D 1565 funcar =3D 0 numargs =3D 1 lisp_numargs =3D 1565 val =3D 0 internal_args =3D 0x82ce302 count =3D 3 #52 0x082cb837 in call1 (fn=3D1565, arg1=3D499607) at eval.c:2560 No locals. #53 0x081f84b0 in command_loop_1 () at keyboard.c:1521 scount =3D 2 cmd =3D 499607 keybuf =3D {4611686018427387928, 4611686018427387907, 19997, 0, -92= 23372036712682136, 610287674208550912, 1336609765745006464, 585100112302778= 616, 0, -4611686018116184192, -9223372036716006000, 0, 0, 58510042583539125= 6, 0, 585091148706031944, 0, 585307014838616064, 0, 0, 2025, 61028767420855= 0912,=20 8697308774402, 585100112302778744, 0, -4611686018427387904, 0, 0,= 3221225472, 585100425835391384} i =3D 2 prev_modiff =3D 235 prev_buffer =3D 0x10bae080 already_adjusted =3D false #54 0x082c6e30 in internal_condition_case (bfun=3D0x81f790c , handlers=3D2025, hfun=3D0x81f6b4d ) at eval.c:1335 val =3D 585091148706032136 c =3D 0x8f20860 #55 0x081f73a3 in command_loop_2 (ignore=3D0) at keyboard.c:1139 val =3D 4611686018427387904 #56 0x082c5e7c in internal_catch (tag=3D4810, func=3D0x81f7367 , arg=3D0) at eval.c:1095 val =3D 142132152 c =3D 0x8f20780 #57 0x081f7321 in command_loop () at keyboard.c:1118 No locals. #58 0x081f6560 in recursive_edit_1 () at keyboard.c:728 count =3D 1 val =3D 0 #59 0x081f6821 in Frecursive_edit () at keyboard.c:799 count =3D 0 buffer =3D 0 #60 0x081f3e0f in main (argc=3D2, argv=3D0xbfd92c44) at emacs.c:1607 dummy =3D -5307245867173600275 stack_bottom_variable =3D -62 '\302' do_initial_setlocale =3D true dumping =3D false skip_args =3D 1 rlim =3D { rlim_cur =3D 8388608,=20 rlim_max =3D 18446744073709551615 } no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x0 original_pwd =3D 0x0 Lisp Backtrace: "yes-or-no-p" (0xbfd90c88) 0xa982028 PVEC_COMPILED "save-buffers-kill-emacs" (0xbfd917f8) "save-buffers-kill-terminal" (0xbfd91ef0) "funcall-interactively" (0xbfd91ee8) "call-interactively" (0xbfd92270) "command-execute" (0xbfd92808) In GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2015-02-03 on localhost Repository revision: 807dad87e61183b05a6951e071ec7a67c8e2abfd Windowing system distributor `The X.Org Foundation', version 11.0.11500000 System Description: Gentoo Base System release 2.2 Configured using: `configure --with-x-toolkit=3Dlucid --enable-checking --with-wide-int 'CFLAGS=3D -O0 -g3'' Configured features: XAW3D XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix --=20 Nicolas Richard From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 15 07:51:21 2018 Received: (at control) by debbugs.gnu.org; 15 Jun 2018 11:51:22 +0000 Received: from localhost ([127.0.0.1]:49042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTnGD-0002nh-Lq for submit@debbugs.gnu.org; Fri, 15 Jun 2018 07:51:21 -0400 Received: from mail-it0-f46.google.com ([209.85.214.46]:54935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTnGB-0002nQ-FH; Fri, 15 Jun 2018 07:51:19 -0400 Received: by mail-it0-f46.google.com with SMTP id 76-v6so2267218itx.4; Fri, 15 Jun 2018 04:51:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=M7is3l8PHAr79XYIQd1L0xuXDqj0AwjE/fqEoir1g4Y=; b=DR3kIkTFwk9232yCMEGWhrRXayD7qJKR3z97H23tBcwg7PrqUznQtjHJJhLlOurmvX dFb13pO3dzUWUVzNxwgN9QrXboIwpoO99TGVl1WZx6sZWWvey9a8DZ5yyfiGClaF32dV 3wPlrL126WOYCUz79/dIGnKW0ZsqRMvWPf/8zighgZ9kaZQoOiFtd39f9C1iMey4HXyO vyHGCIXxYT508mcKmyJDtxPvVBKi5EEoSWl/zEijpUyBOpx+ypOYa9g6Ol6pcamS9Nmu zo/xWiKCBHAJRUhh1ehTllFnXPICzF94MDdEXQZEjO1ildjdWUUZaOCXsk+LZyFO2RAo OIOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=M7is3l8PHAr79XYIQd1L0xuXDqj0AwjE/fqEoir1g4Y=; b=C+7cx017pIHJsPiOO5brp8lsB2IMJXU0/iEH+fRTb8vzJ83EmKHblABc0nCw+JP6rk sEiav0uWXCjyCFwBwaEJHXsVJIZyqVKBozUZPoDf08PAZRPj48sWVVw3Of8d0Kw5kDZV u8jGgNW550Ty6JC7vnuA70BF2r3Ql8BXzI4NYUHfE82zHp4wp85DvPqSc0F0SUUqZXG6 o/3bhVKFrTDbdPnoXniiaa5EBd6uddHTzZUuw6lj1jtQCnPZa1J/j8nQ/Flb6CfhMkK3 L7gFtqw7eXFudpuhyAMWSjXARLCwMgv5gV4xOTLEfJz/wBdJL/ENWOf1NjNqVKnNwBoI 7yag== X-Gm-Message-State: APt69E1QTdhCUncjwHkGJuSyf3N7CHjT1Il7m/tooZB30x8pbUQzfrfw /N7IdPZM1O2woeZrDSzxopyKjw== X-Google-Smtp-Source: ADUXVKIzfoiDbnyhWtckBQSzLGv9uz2rkeKcalgUzEyHa3Xopp5lOUmvmw5ibvV/IMxz8ZY0lc/EEQ== X-Received: by 2002:a02:8623:: with SMTP id e32-v6mr484181jai.53.1529063473015; Fri, 15 Jun 2018 04:51:13 -0700 (PDT) Received: from zebian (cbl-45-2-119-34.yyz.frontiernetworks.ca. [45.2.119.34]) by smtp.googlemail.com with ESMTPSA id 82-v6sm763424ita.19.2018.06.15.04.51.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Jun 2018 04:51:12 -0700 (PDT) From: Noam Postavsky To: Nicolas Richard Subject: Re: bug#16710: 24.3.50; emacs crash. References: <87iosnawu0.fsf@yahoo.fr> Date: Fri, 15 Jun 2018 07:51:11 -0400 In-Reply-To: <87iosnawu0.fsf@yahoo.fr> (Nicolas Richard's message of "Mon, 10 Feb 2014 15:03:51 +0100") Message-ID: <87po0suv2o.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control Cc: 16710@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 16710 + unreproducible tags 16223 + unreproducible unarchive 16165 forcemerge 16165 16164 tags 19952 + unreproducible quit Nicolas Richard writes: > I was experimenting --with edebug-- a lisp infinite loop of recursive > calls, all wrapped in an ignore-errors, and got this crash. I could not > reproduce unfortunately, and in fact it doesn't seem to be related to > the lisp code I was looking at. So I see you reported several hard crashes with Emacs 24.3.50 (and one with 25.0.50), which also lack an easily reproducible recipe. Are you still hitting these with more recent Emacs (25.3 or 26.1)? I doubt there is much hope of tracking any of these down by now otherwise. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 01:06:51 2019 Received: (at 19952) by debbugs.gnu.org; 30 Jun 2019 05:06:51 +0000 Received: from localhost ([127.0.0.1]:45232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhS38-0003LW-M5 for submit@debbugs.gnu.org; Sun, 30 Jun 2019 01:06:50 -0400 Received: from mail-wr1-f50.google.com ([209.85.221.50]:32881) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhS34-0003LD-9k; Sun, 30 Jun 2019 01:06:47 -0400 Received: by mail-wr1-f50.google.com with SMTP id n9so10260041wru.0; Sat, 29 Jun 2019 22:06:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=3gyyqyC5akk+/ChR66b9BTJg49utzV7anDBu0AWpDHU=; b=QYy1voj0QztcHa2xk8j8F1Hif7MYewHrTd0xYa+4BcIIvefYSw0JkBzljtVIivoYUe SYhnLEgt2VCPZPK53by1yO/ekd4yUhATJcltm14YrmbV/qvGt8EZfYGPNIBbblkiD1Ra HhDlIvzZyPOawok3lS8e8sK4Ah387Ko/XVosqmfTzT5tVEA7M2Z4sH9wp2TZSJP5pZeG qEZ0hbnHAjibh2UfB6J23jMACn/UYYW/kE/rUoRtEaR89aIfezs2oCPbzG/rowy1GZEM XmpXDEILqXpYkK29OxojrJfkVfUOS8ccp8KNExR3pi2AXAy+b8EMbJNfcCZ2IIAY9CfU 4Bdw== X-Gm-Message-State: APjAAAUaJ1on9a3+FPRthZg5u6WCPHYtf2HG6Yn8Z45SUAhi99SJ4hlm hxKi6gT8ij+JsIM5nsXY9asa68cBfG+rYEkzPp4= X-Google-Smtp-Source: APXvYqwvvjPow6ea7J208lK6UKj4o4IYsSIOePRA8vMHhrr5FcJX4zBAWx+BA0yH5/5up8UtA0vo8YNfjNhgAqEGakU= X-Received: by 2002:adf:eb49:: with SMTP id u9mr14075218wrn.215.1561871200654; Sat, 29 Jun 2019 22:06:40 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Sun, 30 Jun 2019 07:06:29 +0200 Message-ID: Subject: Re: bug#16710: 24.3.50; emacs crash. To: Noam Postavsky Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 19952 Cc: Nicolas Richard , 16710@debbugs.gnu.org, 19952@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.9 (/) Noam Postavsky writes: >> I was experimenting --with edebug-- a lisp infinite loop of recursive >> calls, all wrapped in an ignore-errors, and got this crash. I could not >> reproduce unfortunately, and in fact it doesn't seem to be related to >> the lisp code I was looking at. > > So I see you reported several hard crashes with Emacs 24.3.50 (and one > with 25.0.50), which also lack an easily reproducible recipe. Are you > still hitting these with more recent Emacs (25.3 or 26.1)? I doubt > there is much hope of tracking any of these down by now otherwise. That was one year ago. Lacking any further information, maybe it is time to close this bug report? Thanks, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 06:33:17 2019 Received: (at 19952-done) by debbugs.gnu.org; 30 Jun 2019 10:33:17 +0000 Received: from localhost ([127.0.0.1]:45418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhX92-00056N-Rl for submit@debbugs.gnu.org; Sun, 30 Jun 2019 06:33:17 -0400 Received: from sonic311-30.consmr.mail.ir2.yahoo.com ([77.238.176.162]:43639) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhX8w-00055w-Tl for 19952-done@debbugs.gnu.org; Sun, 30 Jun 2019 06:33:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.fr; s=s2048; t=1561890783; bh=KfbMlb5uR5Gyap1RR2ajBHYrsqV4COkqR1+TanfmeDI=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From:Subject; b=BBBIkjnCiLDOdyccR+CMObvvEkawI+D1DqfXg/2EQklRmQk6e357PCIQXnhUP6qrOihEbRfmYf03IZ2ySUvG9Qj45yRYofEWCfyG63pw0/fZ2ODmkcoyI4shyyGjhskoDatSAyqi+dGrZXTlhWk/X53lkuA36EiIsPQ5mRUaqQ4voOKb8PE9M5hFPdwU3XjYybMbtMoBB7TZ/jrxyRdXujIEcG0rMOJvan2UrVnyiNQxub76+kWsf3tLIi6WT3N35EM3nlCZWax9b16mMIoAP2z+XiqZODdh9o/sSVcD1my6cZ+b+1jEJzmvGpYrZgENFLZAYb4QP2DOaq48/iVafw== X-YMail-OSG: RszFxCgVM1kStljSrsn9fi8szNANfa9p4gsftFniY3ra0O0jQ.Oqm.40nluUbSN kDkD5lOWC8DY3UY4BOYrVvwrEJCJCPn.8okYh9MZq74IMs.8ShrT9_S.Xuj5WaFDnSHNxHr2BTCg 4gMrdlwFv_RSXWudnCkZZ1aH1BB9upfqRj2hTMX3JUiwlrCj1hTSH_7fdiDOViRLnrMVCwy.VxjL h97pF9gFA1fQXO3ltRtKz7o8.R2vA4Kv3lnQBuXa8OZjw4aoI411WX3SidLKg9_TBcPHz.9BXI1_ XMNAfHbxNDgFtYQowqvsjAKuFWwAhorVzmgbEsDaLi.XdBfRocXcabKBVw_GapDTmql886lFvT3N WQblKRGR6tHKHqNIkEaE.EeNhySQm9nIoOVDPBxZ38v4Guup7hyqsyOgNG2Cs1aerGixZ4QfTqzS RzBTcN7jetWV_QX_uTyAL._Pr9OGHufZ_eGAY2axjxqol5DOTpAcQLUU6MseFLDa3h0ELFRz1eic yPVtg1uucXNxNpaXKX12w.vRVwU_Nw7_vkMMGPCkdMwnY2KZCoGVH0.qm4Zfc3aeNWfCUVtQ49rM IFYd7iVne9sAuVBeYGbeUnm5LxGP._15jPqJa6mqQ6sT2xyvPmnUupiTlG2EphOQdcPx9uYSeie. XUdK5s9_cP3CGWyjp7eb6ELo_sXJnkWvaEGFr8tyHPqPWzU2Bvy4pE4y3yuA4bFK5wHUxZbUD4Qv GUmcZhl_phUdq_Vm4FBpF_TVN0zcd9YBbLWjkxxn0r8VQGScyfX3ZBOa8dgemYChz3nO6pl3iY7a EWZWmR_Os9nuS1aWBG3T8NbHQ4V.FvvAy3klZjrAUKVp.KPddkziscFMgFUxKGxdIWboQp9u9TV. IZBf5QtXNf96IgpE_0Zi7EKBFPnlM6BDwf3poa1ueYHzSchTV96zA_GkFafcy_VkHBEzjMgV0X85 3CEeKW2L2k_tcnKz8UJaPuO5jCpAtUXabeOcXPgdBmmsWj.GcTTrGbbZnRWY2.k9KYZig4MRtXeA nXLn71Nxpo4.qbZQqjyMwRkCZjfSmqyVfRg.J81yfNWH63dx_aVI5NGFTKFMmpQmN9IXf91sQ5Ya 0iUZqgpOtJWI8jrMt6eZ5mfjU37jmvO4gqQusOKYsQ0sMTA5UpfC8dCKn4cxQ8gnih_2CDO2VE9K L7txf.S_Whs5btPkVzyLDOZe8_RXstR2M_opoVQJ2pitmw6OjxurCXHQWdQLbPf6zEPgMbXgTShL Y9s5kyGm4hQ-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.ir2.yahoo.com with HTTP; Sun, 30 Jun 2019 10:33:03 +0000 Date: Sun, 30 Jun 2019 10:32:37 +0000 (UTC) From: Nicolas Richard To: Noam Postavsky , Stefan Kangas Message-ID: <1495044296.496812.1561890757683@mail.yahoo.com> In-Reply-To: References: Subject: Re: bug#16710: 24.3.50; emacs crash. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_496811_1568622045.1561890757681" X-Mailer: WebService/1.1.13913 YMailNorrin Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0 Content-Length: 3379 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19952-done Cc: "16710-done@debbugs.gnu.org" <16710-done@debbugs.gnu.org>, "19952-done@debbugs.gnu.org" <19952-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------=_Part_496811_1568622045.1561890757681 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sure, let's close these bugs. Thanks. Nicolas. Le dimanche 30 juin 2019 =C3=A0 07:06:41 UTC+2, Stefan Kangas a =C3=A9crit : =20 =20 Noam Postavsky writes: >> I was experimenting --with edebug-- a lisp infinite loop of recursive >> calls, all wrapped in an ignore-errors, and got this crash. I could not >> reproduce unfortunately, and in fact it doesn't seem to be related to >> the lisp code I was looking at. > > So I see you reported several hard crashes with Emacs 24.3.50 (and one > with 25.0.50), which also lack an easily reproducible recipe.=C2=A0 Are y= ou > still hitting these with more recent Emacs (25.3 or 26.1)?=C2=A0 I doubt > there is much hope of tracking any of these down by now otherwise. That was one year ago. Lacking any further information, maybe it is time to close this bug report? Thanks, Stefan Kangas =20 ------=_Part_496811_1568622045.1561890757681 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=
Sure, let's close these bugs.

Thanks.=

Nicolas.

=20
=20
Le dimanche 30 juin 2019 =C3=A0 07:06:41 UTC+2, Stefan = Kangas <stefan@marxist.se> a =C3=A9crit :


Noam Postavsky <npostavs@gmail.co= m> writes:
>> I was experimenting --= with edebug-- a lisp infinite loop of recursive
&= gt;> calls, all wrapped in an ignore-errors, and got this crash. I could= not
>> reproduce unfortunately, and in fac= t it doesn't seem to be related to
>> the l= isp code I was looking at.
>
> So I see you reported several hard crashes with Emacs 24.3.50= (and one
> with 25.0.50), which also lack an = easily reproducible recipe.  Are you
> st= ill hitting these with more recent Emacs (25.3 or 26.1)?  I doubt
<= /div>
> there is much hope of tracking any of these down= by now otherwise.

Tha= t was one year ago.

La= cking any further information, maybe it is time to close this bug
=
report?

Thanks,
Stefan Kangas
------=_Part_496811_1568622045.1561890757681-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 18:31:29 2019 Received: (at 19952-done) by debbugs.gnu.org; 30 Jun 2019 22:31:30 +0000 Received: from localhost ([127.0.0.1]:47451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhiM5-0004NJ-Oa for submit@debbugs.gnu.org; Sun, 30 Jun 2019 18:31:29 -0400 Received: from mail-wr1-f42.google.com ([209.85.221.42]:42752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhiM4-0004Mp-85; Sun, 30 Jun 2019 18:31:28 -0400 Received: by mail-wr1-f42.google.com with SMTP id x17so11643106wrl.9; Sun, 30 Jun 2019 15:31:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=e+9EfbNb4plTvnh9wVltXt7fmEPNIB/tzUrQRoO5zjI=; b=SEQ7Xu8pjJbAlKmXFXltcjkTdHTu3NAp0f+7fIE1OeKcUboPBIg3iq0EOXssdC0nov 75bTOKonHbANkYSeDGA9IFM5fRCpEy2oDDvu9Uz349vTXqlsA/0Fwd8Ui4Si1Ny9M18E QIefAL+i5WA4vfb5zh2AwK0Mh+CxyTQI/ou4LEDMwN5iU0JsWvKVl0o4g7U2Nfyi73Tw UR8gRY/i0jupbFeW9aK3Sve3MsXwUQ1X92uEQuxwo2wug7FIfkyUEgWMUS1pLSXN7FfS yYoKT4YVk+SO4Ej6sPZdxhZ7AlqBgpFHF34ivLs/eTGpXkpyW1NGvUBb2OqpyrsgYy4T UO8A== X-Gm-Message-State: APjAAAXVL6BCVOZqPDcuVsldtOd0vZbsynR8f7K9Wqo6nmInLb0gkdLP VaIUgETKQ3xodupDt/LVaVeJedqPC0solzbPluc= X-Google-Smtp-Source: APXvYqzDWDWWYMAWpdVC6P0TGTrne2w4m0eCHRVJdTEWycsd5AM3VUzSCYCzyH9G5+05wLmuDsAiHj7ZmSDIu1qjAOw= X-Received: by 2002:adf:eb49:: with SMTP id u9mr16687435wrn.215.1561933882444; Sun, 30 Jun 2019 15:31:22 -0700 (PDT) MIME-Version: 1.0 References: <1495044296.496812.1561890757683@mail.yahoo.com> In-Reply-To: <1495044296.496812.1561890757683@mail.yahoo.com> From: Stefan Kangas Date: Mon, 1 Jul 2019 00:31:11 +0200 Message-ID: Subject: Re: bug#16710: 24.3.50; emacs crash. To: Nicolas Richard Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 19952-done Cc: 16223-done@debbugs.org, "16710-done@debbugs.gnu.org" <16710-done@debbugs.gnu.org>, Noam Postavsky , "19952-done@debbugs.gnu.org" <19952-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) Thanks. I'm also closing the related Bug#16223. Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 18:34:17 2019 Received: (at 19952-done) by debbugs.gnu.org; 30 Jun 2019 22:34:17 +0000 Received: from localhost ([127.0.0.1]:47460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhiOn-0004Rj-Ev for submit@debbugs.gnu.org; Sun, 30 Jun 2019 18:34:17 -0400 Received: from mail-wr1-f51.google.com ([209.85.221.51]:45633) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhiOl-0004RP-LH; Sun, 30 Jun 2019 18:34:16 -0400 Received: by mail-wr1-f51.google.com with SMTP id f9so11628984wre.12; Sun, 30 Jun 2019 15:34:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=A6QWwbMuMVZEr5L8oUVncenbr+cj5+ikdcMFQjekvMs=; b=pUrEGgPPjfgBJvPwF6P4ajA0Rkri+dI0NlqcdMVQOCm/5bKtMvdW7h2jArHs6WZXDu ZzFMoLV3m12pNcOseiagK5oGQbpGeTcZXMA0crjYX87y0KOFxd117lvlbpB/AcSez3hT nPc5Gr2jus2Ah6stinLlzmq5MTsXMBUHusZanmj+eCqIMdGwdQmzWSwVjZFwtuiAmnlV CNICDvCUWXtFnVxR05YPYLJLZRQ0IggSgWd43t69bY3CzVLpqiqxE3SmoK97VebfIO1O 0ligpyJxQnTNVOQ1LlDQE9mz51g89j7UaWtSZ1Qiy78OvTsBLWvKtT000FgpcHE26cnN 6HSw== X-Gm-Message-State: APjAAAWW1SSQtYaSq2AcYZ/lSQ1o8Ob5eHj4NeImDmFlAbtT2UslcXpE p1RH43amhAUfdZlg8hCXJuZzRIEJ8ZtwQ8Igqrs= X-Google-Smtp-Source: APXvYqysDPuLOTq4tycS3qxRbcY0ScKOSNw4Mdf0UBMA1ZZFXmnhFOhDN0TalKYp1V8TyueKt8n48aFEodaxGBvhmDA= X-Received: by 2002:a5d:4810:: with SMTP id l16mr15025038wrq.48.1561934049911; Sun, 30 Jun 2019 15:34:09 -0700 (PDT) MIME-Version: 1.0 References: <1495044296.496812.1561890757683@mail.yahoo.com> In-Reply-To: From: Stefan Kangas Date: Mon, 1 Jul 2019 00:33:58 +0200 Message-ID: Subject: Re: bug#16710: 24.3.50; emacs crash. To: Nicolas Richard Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 19952-done Cc: 16223-done@debbugs.gnu.org, "16710-done@debbugs.gnu.org" <16710-done@debbugs.gnu.org>, Noam Postavsky , "19952-done@debbugs.gnu.org" <19952-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) Stefan Kangas writes: > Thanks. I'm also closing the related Bug#16223. Ugh, mistyped the address. Bug#16223 is now really closed. Thanks, Stefan Kangas From unknown Sun Jun 22 00:33:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 29 Jul 2019 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator