From unknown Wed Jun 18 00:25:49 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#66744 <66744@debbugs.gnu.org> To: bug#66744 <66744@debbugs.gnu.org> Subject: Status: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using Reply-To: bug#66744 <66744@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:25:49 +0000 retitle 66744 30.0.50; Emacs crashes when re-dumping into the same dump fil= e another Emacs instance is using reassign 66744 emacs submitter 66744 Ihor Radchenko severity 66744 normal tag 66744 notabug wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 25 06:00:18 2023 Received: (at submit) by debbugs.gnu.org; 25 Oct 2023 10:00:18 +0000 Received: from localhost ([127.0.0.1]:57420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qvagR-0005Sf-6E for submit@debbugs.gnu.org; Wed, 25 Oct 2023 06:00:18 -0400 Received: from lists.gnu.org ([2001:470:142::17]:59680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qvagM-0005RL-Ex for submit@debbugs.gnu.org; Wed, 25 Oct 2023 06:00:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qvafl-0002xi-50 for bug-gnu-emacs@gnu.org; Wed, 25 Oct 2023 05:59:34 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qvaff-0007rY-GL for bug-gnu-emacs@gnu.org; Wed, 25 Oct 2023 05:59:32 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 72D4A240028 for ; Wed, 25 Oct 2023 11:59:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1698227965; bh=YmrrreLBZJgDvHFtCpe3AXtxjHDY3nt+LQAFh85e+Ts=; h=From:To:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=aANxwHJ1q5Q6D7MHUiPFGwrNsqtDxNOsW1kwkIOU2a3+5JmH4Vkj3eH+1DOXeGbBJ nPbTeZIoI2KyQQbUhE6rQzTdiw3mwq8JLnIT24xk59vBqM0rxtKKPD1rnK1JpIApnm KZaRKXJ1I6Ibw9hBbjBpyaXqDM1XD6V01vEvIGkO/7E/fbSuuv/a77fDrfoYr2CuyC OlLgi5fkrr7IIEz00cKqj/pPFPYIDzaNwr9jMaNGFRcoQHMnFaTXLb5T/X+NDDXOg2 glsv9BecE/dyd5tmo7l9zhBCfSgLT/ANhpXzd28SaoIsnWYaZRCA+bYGQ7SMCm0yn1 ZRA3KKvqmaPIg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SFkt46Ff5z6tw0 for ; Wed, 25 Oct 2023 11:59:24 +0200 (CEST) From: Ihor Radchenko To: bug-gnu-emacs@gnu.org Subject: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using Date: Wed, 25 Oct 2023 10:01:08 +0000 Message-ID: <87o7gnnhqz.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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.0 (/) Steps to reproduce: 1. ./src/emacs -Q --batch -l ~/Downloads/dump.el=20 ---- dump.el ----- (dump-emacs-portable "/tmp/emacs-dumped.dmp") --------------- 2. ./src/emacs -Q --dump-file=3D"/tmp/emacs-dumped.dmp" 3. ./src/emacs -Q --batch -l ~/Downloads/dump.el Observe Emacs instance crashing. Backtrace: > gdb ./src/emacs GNU gdb (Gentoo 13.2 vanilla) 13.2 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./src/emacs... (gdb) r -Q --dump-file=3D"/tmp/emacs-dumped.dmp" Starting program: /home/yantar92/Git/emacs/src/emacs -Q --dump-file=3D"/tmp= /emacs-dumped.dmp" [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7ffff15fe6c0 (LWP 19006)] [New Thread 0x7ffff0dfd6c0 (LWP 19007)] [New Thread 0x7fffebfff6c0 (LWP 19008)] [New Thread 0x7fffeb7fe6c0 (LWP 19009)] [New Thread 0x7fffeaffd6c0 (LWP 19019)] [New Thread 0x7fffea3cd6c0 (LWP 19020)] [New Thread 0x7fffe9bcc6c0 (LWP 19021)] [Thread 0x7fffe9bcc6c0 (LWP 19021) exited] [New Thread 0x7fffe9bcc6c0 (LWP 19022)] [New Thread 0x7fffe93cb6c0 (LWP 19023)] [Thread 0x7fffe9bcc6c0 (LWP 19022) exited] [New Thread 0x7fffe9bcc6c0 (LWP 19024)] [New Thread 0x7fffe8b656c0 (LWP 19025)] [Thread 0x7fffe9bcc6c0 (LWP 19024) exited] [Thread 0x7fffe93cb6c0 (LWP 19023) exited] [Thread 0x7fffe8b656c0 (LWP 19025) exited] Thread 1 "emacs" received signal SIGSEGV, Segmentation fault. 0x00005555556622c2 in window_outdated (w=3D0x5555561c6c90) at window.c:231 231 return (w->last_modified < BUF_MODIFF (b) (gdb) backtrace full #0 0x00005555556622c2 in window_outdated (w=3D0x5555561c6c90) at window.c:= 231 b =3D 0x7ffff1e49708 #1 0x000055555564f3d5 in note_mouse_highlight (f=3D0x5555561c6a18, x=3D767= , y=3D457) at xdisp.c:35626 hlinfo =3D 0x55555636b9e0 part =3D ON_TEXT window =3D {i =3D 0x5555561c6c95} w =3D 0x5555561c6c90 cursor =3D 8388633 pointer =3D {i =3D 0x0} b =3D 0x7ffff1e49708 #2 0x000055555571c9eb in x_note_mouse_movement (frame=3D0x5555561c6a18, ev= ent=3D0x7fffffffbd30, device=3D...) at xterm.c:14636 r =3D 0x55555636bca8 dpyinfo =3D 0x55555636b8e0 #3 0x000055555572c9cb in handle_one_xevent (dpyinfo=3D0x55555636b8e0, even= t=3D0x7fffffffc1d0, finish=3D0x555556056244 , hold_quit=3D0= x7fffffffc4a0) at xterm.c:22318 enter =3D 0x55555663a440 ev =3D {type =3D -17024, serial =3D 16568027359284850688, send_even= t =3D 0, display =3D 0x1, window =3D 8388932, root =3D 93825005902888, subw= indow =3D 0, time =3D 259252391, x =3D 767, y =3D 457, x_root =3D 143585127= 7, y_root =3D 21845, state =3D 4294950432, is_hint =3D -1 '\377', same_scre= en =3D -152996144} source =3D 0x55555636dd00 must_free_data =3D false xi_event =3D 0x55555663a440 xev =3D 0x55555663a440 bar =3D 0x0 inev =3D {kind =3D NO_EVENT, ie =3D {kind =3D NO_EVENT, part =3D sc= roll_bar_nowhere, code =3D 0, modifiers =3D 0, x =3D {i =3D 0x0}, y =3D {i = =3D 0x0}, timestamp =3D 0, frame_or_window =3D {i =3D 0x0}, arg =3D {i =3D = 0x0}, device =3D {i =3D 0x30}}, sie =3D {kind =3D NO_EVENT, dpyinfo =3D 0x0= , requestor =3D 0, selection =3D 0, target =3D 0, property =3D 0, time =3D = 0}} count =3D 0 do_help =3D 0 gen_help_device =3D 0x0 gen_help_time =3D 0 nbytes =3D 0 any =3D 0x5555561c6a18 f =3D 0x5555561c6a18 mouse_frame =3D 0x0 hlinfo =3D 0x55555636b9e0 compose_status =3D {compose_ptr =3D 0x0, chars_matched =3D 0} configureEvent =3D {type =3D 0, xany =3D {type =3D 0, serial =3D 14= 0737488338581, send_event =3D -16960, display =3D 0x0, window =3D 0}, xkey = =3D {type =3D 0, serial =3D 140737488338581, send_event =3D -16960, display= =3D 0x0, window =3D 0, root =3D 8589934592, subwindow =3D 140737488338656,= time =3D 0, x =3D 240, y =3D 0, x_root =3D 1448031472, y_root =3D 21845, s= tate =3D 4294950880, keycode =3D 32767, same_screen =3D -16784}, xbutton = =3D {type =3D 0, serial =3D 140737488338581, send_event =3D -16960, display= =3D 0x0, window =3D 0, root =3D 8589934592, subwindow =3D 140737488338656,= time =3D 0, x =3D 240, y =3D 0, x_root =3D 1448031472, y_root =3D 21845, s= tate =3D 4294950880, button =3D 32767, same_screen =3D -16784}, xmotion =3D= {type =3D 0, serial =3D 140737488338581, send_event =3D -16960, display = =3D 0x0, window =3D 0, root =3D 8589934592, subwindow =3D 14--Type fo= r more, q to quit, c to continue without paging--c 0737488338656, time =3D 0, x =3D 240, y =3D 0, x_root =3D 1448031472, y_roo= t =3D 21845, state =3D 4294950880, is_hint =3D -1 '\377', same_screen =3D -= 16784}, xcrossing =3D {type =3D 0, serial =3D 140737488338581, send_event = =3D -16960, display =3D 0x0, window =3D 0, root =3D 8589934592, subwindow = =3D 140737488338656, time =3D 0, x =3D 240, y =3D 0, x_root =3D 1448031472,= y_root =3D 21845, mode =3D -16416, detail =3D 32767, same_screen =3D -1678= 4, focus =3D 32767, state =3D 0}, xfocus =3D {type =3D 0, serial =3D 140737= 488338581, send_event =3D -16960, display =3D 0x0, window =3D 0, mode =3D 0= , detail =3D 2}, xexpose =3D {type =3D 0, serial =3D 140737488338581, send_= event =3D -16960, display =3D 0x0, window =3D 0, x =3D 0, y =3D 2, width = =3D -16672, height =3D 32767, count =3D 0}, xgraphicsexpose =3D {type =3D 0= , serial =3D 140737488338581, send_event =3D -16960, display =3D 0x0, drawa= ble =3D 0, x =3D 0, y =3D 2, width =3D -16672, height =3D 32767, count =3D = 0, major_code =3D 0, minor_code =3D 240}, xnoexpose =3D {type =3D 0, serial= =3D 140737488338581, send_event =3D -16960, display =3D 0x0, drawable =3D = 0, major_code =3D 0, minor_code =3D 2}, xvisibility =3D {type =3D 0, serial= =3D 140737488338581, send_event =3D -16960, display =3D 0x0, window =3D 0,= state =3D 0}, xcreatewindow =3D {type =3D 0, serial =3D 140737488338581, s= end_event =3D -16960, display =3D 0x0, parent =3D 0, window =3D 8589934592,= x =3D -16672, y =3D 32767, width =3D 0, height =3D 0, border_width =3D 240= , override_redirect =3D 0}, xdestroywindow =3D {type =3D 0, serial =3D 1407= 37488338581, send_event =3D -16960, display =3D 0x0, event =3D 0, window = =3D 8589934592}, xunmap =3D {type =3D 0, serial =3D 140737488338581, send_e= vent =3D -16960, display =3D 0x0, event =3D 0, window =3D 8589934592, from_= configure =3D -16672}, xmap =3D {type =3D 0, serial =3D 140737488338581, se= nd_event =3D -16960, display =3D 0x0, event =3D 0, window =3D 8589934592, o= verride_redirect =3D -16672}, xmaprequest =3D {type =3D 0, serial =3D 14073= 7488338581, send_event =3D -16960, display =3D 0x0, parent =3D 0, window = =3D 8589934592}, xreparent =3D {type =3D 0, serial =3D 140737488338581, sen= d_event =3D -16960, display =3D 0x0, event =3D 0, window =3D 8589934592, pa= rent =3D 140737488338656, x =3D 0, y =3D 0, override_redirect =3D 240}, xco= nfigure =3D {type =3D 0, serial =3D 140737488338581, send_event =3D -16960,= display =3D 0x0, event =3D 0, window =3D 8589934592, x =3D -16672, y =3D 3= 2767, width =3D 0, height =3D 0, border_width =3D 240, above =3D 9382500861= 2592, override_redirect =3D -16416}, xgravity =3D {type =3D 0, serial =3D 1= 40737488338581, send_event =3D -16960, display =3D 0x0, event =3D 0, window= =3D 8589934592, x =3D -16672, y =3D 32767}, xresizerequest =3D {type =3D 0= , serial =3D 140737488338581, send_event =3D -16960, display =3D 0x0, windo= w =3D 0, width =3D 0, height =3D 2}, xconfigurerequest =3D {type =3D 0, ser= ial =3D 140737488338581, send_event =3D -16960, display =3D 0x0, parent =3D= 0, window =3D 8589934592, x =3D -16672, y =3D 32767, width =3D 0, height = =3D 0, border_width =3D 240, above =3D 93825008612592, detail =3D -16416, v= alue_mask =3D 140737488338544}, xcirculate =3D {type =3D 0, serial =3D 1407= 37488338581, send_event =3D -16960, display =3D 0x0, event =3D 0, window = =3D 8589934592, place =3D -16672}, xcirculaterequest =3D {type =3D 0, seria= l =3D 140737488338581, send_event =3D -16960, display =3D 0x0, parent =3D 0= , window =3D 8589934592, place =3D -16672}, xproperty =3D {type =3D 0, seri= al =3D 140737488338581, send_event =3D -16960, display =3D 0x0, window =3D = 0, atom =3D 8589934592, time =3D 140737488338656, state =3D 0}, xselectionc= lear =3D {type =3D 0, serial =3D 140737488338581, send_event =3D -16960, di= splay =3D 0x0, window =3D 0, selection =3D 8589934592, time =3D 14073748833= 8656}, xselectionrequest =3D {type =3D 0, serial =3D 140737488338581, send_= event =3D -16960, display =3D 0x0, owner =3D 0, requestor =3D 8589934592, s= election =3D 140737488338656, target =3D 0, property =3D 240, time =3D 9382= 5008612592}, xselection =3D {type =3D 0, serial =3D 140737488338581, send_e= vent =3D -16960, display =3D 0x0, requestor =3D 0, selection =3D 8589934592= , target =3D 140737488338656, property =3D 0, time =3D 240}, xcolormap =3D = {type =3D 0, serial =3D 140737488338581, send_event =3D -16960, display =3D= 0x0, window =3D 0, colormap =3D 8589934592, new =3D -16672, state =3D 3276= 7}, xclient =3D {type =3D 0, serial =3D 140737488338581, send_event =3D -16= 960, display =3D 0x0, window =3D 0, message_type =3D 8589934592, format =3D= -16672, data =3D {b =3D "\000\000\000\000\000\000\000\000\360\000\000\000\= 000\000\000\000\3604OV", s =3D {0, 0, 0, 0, 240, 0, 0, 0, 13552, 22095}, l = =3D {0, 240, 93825008612592, 140737488338912, 140737488338544}}}, xmapping = =3D {type =3D 0, serial =3D 140737488338581, send_event =3D -16960, display= =3D 0x0, window =3D 0, request =3D 0, first_keycode =3D 2, count =3D -1667= 2}, xerror =3D {type =3D 0, display =3D 0x7fffffffbe95, resourceid =3D 2705= 82922688, serial =3D 0, error_code =3D 0 '\000', request_code =3D 0 '\000',= minor_code =3D 0 '\000'}, xkeymap =3D {type =3D 0, serial =3D 140737488338= 581, send_event =3D -16960, display =3D 0x0, window =3D 0, key_vector =3D "= \000\000\000\000\002\000\000\000\340\276\377\377\377\177\000\000\000\000\00= 0\000\000\000\000\000\360\000\000\000\000\000\000"}, xgeneric =3D {type =3D= 0, serial =3D 140737488338581, send_event =3D -16960, display =3D 0x0, ext= ension =3D 0, evtype =3D 0}, xcookie =3D {type =3D 0, serial =3D 1407374883= 38581, send_event =3D -16960, display =3D 0x0, extension =3D 0, evtype =3D = 0, cookie =3D 0, data =3D 0x7fffffffbee0}, pad =3D {0, 140737488338581, 270= 582922688, 0, 0, 8589934592, 140737488338656, 0, 240, 93825008612592, 14073= 7488338912, 140737488338544, 0, 140737313116857, 93825007575728, 1407373453= 09579, 12884885040, 140737345309552, 0, 24, 140737314294464, -336, -392, 11= }} next_event =3D {type =3D -1094, xany =3D {type =3D -1094, serial = =3D 93825009889504, send_event =3D 1446994608, display =3D 0x7ffff58e22af <= free+111>, window =3D 24}, xkey =3D {type =3D -1094, serial =3D 93825009889= 504, send_event =3D 1446994608, display =3D 0x7ffff58e22af , wind= ow =3D 24, root =3D 93825007674896, subwindow =3D 457, time =3D 93825007575= 728, x =3D 1447093776, y =3D 21845, x_root =3D -147525425, y_root =3D 32767= , state =3D 4294950632, keycode =3D 32767, same_screen =3D -1094}, xbutton = =3D {type =3D -1094, serial =3D 93825009889504, send_event =3D 1446994608, = display =3D 0x7ffff58e22af , window =3D 24, root =3D 938250076748= 96, subwindow =3D 457, time =3D 93825007575728, x =3D 1447093776, y =3D 218= 45, x_root =3D -147525425, y_root =3D 32767, state =3D 4294950632, button = =3D 32767, same_screen =3D -1094}, xmotion =3D {type =3D -1094, serial =3D = 93825009889504, send_event =3D 1446994608, display =3D 0x7ffff58e22af , window =3D 24, root =3D 93825007674896, subwindow =3D 457, time =3D = 93825007575728, x =3D 1447093776, y =3D 21845, x_root =3D -147525425, y_roo= t =3D 32767, state =3D 4294950632, is_hint =3D -1 '\377', same_screen =3D -= 1094}, xcrossing =3D {type =3D -1094, serial =3D 93825009889504, send_event= =3D 1446994608, display =3D 0x7ffff58e22af , window =3D 24, root= =3D 93825007674896, subwindow =3D 457, time =3D 93825007575728, x =3D 1447= 093776, y =3D 21845, x_root =3D -147525425, y_root =3D 32767, mode =3D -166= 64, detail =3D 32767, same_screen =3D -1094, focus =3D 0, state =3D 457}, x= focus =3D {type =3D -1094, serial =3D 93825009889504, send_event =3D 144699= 4608, display =3D 0x7ffff58e22af , window =3D 24, mode =3D 144709= 3776, detail =3D 21845}, xexpose =3D {type =3D -1094, serial =3D 9382500988= 9504, send_event =3D 1446994608, display =3D 0x7ffff58e22af , win= dow =3D 24, x =3D 1447093776, y =3D 21845, width =3D 457, height =3D 0, cou= nt =3D 1446994608}, xgraphicsexpose =3D {type =3D -1094, serial =3D 9382500= 9889504, send_event =3D 1446994608, display =3D 0x7ffff58e22af , = drawable =3D 24, x =3D 1447093776, y =3D 21845, width =3D 457, height =3D 0= , count =3D 1446994608, major_code =3D 21845, minor_code =3D 1447093776}, x= noexpose =3D {type =3D -1094, serial =3D 93825009889504, send_event =3D 144= 6994608, display =3D 0x7ffff58e22af , drawable =3D 24, major_code= =3D 1447093776, minor_code =3D 21845}, xvisibility =3D {type =3D -1094, se= rial =3D 93825009889504, send_event =3D 1446994608, display =3D 0x7ffff58e2= 2af , window =3D 24, state =3D 1447093776}, xcreatewindow =3D {ty= pe =3D -1094, serial =3D 93825009889504, send_event =3D 1446994608, display= =3D 0x7ffff58e22af , parent =3D 24, window =3D 93825007674896, x= =3D 457, y =3D 0, width =3D 1446994608, height =3D 21845, border_width =3D= 1447093776, override_redirect =3D 21845}, xdestroywindow =3D {type =3D -10= 94, serial =3D 93825009889504, send_event =3D 1446994608, display =3D 0x7ff= ff58e22af , event =3D 24, window =3D 93825007674896}, xunmap =3D = {type =3D -1094, serial =3D 93825009889504, send_event =3D 1446994608, disp= lay =3D 0x7ffff58e22af , event =3D 24, window =3D 93825007674896,= from_configure =3D 457}, xmap =3D {type =3D -1094, serial =3D 938250098895= 04, send_event =3D 1446994608, display =3D 0x7ffff58e22af , event= =3D 24, window =3D 93825007674896, override_redirect =3D 457}, xmaprequest= =3D {type =3D -1094, serial =3D 93825009889504, send_event =3D 1446994608,= display =3D 0x7ffff58e22af , parent =3D 24, window =3D 938250076= 74896}, xreparent =3D {type =3D -1094, serial =3D 93825009889504, send_even= t =3D 1446994608, display =3D 0x7ffff58e22af , event =3D 24, wind= ow =3D 93825007674896, parent =3D 457, x =3D 1446994608, y =3D 21845, overr= ide_redirect =3D 1447093776}, xconfigure =3D {type =3D -1094, serial =3D 93= 825009889504, send_event =3D 1446994608, display =3D 0x7ffff58e22af , event =3D 24, window =3D 93825007674896, x =3D 457, y =3D 0, width =3D= 1446994608, height =3D 21845, border_width =3D 1447093776, above =3D 14073= 7340829903, override_redirect =3D -16664}, xgravity =3D {type =3D -1094, se= rial =3D 93825009889504, send_event =3D 1446994608, display =3D 0x7ffff58e2= 2af , event =3D 24, window =3D 93825007674896, x =3D 457, y =3D 0= }, xresizerequest =3D {type =3D -1094, serial =3D 93825009889504, send_even= t =3D 1446994608, display =3D 0x7ffff58e22af , window =3D 24, wid= th =3D 1447093776, height =3D 21845}, xconfigurerequest =3D {type =3D -1094= , serial =3D 93825009889504, send_event =3D 1446994608, display =3D 0x7ffff= 58e22af , parent =3D 24, window =3D 93825007674896, x =3D 457, y = =3D 0, width =3D 1446994608, height =3D 21845, border_width =3D 1447093776,= above =3D 140737340829903, detail =3D -16664, value_mask =3D 4294966202}, = xcirculate =3D {type =3D -1094, serial =3D 93825009889504, send_event =3D 1= 446994608, display =3D 0x7ffff58e22af , event =3D 24, window =3D = 93825007674896, place =3D 457}, xcirculaterequest =3D {type =3D -1094, seri= al =3D 93825009889504, send_event =3D 1446994608, display =3D 0x7ffff58e22a= f , parent =3D 24, window =3D 93825007674896, place =3D 457}, xpr= operty =3D {type =3D -1094, serial =3D 93825009889504, send_event =3D 14469= 94608, display =3D 0x7ffff58e22af , window =3D 24, atom =3D 93825= 007674896, time =3D 457, state =3D 1446994608}, xselectionclear =3D {type = =3D -1094, serial =3D 93825009889504, send_event =3D 1446994608, display = =3D 0x7ffff58e22af , window =3D 24, selection =3D 93825007674896,= time =3D 457}, xselectionrequest =3D {type =3D -1094, serial =3D 938250098= 89504, send_event =3D 1446994608, display =3D 0x7ffff58e22af , ow= ner =3D 24, requestor =3D 93825007674896, selection =3D 457, target =3D 938= 25007575728, property =3D 93825007674896, time =3D 140737340829903}, xselec= tion =3D {type =3D -1094, serial =3D 93825009889504, send_event =3D 1446994= 608, display =3D 0x7ffff58e22af , requestor =3D 24, selection =3D= 93825007674896, target =3D 457, property =3D 93825007575728, time =3D 9382= 5007674896}, xcolormap =3D {type =3D -1094, serial =3D 93825009889504, send= _event =3D 1446994608, display =3D 0x7ffff58e22af , window =3D 24= , colormap =3D 93825007674896, new =3D 457, state =3D 0}, xclient =3D {type= =3D -1094, serial =3D 93825009889504, send_event =3D 1446994608, display = =3D 0x7ffff58e22af , window =3D 24, message_type =3D 938250076748= 96, format =3D 457, data =3D {b =3D "\260b?VUU\000\000\020\346@VUU\000\000\= 317\360", , s =3D {25264, 22079, 21845, 0, -6640,= 22080, 21845, 0, -3889, -2252}, l =3D {93825007575728, 93825007674896, 140= 737340829903, 140737488338664, 4294966202}}}, xmapping =3D {type =3D -1094,= serial =3D 93825009889504, send_event =3D 1446994608, display =3D 0x7ffff5= 8e22af , window =3D 24, request =3D 1447093776, first_keycode =3D= 21845, count =3D 457}, xerror =3D {type =3D -1094, display =3D 0x55555662b= 0e0, resourceid =3D 93825007575728, serial =3D 140737313120943, error_code = =3D 24 '\030', request_code =3D 0 '\000', minor_code =3D 0 '\000'}, xkeymap= =3D {type =3D -1094, serial =3D 93825009889504, send_event =3D 1446994608,= display =3D 0x7ffff58e22af , window =3D 24, key_vector =3D "\020= \346@VUU\000\000\311\001\000\000\000\000\000\000\260b?VUU\000\000\020\346@V= UU\000"}, xgeneric =3D {type =3D -1094, serial =3D 93825009889504, send_eve= nt =3D 1446994608, display =3D 0x7ffff58e22af , extension =3D 24,= evtype =3D 0}, xcookie =3D {type =3D -1094, serial =3D 93825009889504, sen= d_event =3D 1446994608, display =3D 0x7ffff58e22af , extension = =3D 24, evtype =3D 0, cookie =3D 1447093776, data =3D 0x1c9}, pad =3D {4294= 966202, 93825009889504, 93825007575728, 140737313120943, 24, 93825007674896= , 457, 93825007575728, 93825007674896, 140737340829903, 140737488338664, 42= 94966202, 457, 140737345206298, 140737488338756, 140737488338752, 938250098= 89264, 93825009889264, 24, -4570845758525274299, 4646747245213908992, -1878= 716714424700928, 457, 93825009889504}} coding =3D {i =3D 0x555556307150} dx =3D 1445321768 dy =3D -17152 sa_avail =3D 16384 sa_count =3D {bytes =3D 192} #4 0x0000555555722196 in event_handler_gdk (gxev=3D0x7fffffffc1d0, ev=3D0x= 5555563a2420, data=3D0x0) at xterm.c:17860 dpyinfo =3D 0x55555636b8e0 xev =3D 0x7fffffffc1d0 #5 0x00007ffff7393b78 in () at /usr/lib64/libgdk-3.so.0 #6 0x00007ffff733a060 in gdk_display_get_event () at /usr/lib64/libgdk-3.s= o.0 #7 0x00007ffff73938e2 in () at /usr/lib64/libgdk-3.so.0 #8 0x00007ffff6cb48a6 in () at /usr/lib64/libglib-2.0.so.0 #9 0x00007ffff6cb7e20 in () at /usr/lib64/libglib-2.0.so.0 #10 0x00007ffff6cb863c in g_main_context_iteration () at /usr/lib64/libglib= -2.0.so.0 #11 0x00007ffff7615665 in gtk_main_iteration () at /usr/lib64/libgtk-3.so.0 #12 0x0000555555733d5a in XTread_socket (terminal=3D0x5555561caf70, hold_qu= it=3D0x7fffffffc4a0) at xterm.c:25622 count =3D 0 event_found =3D false dpyinfo =3D 0x55555636b8e0 #13 0x00005555557a87b5 in gobble_input () at keyboard.c:7861 nr =3D 0 hold_quit =3D {kind =3D NO_EVENT, part =3D scroll_bar_nowhere, code= =3D 0, modifiers =3D 0, x =3D {i =3D 0x0}, y =3D {i =3D 0x0}, timestamp = =3D 0, frame_or_window =3D {i =3D 0x0}, arg =3D {i =3D 0x0}, device =3D {i = =3D 0x30}} next =3D 0x0 nread =3D 0 err =3D false t =3D 0x5555561caf70 #14 0x00005555557a8d43 in handle_async_input () at keyboard.c:8100 nread =3D 21845 #15 0x00005555557a8d62 in process_pending_signals () at keyboard.c:8114 #16 0x00005555557a8da2 in unblock_input_to (level=3D0) at keyboard.c:8129 #17 0x00005555557a8dc6 in unblock_input () at keyboard.c:8148 #18 0x000055555579ff24 in timer_check () at keyboard.c:4817 nexttime =3D {tv_sec =3D 140737488340400, tv_nsec =3D 9382500422288= 0} timers =3D {i =3D 0x7ffff2de0eb3} idle_timers =3D {i =3D 0x7ffff2de0ea3} tem =3D {i =3D 0x0} #19 0x000055555579c95e in readable_events (flags=3D1) at keyboard.c:3564 #20 0x00005555557a8668 in get_input_pending (flags=3D1) at keyboard.c:7811 #21 0x00005555557b2fac in detect_input_pending_run_timers (do_display=3Dtru= e) at keyboard.c:11524 old_timers_run =3D 2 #22 0x000055555590ebde in wait_reading_process_output (time_limit=3D0, nsecs=3D0, read_kbd=3D-1, do_display=3Dtrue, wait_for_= cell=3D..., wait_proc=3D0x0, just_wait_proc=3D0) at process.c:5812 leave =3D false process_skipped =3D false wrapped =3D true channel_start =3D 0 child_fd =3D -1 last_read_channel =3D -1 channel =3D 1024 nfds =3D 1 Available =3D {fds_bits =3D {16, 0 }} Writeok =3D {fds_bits =3D {0 }} check_write =3D true check_delay =3D 0 no_avail =3D false xerrno =3D 11 proc =3D {i =3D 0x7ffff6abb491} timeout =3D {tv_sec =3D 0, tv_nsec =3D 0} end_time =3D {tv_sec =3D 93825005377104, tv_nsec =3D 93825005892064} timer_delay =3D {tv_sec =3D 2, tv_nsec =3D 534756785} got_output_end_time =3D {tv_sec =3D 1698327630, tv_nsec =3D 4002271= 79} wait =3D FOREVER got_some_output =3D -1 prev_wait_proc_nbytes_read =3D 0 retry_for_async =3D false count =3D {bytes =3D 160} now =3D {tv_sec =3D 0, tv_nsec =3D -1} #23 0x000055555579d98a in kbd_buffer_get_event (kbp=3D0x7fffffffcb70, used_= mouse_menu=3D0x7fffffffd188, end_time=3D0x0) at keyboard.c:4060 do_display =3D true obj =3D {i =3D 0x7fff00000002} str =3D {i =3D 0x0} had_pending_selection_requests =3D false had_pending_conversion_events =3D false #24 0x0000555555797d6e in read_event_from_main_queue (end_time=3D0x0, local= _getcjmp=3D0x7fffffffcf80, used_mouse_menu=3D0x7fffffffd188) at keyboard.c:= 2309 c =3D {i =3D 0x0} save_jump =3D {{__jmpbuf =3D {0, 0, 0, 0, 0, 0, 0, 0}, __mask_was_s= aved =3D 0, __saved_mask =3D {__val =3D {0 }}}} kb =3D 0x55555624be30 count =3D {bytes =3D 128} #25 0x00005555557981a2 in read_decoded_event_from_main_queue (end_time=3D0x= 0, local_getcjmp=3D0x7fffffffcf80, prev_event=3D..., used_mouse_menu=3D0x7f= ffffffd188) at keyboard.c:2373 nextevt =3D {i =3D 0x5555560c39a0 } frame =3D 0x55555579007b terminal =3D 0x6 events =3D {{i =3D 0x7fffffffcd20}, {i =3D 0x5555557900d4 }, {i =3D 0x0}, {i =3D 0x5555560c39a0 }, {i =3D 0x0}, = {i =3D 0x0}, {i =3D 0x7fffffffcd40}, {i =3D 0x55555579012e }, {i =3D 0x5555561c6a1d}, {i =3D 0xffffcd50}, {i =3D 0x7fffffffcd7= 0}, {i =3D 0x5555557946b8 }, {i =3D 0x7fffffffcd70}, {= i =3D 0x555555996185 }, {i =3D 0x0}, {i =3D 0x= 0}} n =3D 0 #26 0x000055555579a631 in read_char (commandflag=3D1, map=3D..., prev_event= =3D..., used_mouse_menu=3D0x7fffffffd188, end_time=3D0x0) at keyboard.c:3003 c =3D {i =3D 0x0} local_getcjmp =3D {{__jmpbuf =3D {0, -6908541075300550463, 93825007= 622165, 48, 140737354125312, 93824998012440, -6908541076212811583, -7715982= 87009089343}, __mask_was_saved =3D 0, __saved_mask =3D {__val =3D {0, 14073= 7488343024, 93824995577174, 128, 1444359792, 140737488343136, 9382499563315= 2, 140737268095027, 128, 140737488343104, 0, 140737268095043, 9382500422288= 0, 0, 0, 140737488343136}}}} save_jump =3D {{__jmpbuf =3D {140737268095027, 0, 140737488343296, = 42576, 42576, 93825004265456, 140737488343200, 93824994744705}, __mask_was_= saved =3D -12112, __saved_mask =3D {__val =3D {42576, 140737488343248, 9382= 4994744794, 140737488343248, 0, 0, 93825004222880, 140737488343280, 9382499= 4574459, 140737268095027, 0, 140737488343328, 93824994574548, 1396422716828= 16, 93825004222880, 0}}}} tem =3D {i =3D 0x2aaa9bf622c8} save =3D {i =3D 0x0} previous_echo_area_message =3D {i =3D 0x0} also_record =3D {i =3D 0x0} reread =3D false recorded =3D false polling_stopped_here =3D true orig_kboard =3D 0x55555624be30 jmpcount =3D {bytes =3D 128} #27 0x00005555557b09c9 in read_key_sequence (keybuf=3D0x7fffffffd390, prompt=3D..., dont_downcase_last=3Dfalse, can= _return_switch_frame=3Dtrue, fix_current_buffer=3Dtrue, prevent_redisplay= =3Dfalse, disable_text_conversion_p=3Dfalse) at keyboard.c:10680 interrupted_kboard =3D 0x55555624be30 interrupted_frame =3D 0x5555561c6a18 key =3D {i =3D 0x0} used_mouse_menu =3D false echo_local_start =3D 0 last_real_key_start =3D 0 keys_local_start =3D 0 new_binding =3D {i =3D 0x7fffffffd220} count =3D {bytes =3D 96} t =3D 0 echo_start =3D 0 keys_start =3D 0 current_binding =3D {i =3D 0x7ffff2df1823} first_unbound =3D 31 mock_input =3D 0 used_mouse_menu_history =3D {false } fkey =3D {parent =3D {i =3D 0x7ffff2df5993}, map =3D {i =3D 0x7ffff= 2df5993}, start =3D 0, end =3D 0} keytran =3D {parent =3D {i =3D 0x7ffff25e1873}, map =3D {i =3D 0x7f= fff25e1873}, start =3D 0, end =3D 0} indec =3D {parent =3D {i =3D 0x7ffff2df5983}, map =3D {i =3D 0x7fff= f2df5983}, start =3D 0, end =3D 0} shift_translated =3D false delayed_switch_frame =3D {i =3D 0x0} original_uppercase =3D {i =3D 0x0} original_uppercase_position =3D -1 dummyflag =3D false disabled_conversion =3D false starting_buffer =3D 0x7ffff1e49708 fake_prefixed_keys =3D {i =3D 0x0} first_event =3D {i =3D 0x0} second_event =3D {i =3D 0x0} #28 0x0000555555794c77 in command_loop_1 () at keyboard.c:1408 cmd =3D {i =3D 0x9ea0} keybuf =3D {{i =3D 0x80}, {i =3D 0x0}, {i =3D 0x7fffffffd3d0}, {i = =3D 0x0}, {i =3D 0x0}, {i =3D 0x5555560c39a0 }, {i =3D 0x7fffffffd= 3e0}, {i =3D 0x555555884ca3 }, {i =3D 0x7fffffffd3f0}, {i =3D = 0x0}, {i =3D 0x7fffffffd410}, {i =3D 0x555555884cfc },= {i =3D 0x7fffffffd460}, {i =3D 0x5555560c39a0 }, {i =3D 0x0}, {i = =3D 0x0}, {i =3D 0x7fffffffd430}, {i =3D 0x60}, {i =3D 0x7fffffffd430}, {i = =3D 0x555556024dc0 }, {i =3D 0x7fffffffd470}, {i =3D 0x5555558= 8b6b2 }, {i =3D 0x100000000}, {i =3D 0x90}, {i = =3D 0x7fffffffd470}, {i =3D 0x5555561b74a0}, {i =3D 0x7fffffffd4a0}, {i =3D= 0x90}, {i =3D 0x7fffffffd4a0}, {i =3D 0x55555588b5a1 }} i =3D 0 last_pt =3D 93825004222880 prev_modiff =3D 0 prev_buffer =3D 0x0 #29 0x000055555588b0fd in internal_condition_case (bfun=3D0x555555794826 , handlers=3D..., hfun=3D0x555555793beb ) at eval.= c:1486 val =3D {i =3D 0x7fffffffd500} c =3D 0x5555561b74a0 #30 0x00005555557943df in command_loop_2 (handlers=3D...) at keyboard.c:1157 val =3D {i =3D 0x107d0} #31 0x000055555588a1d3 in internal_catch (tag=3D..., func=3D0x5555557943b5 = , arg=3D...) at eval.c:1209 val =3D {i =3D 0x55555579012e } c =3D 0x5555561b7360 #32 0x0000555555794371 in command_loop () at keyboard.c:1135 #33 0x000055555579368d in recursive_edit_1 () at keyboard.c:744 count =3D {bytes =3D 32} val =3D {i =3D 0x555555892032 } #34 0x00005555557938b9 in Frecursive_edit () at keyboard.c:827 count =3D {bytes =3D 0} buffer =3D {i =3D 0x0} #35 0x000055555578e813 in main (argc=3D3, argv=3D0x7fffffffd858) at emacs.c= :2625 stack_bottom_variable =3D 0x21 old_argc =3D 3 dump_file =3D 0x0 no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x0 original_pwd =3D 0x0 dump_mode =3D 0x0 skip_args =3D 0 temacs =3D 0x0 attempt_load_pdump =3D true only_version =3D false rlim =3D {rlim_cur =3D 10022912, rlim_max =3D 18446744073709551615} lc_all =3D 0x0 sockfd =3D -1 module_assertions =3D false (gdb)=20 Quit (gdb) Quit (gdb) q A debugging session is active. Inferior 1 [process 18999] will be killed. Quit anyway? (y or n) y In GNU Emacs 30.0.50 (build 26, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-10-25 built on localhost Repository revision: 8f00c9c3c6c4e76651c000e41582e002755e598b Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101008 System Description: Gentoo Linux Configured using: 'configure --with-native-compilation CFLAGS=3D-g3' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Org-Agenda Day Ddl Habit -@home-@groupmeeting-@Kai Minor modes in effect: TeX-PDF-mode: t git-email-notmuch-mode: t git-email-piem-mode: t piem-notmuch-mode: t org-edna-mode: t erc-track-mode: t erc-spelling-mode: t erc-ring-mode: t erc-netsplit-mode: t erc-menu-mode: t erc-match-mode: t erc-log-mode: t erc-list-mode: t erc-smiley-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-keep-place-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t erc-autojoin-mode: t erc-autoaway-mode: t eros-mode: t pdf-occur-global-minor-mode: t which-key-mode: t diredfl-global-mode: t eval-sexp-fu-flash-mode: t global-flycheck-mode: t flycheck-mode: t el-patch-use-package-mode: t global-git-commit-mode: t magit-auto-revert-mode: t persistent-scratch-autosave-mode: t helm-adaptive-mode: t helm-mode: t helm-minibuffer-history-mode: t helm-ff-icon-mode: t helm--remap-mouse-mode: t async-bytecomp-package-mode: t boon-mode: t boon-local-mode: t global-page-break-lines-mode: t shackle-mode: t straight-use-package-mode: t straight-package-neutering-mode: t server-mode: t override-global-mode: t global-hl-line-mode: t repeat-mode: t pixel-scroll-precision-mode: t savehist-mode: t recentf-mode: t winner-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-networks-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t file-name-shadow-mode: t global-font-lock-mode: t window-divider-mode: t minibuffer-regexp-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t abbrev-mode: t Load-path shadows: /home/yantar92/.emacs.d/straight/build/emacsql/emacsql-sqlite hides /home/y= antar92/.emacs.d/straight/build/emacsql-sqlite/emacsql-sqlite /home/yantar92/.emacs.d/straight/build/org-contrib/ob-eukleides hides /home= /yantar92/.emacs.d/elpa/org-contrib-0.4.2/ob-eukleides /home/yantar92/.emacs.d/straight/build/org-contrib/ol-elisp-symbol hides /h= ome/yantar92/.emacs.d/elpa/org-contrib-0.4.2/ol-elisp-symbol /home/yantar92/.emacs.d/straight/build/org-contrib/org-learn hides /home/ya= ntar92/.emacs.d/elpa/org-contrib-0.4.2/org-learn /home/yantar92/.emacs.d/straight/build/org-contrib/org-static-mathjax hides= /home/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-static-mathjax /home/yantar92/.emacs.d/straight/build/org-contrib/ol-mew hides /home/yanta= r92/.emacs.d/elpa/org-contrib-0.4.2/ol-mew /home/yantar92/.emacs.d/straight/build/org-contrib/ob-picolisp hides /home/= yantar92/.emacs.d/elpa/org-contrib-0.4.2/ob-picolisp /home/yantar92/.emacs.d/straight/build/org-contrib/ob-abc hides /home/yanta= r92/.emacs.d/elpa/org-contrib-0.4.2/ob-abc /home/yantar92/.emacs.d/straight/build/org-contrib/ob-vbnet hides /home/yan= tar92/.emacs.d/elpa/org-contrib-0.4.2/ob-vbnet /home/yantar92/.emacs.d/straight/build/org-contrib/org-screenshot hides /ho= me/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-screenshot /home/yantar92/.emacs.d/straight/build/org-contrib/org-bibtex-extras hides = /home/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-bibtex-extras /home/yantar92/.emacs.d/straight/build/org-contrib/org-mairix hides /home/y= antar92/.emacs.d/elpa/org-contrib-0.4.2/org-mairix /home/yantar92/.emacs.d/straight/build/org-contrib/org-collector hides /hom= e/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-collector /home/yantar92/.emacs.d/straight/build/org-contrib/ol-vm hides /home/yantar= 92/.emacs.d/elpa/org-contrib-0.4.2/ol-vm /home/yantar92/.emacs.d/straight/build/org-contrib/org-eval hides /home/yan= tar92/.emacs.d/elpa/org-contrib-0.4.2/org-eval /home/yantar92/.emacs.d/straight/build/org-contrib/org-contribdir hides /ho= me/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-contribdir /home/yantar92/.emacs.d/straight/build/org-contrib/ob-asymptote hides /home= /yantar92/.emacs.d/elpa/org-contrib-0.4.2/ob-asymptote /home/yantar92/.emacs.d/straight/build/org-contrib/ox-freemind hides /home/= yantar92/.emacs.d/elpa/org-contrib-0.4.2/ox-freemind /home/yantar92/.emacs.d/straight/build/org-contrib/org-checklist hides /hom= e/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-checklist /home/yantar92/.emacs.d/straight/build/org-contrib/ob-fomus hides /home/yan= tar92/.emacs.d/elpa/org-contrib-0.4.2/ob-fomus /home/yantar92/.emacs.d/straight/build/org-contrib/org-wikinodes hides /hom= e/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-wikinodes /home/yantar92/.emacs.d/straight/build/org-contrib/ol-git-link hides /home/= yantar92/.emacs.d/elpa/org-contrib-0.4.2/ol-git-link /home/yantar92/.emacs.d/straight/build/org-contrib/ob-mscgen hides /home/ya= ntar92/.emacs.d/elpa/org-contrib-0.4.2/ob-mscgen /home/yantar92/.emacs.d/straight/build/org-contrib/org-contrib hides /home/= yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-contrib /home/yantar92/.emacs.d/straight/build/org-contrib/org-choose hides /home/y= antar92/.emacs.d/elpa/org-contrib-0.4.2/org-choose /home/yantar92/.emacs.d/straight/build/org-contrib/ol-wl hides /home/yantar= 92/.emacs.d/elpa/org-contrib-0.4.2/ol-wl /home/yantar92/.emacs.d/straight/build/org-contrib/org-track hides /home/ya= ntar92/.emacs.d/elpa/org-contrib-0.4.2/org-track /home/yantar92/.emacs.d/straight/build/org-contrib/ob-io hides /home/yantar= 92/.emacs.d/elpa/org-contrib-0.4.2/ob-io /home/yantar92/.emacs.d/straight/build/org-contrib/ox-s5 hides /home/yantar= 92/.emacs.d/elpa/org-contrib-0.4.2/ox-s5 /home/yantar92/.emacs.d/straight/build/org-contrib/ob-ebnf hides /home/yant= ar92/.emacs.d/elpa/org-contrib-0.4.2/ob-ebnf /home/yantar92/.emacs.d/straight/build/org-contrib/ob-ledger hides /home/ya= ntar92/.emacs.d/elpa/org-contrib-0.4.2/ob-ledger /home/yantar92/.emacs.d/straight/build/org-contrib/ob-vala hides /home/yant= ar92/.emacs.d/elpa/org-contrib-0.4.2/ob-vala /home/yantar92/.emacs.d/straight/build/org-contrib/org-secretary hides /hom= e/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-secretary /home/yantar92/.emacs.d/straight/build/org-contrib/org-eldoc hides /home/ya= ntar92/.emacs.d/elpa/org-contrib-0.4.2/org-eldoc /home/yantar92/.emacs.d/straight/build/org-contrib/ox-extra hides /home/yan= tar92/.emacs.d/elpa/org-contrib-0.4.2/ox-extra /home/yantar92/.emacs.d/straight/build/org-contrib/ob-shen hides /home/yant= ar92/.emacs.d/elpa/org-contrib-0.4.2/ob-shen /home/yantar92/.emacs.d/straight/build/org-contrib/org-interactive-query hi= des /home/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-interactive-query /home/yantar92/.emacs.d/straight/build/org-contrib/org-invoice hides /home/= yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-invoice /home/yantar92/.emacs.d/straight/build/org-contrib/ob-mathomatic hides /hom= e/yantar92/.emacs.d/elpa/org-contrib-0.4.2/ob-mathomatic /home/yantar92/.emacs.d/straight/build/org-contrib/org-license hides /home/= yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-license /home/yantar92/.emacs.d/straight/build/org-contrib/ob-hledger hides /home/y= antar92/.emacs.d/elpa/org-contrib-0.4.2/ob-hledger /home/yantar92/.emacs.d/straight/build/org-contrib/ob-stata hides /home/yan= tar92/.emacs.d/elpa/org-contrib-0.4.2/ob-stata /home/yantar92/.emacs.d/straight/build/org-contrib/org-panel hides /home/ya= ntar92/.emacs.d/elpa/org-contrib-0.4.2/org-panel /home/yantar92/.emacs.d/straight/build/org-contrib/ob-J hides /home/yantar9= 2/.emacs.d/elpa/org-contrib-0.4.2/ob-J /home/yantar92/.emacs.d/straight/build/org-contrib/ox-confluence hides /hom= e/yantar92/.emacs.d/elpa/org-contrib-0.4.2/ox-confluence /home/yantar92/.emacs.d/straight/build/org-contrib/org-eval-light hides /ho= me/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-eval-light /home/yantar92/.emacs.d/straight/build/org-contrib/ob-tcl hides /home/yanta= r92/.emacs.d/elpa/org-contrib-0.4.2/ob-tcl /home/yantar92/.emacs.d/straight/build/org-contrib/org-depend hides /home/y= antar92/.emacs.d/elpa/org-contrib-0.4.2/org-depend /home/yantar92/.emacs.d/straight/build/org-contrib/ox-groff hides /home/yan= tar92/.emacs.d/elpa/org-contrib-0.4.2/ox-groff /home/yantar92/.emacs.d/straight/build/org-contrib/org-expiry hides /home/y= antar92/.emacs.d/elpa/org-contrib-0.4.2/org-expiry /home/yantar92/.emacs.d/straight/build/org-contrib/org-effectiveness hides = /home/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-effectiveness /home/yantar92/.emacs.d/straight/build/org-contrib/org-screen hides /home/y= antar92/.emacs.d/elpa/org-contrib-0.4.2/org-screen /home/yantar92/.emacs.d/straight/build/org-contrib/ox-deck hides /home/yant= ar92/.emacs.d/elpa/org-contrib-0.4.2/ox-deck /home/yantar92/.emacs.d/straight/build/org-contrib/ob-oz hides /home/yantar= 92/.emacs.d/elpa/org-contrib-0.4.2/ob-oz /home/yantar92/.emacs.d/straight/build/org-contrib/org-sudoku hides /home/y= antar92/.emacs.d/elpa/org-contrib-0.4.2/org-sudoku /home/yantar92/.emacs.d/straight/build/org-contrib/org-toc hides /home/yant= ar92/.emacs.d/elpa/org-contrib-0.4.2/org-toc /home/yantar92/.emacs.d/straight/build/org-contrib/ox-bibtex hides /home/ya= ntar92/.emacs.d/elpa/org-contrib-0.4.2/ox-bibtex /home/yantar92/.emacs.d/straight/build/org-contrib/org-contrib-autoloads hi= des /home/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-contrib-autoloads /home/yantar92/.emacs.d/straight/build/org-contrib/orgtbl-sqlinsert hides /= home/yantar92/.emacs.d/elpa/org-contrib-0.4.2/orgtbl-sqlinsert /home/yantar92/.emacs.d/straight/build/org-contrib/ob-coq hides /home/yanta= r92/.emacs.d/elpa/org-contrib-0.4.2/ob-coq /home/yantar92/.emacs.d/straight/build/org-contrib/org-registry hides /home= /yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-registry /home/yantar92/.emacs.d/straight/build/org-contrib/ob-csharp hides /home/ya= ntar92/.emacs.d/elpa/org-contrib-0.4.2/ob-csharp /home/yantar92/.emacs.d/straight/build/org-contrib/ol-bookmark hides /home/= yantar92/.emacs.d/elpa/org-contrib-0.4.2/ol-bookmark /home/yantar92/.emacs.d/straight/build/org-contrib/ox-taskjuggler hides /ho= me/yantar92/.emacs.d/elpa/org-contrib-0.4.2/ox-taskjuggler /home/yantar92/.emacs.d/straight/build/org-contrib/org-mac-iCal hides /home= /yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-mac-iCal /home/yantar92/.emacs.d/straight/build/org-contrib/org-annotate-file hides = /home/yantar92/.emacs.d/elpa/org-contrib-0.4.2/org-annotate-file /home/yantar92/.emacs.d/straight/build/transient/transient hides /home/yant= ar92/Git/emacs/lisp/transient /home/yantar92/.emacs.d/straight/build/bind-key/bind-key hides /home/yantar= 92/Git/emacs/lisp/bind-key /home/yantar92/.emacs.d/straight/build/modus-themes/theme-loaddefs hides /h= ome/yantar92/Git/emacs/lisp/theme-loaddefs /home/yantar92/.emacs.d/straight/build/use-package/use-package hides /home/= yantar92/Git/emacs/lisp/use-package/use-package /home/yantar92/.emacs.d/straight/build/use-package/use-package-jump hides /= home/yantar92/Git/emacs/lisp/use-package/use-package-jump /home/yantar92/.emacs.d/straight/build/use-package/use-package-ensure hides= /home/yantar92/Git/emacs/lisp/use-package/use-package-ensure /home/yantar92/.emacs.d/straight/build/use-package/use-package-delight hide= s /home/yantar92/Git/emacs/lisp/use-package/use-package-delight /home/yantar92/.emacs.d/straight/build/use-package/use-package-lint hides /= home/yantar92/Git/emacs/lisp/use-package/use-package-lint /home/yantar92/.emacs.d/straight/build/use-package/use-package-diminish hid= es /home/yantar92/Git/emacs/lisp/use-package/use-package-diminish /home/yantar92/.emacs.d/straight/build/use-package/use-package-bind-key hid= es /home/yantar92/Git/emacs/lisp/use-package/use-package-bind-key /home/yantar92/.emacs.d/straight/build/use-package/use-package-core hides /= home/yantar92/Git/emacs/lisp/use-package/use-package-core /home/yantar92/.emacs.d/straight/build/project/project hides /home/yantar92= /Git/emacs/lisp/progmodes/project /home/yantar92/.emacs.d/straight/build/xref/xref hides /home/yantar92/Git/e= macs/lisp/progmodes/xref /home/yantar92/.emacs.d/straight/build/org/org-refile hides /home/yantar92/= Git/emacs/lisp/org/org-refile /home/yantar92/.emacs.d/straight/build/org/ob-emacs-lisp hides /home/yantar= 92/Git/emacs/lisp/org/ob-emacs-lisp /home/yantar92/.emacs.d/straight/build/org/org-goto hides /home/yantar92/Gi= t/emacs/lisp/org/org-goto /home/yantar92/.emacs.d/straight/build/org/ob-latex hides /home/yantar92/Gi= t/emacs/lisp/org/ob-latex /home/yantar92/.emacs.d/straight/build/org/ob-eshell hides /home/yantar92/G= it/emacs/lisp/org/ob-eshell /home/yantar92/.emacs.d/straight/build/org/ob-lilypond hides /home/yantar92= /Git/emacs/lisp/org/ob-lilypond /home/yantar92/.emacs.d/straight/build/org/ol-mhe hides /home/yantar92/Git/= emacs/lisp/org/ol-mhe /home/yantar92/.emacs.d/straight/build/org/ob-eval hides /home/yantar92/Git= /emacs/lisp/org/ob-eval /home/yantar92/.emacs.d/straight/build/org/org-protocol hides /home/yantar9= 2/Git/emacs/lisp/org/org-protocol /home/yantar92/.emacs.d/straight/build/org/ob-forth hides /home/yantar92/Gi= t/emacs/lisp/org/ob-forth /home/yantar92/.emacs.d/straight/build/org/oc-basic hides /home/yantar92/Gi= t/emacs/lisp/org/oc-basic /home/yantar92/.emacs.d/straight/build/org/org-datetree hides /home/yantar9= 2/Git/emacs/lisp/org/org-datetree /home/yantar92/.emacs.d/straight/build/org/oc hides /home/yantar92/Git/emac= s/lisp/org/oc /home/yantar92/.emacs.d/straight/build/org/ol-bbdb hides /home/yantar92/Git= /emacs/lisp/org/ol-bbdb /home/yantar92/.emacs.d/straight/build/org/ob-perl hides /home/yantar92/Git= /emacs/lisp/org/ob-perl /home/yantar92/.emacs.d/straight/build/org/org-id hides /home/yantar92/Git/= emacs/lisp/org/org-id /home/yantar92/.emacs.d/straight/build/org/ob-shell hides /home/yantar92/Gi= t/emacs/lisp/org/ob-shell /home/yantar92/.emacs.d/straight/build/org/ob-sed hides /home/yantar92/Git/= emacs/lisp/org/ob-sed /home/yantar92/.emacs.d/straight/build/org/ox hides /home/yantar92/Git/emac= s/lisp/org/ox /home/yantar92/.emacs.d/straight/build/org/ob hides /home/yantar92/Git/emac= s/lisp/org/ob /home/yantar92/.emacs.d/straight/build/org/oc-bibtex hides /home/yantar92/G= it/emacs/lisp/org/oc-bibtex /home/yantar92/.emacs.d/straight/build/org/ob-maxima hides /home/yantar92/G= it/emacs/lisp/org/ob-maxima /home/yantar92/.emacs.d/straight/build/org/org-cycle hides /home/yantar92/G= it/emacs/lisp/org/org-cycle /home/yantar92/.emacs.d/straight/build/org/ob-groovy hides /home/yantar92/G= it/emacs/lisp/org/ob-groovy /home/yantar92/.emacs.d/straight/build/org/org-crypt hides /home/yantar92/G= it/emacs/lisp/org/org-crypt /home/yantar92/.emacs.d/straight/build/org/ol-docview hides /home/yantar92/= Git/emacs/lisp/org/ol-docview /home/yantar92/.emacs.d/straight/build/org/ob-java hides /home/yantar92/Git= /emacs/lisp/org/ob-java /home/yantar92/.emacs.d/straight/build/org/ob-R hides /home/yantar92/Git/em= acs/lisp/org/ob-R /home/yantar92/.emacs.d/straight/build/org/org-pcomplete hides /home/yantar= 92/Git/emacs/lisp/org/org-pcomplete /home/yantar92/.emacs.d/straight/build/org/org-keys hides /home/yantar92/Gi= t/emacs/lisp/org/org-keys /home/yantar92/.emacs.d/straight/build/org/ox-org hides /home/yantar92/Git/= emacs/lisp/org/ox-org /home/yantar92/.emacs.d/straight/build/org/ob-table hides /home/yantar92/Gi= t/emacs/lisp/org/ob-table /home/yantar92/.emacs.d/straight/build/org/org-ctags hides /home/yantar92/G= it/emacs/lisp/org/org-ctags /home/yantar92/.emacs.d/straight/build/org/ob-ocaml hides /home/yantar92/Gi= t/emacs/lisp/org/ob-ocaml /home/yantar92/.emacs.d/straight/build/org/ox-ascii hides /home/yantar92/Gi= t/emacs/lisp/org/ox-ascii /home/yantar92/.emacs.d/straight/build/org/org-duration hides /home/yantar9= 2/Git/emacs/lisp/org/org-duration /home/yantar92/.emacs.d/straight/build/org/oc-csl hides /home/yantar92/Git/= emacs/lisp/org/oc-csl /home/yantar92/.emacs.d/straight/build/org/org-persist hides /home/yantar92= /Git/emacs/lisp/org/org-persist /home/yantar92/.emacs.d/straight/build/org/org-table hides /home/yantar92/G= it/emacs/lisp/org/org-table /home/yantar92/.emacs.d/straight/build/org/ob-matlab hides /home/yantar92/G= it/emacs/lisp/org/ob-matlab /home/yantar92/.emacs.d/straight/build/org/ob-calc hides /home/yantar92/Git= /emacs/lisp/org/ob-calc /home/yantar92/.emacs.d/straight/build/org/ob-lua hides /home/yantar92/Git/= emacs/lisp/org/ob-lua /home/yantar92/.emacs.d/straight/build/org/org-macro hides /home/yantar92/G= it/emacs/lisp/org/org-macro /home/yantar92/.emacs.d/straight/build/org/ob-clojure hides /home/yantar92/= Git/emacs/lisp/org/ob-clojure /home/yantar92/.emacs.d/straight/build/org/ox-beamer hides /home/yantar92/G= it/emacs/lisp/org/ox-beamer /home/yantar92/.emacs.d/straight/build/org/ox-koma-letter hides /home/yanta= r92/Git/emacs/lisp/org/ox-koma-letter /home/yantar92/.emacs.d/straight/build/org/ob-screen hides /home/yantar92/G= it/emacs/lisp/org/ob-screen /home/yantar92/.emacs.d/straight/build/org/ol-eww hides /home/yantar92/Git/= emacs/lisp/org/ol-eww /home/yantar92/.emacs.d/straight/build/org/ox-texinfo hides /home/yantar92/= Git/emacs/lisp/org/ox-texinfo /home/yantar92/.emacs.d/straight/build/org/ob-dot hides /home/yantar92/Git/= emacs/lisp/org/ob-dot /home/yantar92/.emacs.d/straight/build/org/org-clock hides /home/yantar92/G= it/emacs/lisp/org/org-clock /home/yantar92/.emacs.d/straight/build/org/org-attach-git hides /home/yanta= r92/Git/emacs/lisp/org/org-attach-git /home/yantar92/.emacs.d/straight/build/org/ob-sass hides /home/yantar92/Git= /emacs/lisp/org/ob-sass /home/yantar92/.emacs.d/straight/build/org/ol-w3m hides /home/yantar92/Git/= emacs/lisp/org/ol-w3m /home/yantar92/.emacs.d/straight/build/org/org-lint hides /home/yantar92/Gi= t/emacs/lisp/org/org-lint /home/yantar92/.emacs.d/straight/build/org/ob-org hides /home/yantar92/Git/= emacs/lisp/org/ob-org /home/yantar92/.emacs.d/straight/build/org/ob-ref hides /home/yantar92/Git/= emacs/lisp/org/ob-ref /home/yantar92/.emacs.d/straight/build/org/ob-python hides /home/yantar92/G= it/emacs/lisp/org/ob-python /home/yantar92/.emacs.d/straight/build/org/ol-info hides /home/yantar92/Git= /emacs/lisp/org/ol-info /home/yantar92/.emacs.d/straight/build/org/org-entities hides /home/yantar9= 2/Git/emacs/lisp/org/org-entities /home/yantar92/.emacs.d/straight/build/org/ox-publish hides /home/yantar92/= Git/emacs/lisp/org/ox-publish /home/yantar92/.emacs.d/straight/build/org/ob-makefile hides /home/yantar92= /Git/emacs/lisp/org/ob-makefile /home/yantar92/.emacs.d/straight/build/org/ob-lisp hides /home/yantar92/Git= /emacs/lisp/org/ob-lisp /home/yantar92/.emacs.d/straight/build/org/ol hides /home/yantar92/Git/emac= s/lisp/org/ol /home/yantar92/.emacs.d/straight/build/org/oc-natbib hides /home/yantar92/G= it/emacs/lisp/org/oc-natbib /home/yantar92/.emacs.d/straight/build/org/org-mouse hides /home/yantar92/G= it/emacs/lisp/org/org-mouse /home/yantar92/.emacs.d/straight/build/org/ob-processing hides /home/yantar= 92/Git/emacs/lisp/org/ob-processing /home/yantar92/.emacs.d/straight/build/org/ob-sqlite hides /home/yantar92/G= it/emacs/lisp/org/ob-sqlite /home/yantar92/.emacs.d/straight/build/org/ox-latex hides /home/yantar92/Gi= t/emacs/lisp/org/ox-latex /home/yantar92/.emacs.d/straight/build/org/ob-ditaa hides /home/yantar92/Gi= t/emacs/lisp/org/ob-ditaa /home/yantar92/.emacs.d/straight/build/org/org-loaddefs hides /home/yantar9= 2/Git/emacs/lisp/org/org-loaddefs /home/yantar92/.emacs.d/straight/build/org/org-inlinetask hides /home/yanta= r92/Git/emacs/lisp/org/org-inlinetask /home/yantar92/.emacs.d/straight/build/org/ol-man hides /home/yantar92/Git/= emacs/lisp/org/ol-man /home/yantar92/.emacs.d/straight/build/org/ol-bibtex hides /home/yantar92/G= it/emacs/lisp/org/ol-bibtex /home/yantar92/.emacs.d/straight/build/org/ob-sql hides /home/yantar92/Git/= emacs/lisp/org/ob-sql /home/yantar92/.emacs.d/straight/build/org/ob-lob hides /home/yantar92/Git/= emacs/lisp/org/ob-lob /home/yantar92/.emacs.d/straight/build/org/org-fold-core hides /home/yantar= 92/Git/emacs/lisp/org/org-fold-core /home/yantar92/.emacs.d/straight/build/org/org-version hides /home/yantar92= /Git/emacs/lisp/org/org-version /home/yantar92/.emacs.d/straight/build/org/org-list hides /home/yantar92/Gi= t/emacs/lisp/org/org-list /home/yantar92/.emacs.d/straight/build/org/org-attach hides /home/yantar92/= Git/emacs/lisp/org/org-attach /home/yantar92/.emacs.d/straight/build/org/org-macs hides /home/yantar92/Gi= t/emacs/lisp/org/org-macs /home/yantar92/.emacs.d/straight/build/org/org-habit hides /home/yantar92/G= it/emacs/lisp/org/org-habit /home/yantar92/.emacs.d/straight/build/org/ob-tangle hides /home/yantar92/G= it/emacs/lisp/org/ob-tangle /home/yantar92/.emacs.d/straight/build/org/org-feed hides /home/yantar92/Gi= t/emacs/lisp/org/org-feed /home/yantar92/.emacs.d/straight/build/org/ob-plantuml hides /home/yantar92= /Git/emacs/lisp/org/ob-plantuml /home/yantar92/.emacs.d/straight/build/org/oc-biblatex hides /home/yantar92= /Git/emacs/lisp/org/oc-biblatex /home/yantar92/.emacs.d/straight/build/org/ob-js hides /home/yantar92/Git/e= macs/lisp/org/ob-js /home/yantar92/.emacs.d/straight/build/org/org-timer hides /home/yantar92/G= it/emacs/lisp/org/org-timer /home/yantar92/.emacs.d/straight/build/org/ob-ruby hides /home/yantar92/Git= /emacs/lisp/org/ob-ruby /home/yantar92/.emacs.d/straight/build/org/ob-css hides /home/yantar92/Git/= emacs/lisp/org/ob-css /home/yantar92/.emacs.d/straight/build/org/ol-eshell hides /home/yantar92/G= it/emacs/lisp/org/ol-eshell /home/yantar92/.emacs.d/straight/build/org/org-faces hides /home/yantar92/G= it/emacs/lisp/org/org-faces /home/yantar92/.emacs.d/straight/build/org/ob-scheme hides /home/yantar92/G= it/emacs/lisp/org/ob-scheme /home/yantar92/.emacs.d/straight/build/org/ol-doi hides /home/yantar92/Git/= emacs/lisp/org/ol-doi /home/yantar92/.emacs.d/straight/build/org/org-tempo hides /home/yantar92/G= it/emacs/lisp/org/org-tempo /home/yantar92/.emacs.d/straight/build/org/org-archive hides /home/yantar92= /Git/emacs/lisp/org/org-archive /home/yantar92/.emacs.d/straight/build/org/ob-awk hides /home/yantar92/Git/= emacs/lisp/org/ob-awk /home/yantar92/.emacs.d/straight/build/org/ob-C hides /home/yantar92/Git/em= acs/lisp/org/ob-C /home/yantar92/.emacs.d/straight/build/org/org-agenda hides /home/yantar92/= Git/emacs/lisp/org/org-agenda /home/yantar92/.emacs.d/straight/build/org/org-mobile hides /home/yantar92/= Git/emacs/lisp/org/org-mobile /home/yantar92/.emacs.d/straight/build/org/org-src hides /home/yantar92/Git= /emacs/lisp/org/org-src /home/yantar92/.emacs.d/straight/build/org/org-compat hides /home/yantar92/= Git/emacs/lisp/org/org-compat /home/yantar92/.emacs.d/straight/build/org/ol-irc hides /home/yantar92/Git/= emacs/lisp/org/ol-irc /home/yantar92/.emacs.d/straight/build/org/org-capture hides /home/yantar92= /Git/emacs/lisp/org/org-capture /home/yantar92/.emacs.d/straight/build/org/org hides /home/yantar92/Git/ema= cs/lisp/org/org /home/yantar92/.emacs.d/straight/build/org/ob-fortran hides /home/yantar92/= Git/emacs/lisp/org/ob-fortran /home/yantar92/.emacs.d/straight/build/org/ob-julia hides /home/yantar92/Gi= t/emacs/lisp/org/ob-julia /home/yantar92/.emacs.d/straight/build/org/ox-md hides /home/yantar92/Git/e= macs/lisp/org/ox-md /home/yantar92/.emacs.d/straight/build/org/org-fold hides /home/yantar92/Gi= t/emacs/lisp/org/org-fold /home/yantar92/.emacs.d/straight/build/org/ol-gnus hides /home/yantar92/Git= /emacs/lisp/org/ol-gnus /home/yantar92/.emacs.d/straight/build/org/ox-man hides /home/yantar92/Git/= emacs/lisp/org/ox-man /home/yantar92/.emacs.d/straight/build/org/ob-core hides /home/yantar92/Git= /emacs/lisp/org/ob-core /home/yantar92/.emacs.d/straight/build/org/org-colview hides /home/yantar92= /Git/emacs/lisp/org/org-colview /home/yantar92/.emacs.d/straight/build/org/ob-octave hides /home/yantar92/G= it/emacs/lisp/org/ob-octave /home/yantar92/.emacs.d/straight/build/org/ox-html hides /home/yantar92/Git= /emacs/lisp/org/ox-html /home/yantar92/.emacs.d/straight/build/org/ob-gnuplot hides /home/yantar92/= Git/emacs/lisp/org/ob-gnuplot /home/yantar92/.emacs.d/straight/build/org/org-footnote hides /home/yantar9= 2/Git/emacs/lisp/org/org-footnote /home/yantar92/.emacs.d/straight/build/org/ob-exp hides /home/yantar92/Git/= emacs/lisp/org/ob-exp /home/yantar92/.emacs.d/straight/build/org/org-indent hides /home/yantar92/= Git/emacs/lisp/org/org-indent /home/yantar92/.emacs.d/straight/build/org/ox-odt hides /home/yantar92/Git/= emacs/lisp/org/ox-odt /home/yantar92/.emacs.d/straight/build/org/ox-icalendar hides /home/yantar9= 2/Git/emacs/lisp/org/ox-icalendar /home/yantar92/.emacs.d/straight/build/org/org-element hides /home/yantar92= /Git/emacs/lisp/org/org-element /home/yantar92/.emacs.d/straight/build/org/ob-haskell hides /home/yantar92/= Git/emacs/lisp/org/ob-haskell /home/yantar92/.emacs.d/straight/build/org/ol-rmail hides /home/yantar92/Gi= t/emacs/lisp/org/ol-rmail /home/yantar92/.emacs.d/straight/build/org/ob-comint hides /home/yantar92/G= it/emacs/lisp/org/ob-comint /home/yantar92/.emacs.d/straight/build/org/org-plot hides /home/yantar92/Gi= t/emacs/lisp/org/org-plot /home/yantar92/.emacs.d/straight/build/org/org-num hides /home/yantar92/Git= /emacs/lisp/org/org-num /home/yantar92/.emacs.d/straight/build/seq/seq hides /home/yantar92/Git/ema= cs/lisp/emacs-lisp/seq /home/yantar92/.emacs.d/straight/build/let-alist/let-alist hides /home/yant= ar92/Git/emacs/lisp/emacs-lisp/let-alist /home/yantar92/.emacs.d/straight/build/map/map hides /home/yantar92/Git/ema= cs/lisp/emacs-lisp/map Features: (shadow emacsbug latex latex-flymake tex-ispell tex-style tex boon-main boon-hl boon-arguments multiple-cursors mc-separate-operations rectangular-region-mode mc-mark-pop mc-edit-lines mc-hide-unmatched-lines-mode mc-mark-more mc-cycle-cursors multiple-cursors-core boon-regs boon-utils org-duration org-table-sticky-header oc-basic helm-command helm-x-files git-email-magit magit-patch git-email-notmuch git-email-piem git-email git-email-autoloads project-autoloads xref-autoloads piem-notmuch piem piem-maildir piem-autoloads org-page simple-httpd op-export op-template op-enhance op-git git op-util op-vars org-page-autoloads git-autoloads htmlize-autoloads mustache-autoloads simple-httpd-autoloads org-crypt helm-for-files helm-bookmark helm-external helm-net helm-notmuch helm-notmuch-autoloads ol-notmuch ol-notmuch-autoloads org-eldoc org-table-sticky-header-autoloads posframe posframe-autoloads ob-latex ob-dot ob-calc ob-gnuplot ob-ditaa ob-C ob-python ob-perl ob-org ob-shell ob-mathematica ob-mathematica-autoloads org-tempo org-archive ox-md ox-beamer engrave-faces engrave-faces-autoloads ox-extra ox-odt ox-latex ox-icalendar ox-html ox-ascii ox-publish ox orgdiff-autoloads ol-bibtex doct ya-org-capture ya-org-capture-autoloads doct-autoloads org-capture-pop-frame org-capture-pop-frame-autoloads org-protocol org-analyzer-autoloads pomidor-autoloads alert-autoloads log4e-autoloads gntp-autoloads helm-org-ql helm-org org-clock org-autosort org-autosort-autoloads helm-org-contacts helm-org-contacts-autoloads org-contacts org-contacts-autoloads helm-org-ql-autoloads helm-org-autoloads org-ql-search org-ql-view ov org-super-agenda ht org-ql peg ts org-ql-autoloads peg-autoloads ov-autoloads org-super-agenda-autoloads ts-autoloads ht-autoloads map-autoloads org-quick-peek org-quick-peek-autoloads org-attach texmathp cdlatex reftex reftex-loaddefs reftex-vars cdlatex-autoloads scimax-inkscape scimax-inkscape-autoloads org-checklist org-habit org-edna org-edna-autoloads org-inlinetask org-drill org-agenda org-drill-autoloads ol-irc ol-info ol-w3m ol-doi org-link-doi speed-type speed-type-autoloads osm osm-ol osm-autoloads chatgpt-shell chatgpt-shell-autoloads shell-maker shell-maker-autoloads mastodon mastodon-search mastodon-toot mastodon-iso persist mastodon-http request mastodon-autoloads persist-autoloads request-autoloads helm-ring helm-elisp helm-eval 0x0 0x0-autoloads erc-hl-nicks-autoloads erc-hl-nicks erc-track erc-spelling erc-ring erc-netsplit erc-menu erc-match erc-log erc-list erc-goodies erc-pcomplete erc-join erc-autoaway notmuch-calendar-x notmuch-calendar-x-autoloads notmuch notmuch-tree notmuch-jump notmuch-hello notmuch-show notmuch-print notmuch-crypto notmuch-mua notmuch-message notmuch-draft notmuch-maildir-fcc notmuch-address notmuch-company notmuch-parser notmuch-wash coolj notmuch-tag notmuch-lib notmuch-version notmuch-compat org-capture-ref org-capture persid persid-autoloads w3m-autoloads elfeed-score elfeed-score-maint elfeed-score-scoring elfeed-score-serde elfeed-score-rule-stats elfeed-org org-element org-persist elfeed-org-autoloads quick-peek quick-peek-autoloads elfeed-show elfeed-search license-snippets yasnippet-snippets-autoloads yasnippet-snippets eros rainbow-delimiters highlight-numbers parent-mode easy-escape goggles pulse yasnippet elfeed-csv elfeed elfeed-curl elfeed-log elfeed-db elfeed-lib xml-query elfeed-score-rules elfeed-score-log elfeed-score-autoloads elfeed-autoloads ytel-show-autoloads ytel ytel-autoloads qrencode-el-autoloads tb-keycast tb-keycast-autoloads gif-screencast gif-screencast-autoloads yaml-mode yaml-mode-autoloads calctex calctex-autoloads shell-pop-autoloads eterm-256color-autoloads xterm-color-autoloads vterm vterm-module vterm-autoloads diffpdf diffpdf-autoloads pdf-view-restore pdf-view-restore-autoloads pdf-occur tablist tablist-filter pdf-isearch pdf-misc pdf-tools pdf-roll pdf-view pdf-cache pdf-info pdf-util pdf-macs pdf-tools-autoloads tablist-autoloads image-roll image-roll-autoloads wolfram-mode wolfram-mode-autoloads ledger-mode-autoloads auctex-autoloads tex-site ebuild-mode ebuild-mode-autoloads lua-mode lua-mode-autoloads gnuplot-autoloads eros-autoloads paredit paredit-autoloads helm-info which-key which-key-autoloads helm-descbinds helm-descbinds-autoloads elisp-demos elisp-demos-autoloads helpful elisp-refs helpful-autoloads elisp-refs-autoloads tldr tldr-autoloads inspector inspector-autoloads macrostep macrostep-autoloads highlight-refontification highlight-refontification-autoloads font-lock-profiler font-lock-profiler-autoloads font-lock-studio font-lock-studio-autoloads memory-usage memory-usage-autoloads bug-hunter bug-hunter-autoloads lorem-ipsum lorem-ipsum-autoloads vundo vundo-autoloads license-snippets-autoloads yasnippet-autoloads move-text move-text-autoloads aggressive-indent aggressive-indent-autoloads visual-regexp-autoloads helm-bm helm-bm-autoloads bm bm-autoloads helm-dash dash-docs helm-dash-autoloads dash-docs-autoloads disk-usage disk-usage-autoloads dired-hide-dotfiles-autoloads diredfl diredfl-autoloads all-the-icons-dired-autoloads dired-filter-autoloads dired-open-autoloads dired-avfs dired-avfs-autoloads dired-hacks-utils dired-hacks-utils-autoloads windower emacs-windower-autoloads skip-buffers-mode avy-autoloads eval-sexp-fu eval-sexp-fu-autoloads goggles-autoloads easy-escape-autoloads highlight-numbers-autoloads parent-mode-autoloads rainbow-delimiters-autoloads highlight-parentheses highlight-parentheses-autoloads flycheck-tip error-tip popup flycheck-tip-autoloads flycheck flycheck-autoloads pkg-info-autoloads epl-autoloads wordnut wordnut-history wordnut-u wordnut-autoloads smog smog-autoloads writegood-mode writegood-mode-autoloads langtool-ignore-fonts langtool-ignore-fonts-autoloads langtool langtool-autoloads el-patch-autoloads el-patch el-patch-stub orgit orgit-autoloads browse-at-remote f f-shortdoc browse-at-remote-autoloads f-autoloads forge-list forge-commands forge-semi forge-bitbucket buck forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github ghub-graphql treepy gsexp ghub forge-notify forge-revnote forge-pullreq forge-issue forge-topic yaml forge-post markdown-mode forge-repo forge forge-core forge-db closql emacsql-sqlite emacsql emacsql-compiler magit-bookmark magit-submodule magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log magit-diff git-commit magit-core magit-autorevert magit-margin magit-transient magit-process with-editor magit-mode magit-git magit-base magit-section forge-autoloads yaml-autoloads markdown-mode-autoloads ghub-autoloads treepy-autoloads let-alist-autoloads closql-autoloads emacsql-sqlite-autoloads emacsql-autoloads magit-autoloads magit-section-autoloads git-commit-autoloads with-editor-autoloads transient-autoloads hl-todo pretty-symbols company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-capf company-cmake company-semantic company-template company-bbdb company persistent-scratch persistent-scratch-autoloads backup-walker-autoloads company-autoloads helm-adaptive helm-mode helm-misc helm-files helm-buffers helm-occur helm-tags helm-locate helm-grep helm-regexp helm-utils helm-help helm-types helm helm-global-bindings helm-easymenu helm-core async-bytecomp helm-source helm-multi-match helm-lib helm-autoloads popup-autoloads wfnames-autoloads helm-core-autoloads pyim pyim-cloudim pyim-probe pyim-preview pyim-page pyim-indicator pyim-dhashcache pyim-dict async pyim-autoselector pyim-process pyim-punctuation pyim-outcome pyim-candidates pyim-cstring pyim-cregexp xr pyim-codes pyim-imobjs pyim-pinyin pyim-entered pyim-dcache pyim-pymap pyim-scheme pyim-common pyim-autoloads xr-autoloads async-autoloads reverse-im reverse-im-autoloads hydra lv boon-qwerty olivetti straight-x boon boon-keys boon-core boon-loaddefs boon-autoloads multiple-cursors-autoloads expand-region-autoloads meta-functions org-id org-refile org-element-ast dash meta-functions-autoloads dash-autoloads memoize memoize-autoloads info-colors info-colors-autoloads hl-todo-autoloads latex-pretty-symbols latex-pretty-symbols-autoloads pretty-symbols-autoloads page-break-lines page-break-lines-autoloads adaptive-wrap adaptive-wrap-autoloads olivetti-autoloads shackle shackle-autoloads all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons all-the-icons-autoloads org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-version org-compat org-macs modus-operandi-theme modus-themes modus-themes-autoloads s s-autoloads asoc asoc.el-autoloads no-littering compat no-littering-autoloads compat-autoloads seq-autoloads hydra-autoloads lv-autoloads diminish diminish-autoloads use-package-autoloads bind-key-autoloads straight-autoloads straight org-contrib-autoloads ox-hugo-autoloads tomelr-autoloads server use-package-bind-key bind-key finder-inf noutline outline sh-script smie executable use-package-diminish use-package-core trace hl-line repeat inline pixel-scroll cua-base advice color quail sort image-dired image-dired-tags image-dired-external image-dired-util savehist etags fileloop xref recentf tree-widget autorevert crm cursor-sensor comp comp-cstr transient cl-extra edmacro kmacro log-edit pcvs-util add-log smerge-mode diff which-func imenu package url-handlers bug-reference let-alist url-http url-auth url-gw vc-git diff-mode easy-mmode ediff ediff-merg ediff-mult ediff-wind ediff-diff ediff-help ediff-init ediff-util hi-lock flyspell ispell notifications winner bookmark edebug debug backtrace help-fns info-look info cc-langs skeleton tq cus-edit cus-start cus-load semantic/wisent/comp semantic/wisent semantic/wisent/wisent semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local find-func cedet ibuf-ext ibuffer ibuffer-loaddefs term/xterm xterm term disp-table ehelp face-remap calc-sel avl-tree loaddefs-gen lisp-mnt radix-tree display-fill-column-indicator hideshow bibtex icalendar diary-lib diary-loaddefs goto-addr erc-button erc-fill erc-stamp erc erc-backend erc-networks erc-common erc-compat erc-loaddefs facemenu view esh-mode esh-var eshell esh-cmd generator esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util ielm pp gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media rfc822 mml mml-sec epa derived epg rfc6068 epg-config mailabbrev gmm-utils mailheader gnus-win table rng-loc rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util tempo python pcase treesit calc-trail calc-store calc-ext calc calc-loaddefs rect calc-macs mail-extr tramp-archive tramp-gvfs dbus tramp trampver tramp-integration files-x tramp-message help-mode tramp-compat shell pcomplete parse-time iso8601 format-spec tramp-loaddefs mule-util ffap vc vc-dispatcher cal-iso image-file image-converter dired-aux dired-x grep texinfo texinfo-loaddefs cmacexp cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs cl-print eww xdg url-queue shr pixel-fill kinsoku url-file svg xml dom browse-url mm-url gnus nnheader gnus-util time-date mail-utils range wid-edit url-cache network-stream nsm footnote rx textsec-check textsec uni-scripts url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map url-vars mailcap puny idna-mapping ucs-normalize uni-confusable timezone flymake project byte-opt gv bytecomp byte-compile compile text-property-search comint ansi-osc ansi-color ring warnings thingatpt tabify mm-archive mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr tab-line icons doc-view filenotify jka-compr image-mode exif dired dired-loaddefs misearch multi-isearch cl-loaddefs cl-lib qp cal-move cal-menu calendar cal-loaddefs conf-mode rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine 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 composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 4091654 3835159) (symbols 48 48827 2152) (strings 32 286221 124715) (string-bytes 1 13588815) (vectors 16 508153) (vector-slots 8 7456310 4445100) (floats 8 5969 7847) (intervals 56 121781 15782) (buffers 984 46)) --=20 Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 10:11:30 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 14:11:30 +0000 Received: from localhost ([127.0.0.1]:34280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw157-0000nl-NK for submit@debbugs.gnu.org; Thu, 26 Oct 2023 10:11:29 -0400 Received: from mail-ed1-x52f.google.com ([2a00:1450:4864:20::52f]:52624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw154-0000nW-IG for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 10:11:28 -0400 Received: by mail-ed1-x52f.google.com with SMTP id 4fb4d7f45d1cf-533d31a8523so1429126a12.1 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 07:10:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698329449; x=1698934249; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=+i+OtO3Rq1T2JW6mf/208eaacmMQvb98q0L/YcLlT6w=; b=ekko7QMAATmEzXPM66+zugNOXvOk9FmhfNzMarrL3dksYXJVw43hy+9OQSIIUy5CZT GunEQZ8oY/LZvr5Bz3RlUaKBuJvUo3JxAOGYm7bctIiOelccRNvEhNR2wYNRx2YLP6fc 4ynn8mj/LV4GMCbQcH7y8SPaPo+UAMTBm4qyLdgEIf13EDNLB9genYYLKrCtYlpoEpSC RYWLiS/35cSg0OK2a0CCmL1Vosx0A21kVbaxyRMque+47cIKeMox2pmIIv+SOO4BMhiE rs1UZamcdkYa8nFUuvzzW4/i4AuvXqbzgMGOgaCeP/Ag4xd7qbhLmX/hh3tGQAnoGsO0 egOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698329449; x=1698934249; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=+i+OtO3Rq1T2JW6mf/208eaacmMQvb98q0L/YcLlT6w=; b=b4m5XKuZ/UNkf4X9gu42dNqIkwRkQYXqo4zX2GDV/1Lz4kWNIb/bsRT7VTGAC+ZIlw QHG9ny1rF5L+pc7E2D+HCgZkg74q80034g43ggTdEGmFirRDhEXka8nPUSthQEhEdTnZ jlrMiGsF4yPRzLsPdGjWf1sIsQmWKL/wDmk8tSyjLiNLxFmPXKyXIyX3VsgrAQl5fXOy 7fJ+T3fQqr758tFP8cg1VPDkUH9tPKrhrKx2p/tWbQ4lbCaVwt7c5NAIKE80htL8EWOF uN8vd7I66qvP7DsgCcwzLQI1sSWMJ7+Sy+M0i1syNG3zMPMIaXqK/r4+uvsP+vTtun4h BjGQ== X-Gm-Message-State: AOJu0YxB3hFIlHRnl20epuhnNhvig/Oy2fJaLG99NYOF9Ux0TGikhPvT Bd3VpMqdQMF63drOFCReqoiC9nH7uJG8zw== X-Google-Smtp-Source: AGHT+IGdhIBq8m5pmQwObQrDywHI/Dg1zZhvBV2gdcxu/8D81JEuNo15SCh6jzcESQrPbWYRIzMq8A== X-Received: by 2002:a05:6402:4304:b0:540:7aa7:874e with SMTP id m4-20020a056402430400b005407aa7874emr9603675edc.29.1698329448828; Thu, 26 Oct 2023 07:10:48 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id cz25-20020a0564021cb900b00536031525e5sm11311084edb.91.2023.10.26.07.10.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 07:10:48 -0700 (PDT) From: =?utf-8?Q?Gerd_M=C3=B6llmann?= To: Ihor Radchenko Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <87o7gnnhqz.fsf@localhost> (Ihor Radchenko's message of "Wed, 25 Oct 2023 10:01:08 +0000") References: <87o7gnnhqz.fsf@localhost> Date: Thu, 26 Oct 2023 16:10:47 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66744 Cc: 66744@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 (-) Ihor Radchenko writes: > Steps to reproduce: > > 1. ./src/emacs -Q --batch -l ~/Downloads/dump.el > > ---- dump.el ----- > (dump-emacs-portable "/tmp/emacs-dumped.dmp") > --------------- > > 2. ./src/emacs -Q --dump-file="/tmp/emacs-dumped.dmp" I wasn't yet able to reproduce this here, on macOS. The stack trace says it's during mouse-highlighting, so chances are it's not related to the dump in step 3. What happens when you leave out step 3, and just try some mouse-highligting in the Emacs from step 2? From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 10:38:26 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 14:38:26 +0000 Received: from localhost ([127.0.0.1]:34311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw1VC-0001ST-HZ for submit@debbugs.gnu.org; Thu, 26 Oct 2023 10:38:26 -0400 Received: from mout01.posteo.de ([185.67.36.65]:57377) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw1V9-0001SD-2d for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 10:38:24 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4893B240028 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 16:37:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1698331066; bh=J0npX9aqa14jGjkqCdJWrdI/atwQBihx+8zAJ6EzTFM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=l4Ny1utCgyp4d5NOyF1LDR9T8QPsXt8axc5BFfcqOA5txlAkdalf0u4+TrNJnrZGn LimPvCTIfcLAKYDFF9kH03Y1V0Vj7U110SpKCkg9cmijK/35QVs/hGFxTzRYq5FxeQ xmq+r8J0/9K9M3nmis/GKaeEMSn2BbrZeziND1UvBjOpaJCPenS80iNeTz+wNNmo47 4ebXnS+4K4qcCU+mMkTOOwMPE1EJfxokeNS0l11KJPLFJxmxQIOOqC+bq9M/WdcMSq NKBr6R1nWCK3ULr74Nwj6A7CxYjQgwzIEpJKByQlOfqt82Y8w0Cz8x+BK3ikG6vRss JRZT7hGhB2wDQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SGT0n3PrVz6tx1; Thu, 26 Oct 2023 16:37:45 +0200 (CEST) From: Ihor Radchenko To: Gerd =?utf-8?Q?M=C3=B6llmann?= Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: References: <87o7gnnhqz.fsf@localhost> Date: Thu, 26 Oct 2023 14:39:24 +0000 Message-ID: <87a5s5bg83.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66744 Cc: 66744@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: -3.3 (---) Gerd M=C3=B6llmann writes: >> 2. ./src/emacs -Q --dump-file=3D"/tmp/emacs-dumped.dmp" > > I wasn't yet able to reproduce this here, on macOS. > > The stack trace says it's during mouse-highlighting, so chances are it's > not related to the dump in step 3. What happens when you leave out step > 3, and just try some mouse-highligting in the Emacs from step 2? I am running Emacs from step 2 for more than 24 hours by now with normal usage. --=20 Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 10:43:12 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 14:43:12 +0000 Received: from localhost ([127.0.0.1]:34319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw1Zo-0001aD-E0 for submit@debbugs.gnu.org; Thu, 26 Oct 2023 10:43:12 -0400 Received: from mail-ej1-x634.google.com ([2a00:1450:4864:20::634]:45325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw1Zl-0001Zy-Ca for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 10:43:10 -0400 Received: by mail-ej1-x634.google.com with SMTP id a640c23a62f3a-9ba1eb73c27so161817566b.3 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 07:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698331352; x=1698936152; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ux7OiFl6MIEXNdD3e3puYNrVML5nmMo+i0VoR1YZqIs=; b=EY+we6vHDhC31p8QjDtqegG0GrL1flX6lCnIvS6mpN6ij5Orm6N8f73EXYRDEYDB3/ 9vjuuQ6WdBUJk6auPYE3E0aNWTfpxibdw7VamvpQ8i8dUiQaBqgEGRLQ7dMqRBRBqmVI uIsjJeajeNB6JddcbnUiBr/dQLfoo5gm5L0nWsa6uimaQLv3KHnkPguMWQ9RsfwbTwWL aoMoep2XhaXjFWgs0XX/Y3Lwp4+MpmKpEstqAL1EIRa48ooaS007VyZ10amCDGnOhR38 XocMWVr1HmKgi1iYIAwXe9/W5oO1QKXVHuXrTevTUPtcMkEsYSqKxtHzd09zdQ18UWKW n73g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698331352; x=1698936152; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=ux7OiFl6MIEXNdD3e3puYNrVML5nmMo+i0VoR1YZqIs=; b=mOi35XTtSrH7Y5d/vZYcbvwZ4G/4v2KYUJk3y4VCIn3FVWZ7GuhOKcMwJPqzYXrXEP //5VnqDzrjABnSDk/QE61sSFhen/ijzGHG8bz1iy3Pjw3zcy3t/VcUy2PRmripgWW27m 3p6nF477Zh+T9A7afXyCYG9dVxRCUkEonlrwGVtxTKHF5ERT3xoSvoCKZDmn6tw3+NWl +v0rLe5PkEUML6YXBqVgTpgLjvqMWGoXo2H5dwGt4GdMmyoGFt/hb1Iw5U5vHxAWOlzJ Y33kqV8RzHjr8YA5wqWLGyAR18/kSv4KJrtkObDnjiDX+3xERnxQdVBYri9otzQzle+g xZdw== X-Gm-Message-State: AOJu0YwLi4HcAoOF8e2AXPMcHUr+hcZJg3oqdh8LjX6IPKhrHQKgcP2q ZQCeGBl/nHuxkJaMxJe4L0FJp1woNezRzg== X-Google-Smtp-Source: AGHT+IHB4f2KRBdoYl2SypJ2KX0xrVgoNIU3TITkN6OemN6SfDhhM2Fwuy4WzEwVWTLe2ItiPKV3rA== X-Received: by 2002:a17:907:d86:b0:9be:b7da:72d6 with SMTP id go6-20020a1709070d8600b009beb7da72d6mr15370524ejc.63.1698331352002; Thu, 26 Oct 2023 07:42:32 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id h14-20020a170906110e00b009cc1227f443sm4682754eja.104.2023.10.26.07.42.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 07:42:31 -0700 (PDT) From: =?utf-8?Q?Gerd_M=C3=B6llmann?= To: Ihor Radchenko Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <87a5s5bg83.fsf@localhost> (Ihor Radchenko's message of "Thu, 26 Oct 2023 14:39:24 +0000") References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> Date: Thu, 26 Oct 2023 16:42:30 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66744 Cc: 66744@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 (-) Ihor Radchenko writes: > Gerd M=C3=B6llmann writes: > >>> 2. ./src/emacs -Q --dump-file=3D"/tmp/emacs-dumped.dmp" >> >> I wasn't yet able to reproduce this here, on macOS. >> >> The stack trace says it's during mouse-highlighting, so chances are it's >> not related to the dump in step 3. What happens when you leave out step >> 3, and just try some mouse-highligting in the Emacs from step 2? > > I am running Emacs from step 2 for more than 24 hours by now with normal > usage. Ok, thanks. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 11:46:34 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 15:46:34 +0000 Received: from localhost ([127.0.0.1]:34357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw2Z7-0003UA-Ps for submit@debbugs.gnu.org; Thu, 26 Oct 2023 11:46:34 -0400 Received: from mail-ed1-x531.google.com ([2a00:1450:4864:20::531]:53277) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw2Z3-0003Tj-10 for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 11:46:32 -0400 Received: by mail-ed1-x531.google.com with SMTP id 4fb4d7f45d1cf-540105dea92so1593374a12.2 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 08:45:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698335151; x=1698939951; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=k1Pcw+xGXLX9iXZPnUdr+xXRKs95MIQcYvEiq6BX+Ig=; b=OQ2UZd0/gt5X6Xf3XmdYBEbt5ZxfXH7lBi4nwuvi7Nb5PJLhreIA4kDIUf4TWlviZ3 TdARun/XMTzBatGBLREgEBARd3+lPtqztU4RAvYwpGYM85e5su/l2/hclsgJNyt9OqZ/ GIEv1XeYxbPz02uSxNI+pkqvQw7WwFofIiqn524hME14baBPzo2/wGiiWUF9Gt2SYPX4 W/P3WsBSZ5ZAqiFy+3UYGA2hx6PgJaVJcA4uryUOkqcdyMDqwXd9tgXWyOcTVvHsiOsc qBs6GAnk5R0Hu+7ChrI2Pj7APge9kMtbOOYsWgwwCLxNFyivIdepVjhYwH706HDOjgwH z/eg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698335151; x=1698939951; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=k1Pcw+xGXLX9iXZPnUdr+xXRKs95MIQcYvEiq6BX+Ig=; b=gW0DnAGKHdarxhMGba4Zp8fuPzp98bvWprsdbnA6QXY5T2Z+dduBgfGxG4ckzq2X1T xoEBjWKxDMGguHJh9+wfdNUqFJeA3RJJzajS3r1d4M4LUvaB10VlNy7gPd93ub3VdBN/ ShQx/7t533U7wpyR6fcD4Z1WVMS/jxu7xr/P0WoCJgdnGTJRmNKBy/kzNnAuejtbB1cM AiT8WdYqBUumQm77AK/i+U2/JErx4/PkT6II2XVYCPCkGrjoS38edCbfHUAwwUsv3v2Z 3nCvGnGs2e1OAg2b7xUPs+J4VV1QW0bNo6xi0F4Wbexz48kzZ/roLJ7pb20RmPtTEebD cZTQ== X-Gm-Message-State: AOJu0YwMOLm9Co4Ve/VaGd/6GMnzLF+JsiIBlIExqA949lrDC5s1IdRU N1v/70/MXBo7N8nZDak0Vvsoi/G68Jgfpw== X-Google-Smtp-Source: AGHT+IH1jc0yKb+z2f/1PeDW44+MMmWMxQlWx8LMBuGkQF/lZEIC3QzoMXCbB5UngjfGkp/x41Xa9A== X-Received: by 2002:a50:9e69:0:b0:53f:efbc:e42b with SMTP id z96-20020a509e69000000b0053fefbce42bmr128610ede.34.1698335150809; Thu, 26 Oct 2023 08:45:50 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id i18-20020a508712000000b00536ad96f867sm11665229edb.11.2023.10.26.08.45.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 08:45:50 -0700 (PDT) From: =?utf-8?Q?Gerd_M=C3=B6llmann?= To: Ihor Radchenko Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <87a5s5bg83.fsf@localhost> (Ihor Radchenko's message of "Thu, 26 Oct 2023 14:39:24 +0000") References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> Date: Thu, 26 Oct 2023 17:45:49 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66744 Cc: 66744@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 (-) Ihor Radchenko writes: > Gerd M=C3=B6llmann writes: > >>> 2. ./src/emacs -Q --dump-file=3D"/tmp/emacs-dumped.dmp" >> >> I wasn't yet able to reproduce this here, on macOS. >> >> The stack trace says it's during mouse-highlighting, so chances are it's >> not related to the dump in step 3. What happens when you leave out step >> 3, and just try some mouse-highligting in the Emacs from step 2? > > I am running Emacs from step 2 for more than 24 hours by now with normal > usage. The linux man page for mmap says, according to Google, MAP_PRIVATE ... It is unspecified whether changes made to the file after the mmap() call are visible in the mapped region. So, if the changes made to the dump file in step 3 are visible in the mmaped dump file that Emacs from step 2 uses, that would be a bit suboptimal :-). I'll leave it to the maintainers to decide if this needs action. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 11:59:06 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 15:59:06 +0000 Received: from localhost ([127.0.0.1]:34369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw2lG-0003uo-EW for submit@debbugs.gnu.org; Thu, 26 Oct 2023 11:59:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw2lB-0003uE-5m for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 11:59:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qw2ka-0003oF-Kg; Thu, 26 Oct 2023 11:58:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=HUL7XAeb5jdBgxNQLsTUyH3W8OLBHwY/Xyd/kC+qOCs=; b=AH+rdxsAL+bhH7LHgl57 yKyCKcYewYasXWNdfyUDl8RAAQ7k9tc3p0LbluLMx7fVp/d9dTAN2oSNjDyM+XgiO3GdCJpRtfYj4 Imhgg8S54olbx2M3pj5O/uKcvgVuSlT146RsrV7my1x4187jQNYwBumxqxNrwcblVhB6nwOO8kNVw SCJaUK46Ze34eAjSCB7yhDGGyKMP7KwMHQ8tjppxQ1L8dVLsm2UOeBAxZT9rvYlNFhHllv8kxCkmJ W+bIzX3fUIytXDUeDvyNG+OYz84mjMsoIA3+/4PQvxAfShfgdTUbVASX2+ralupSJrsI9OwFoYx+A Uj+FBJTjMLvuEQ==; Date: Thu, 26 Oct 2023 18:58:34 +0300 Message-Id: <83msw5fk9h.fsf@gnu.org> From: Eli Zaretskii To: Gerd =?utf-8?Q?M=C3=B6llmann?= In-Reply-To: (message from Gerd =?utf-8?Q?M?= =?utf-8?Q?=C3=B6llmann?= on Thu, 26 Oct 2023 17:45:49 +0200) Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66744 Cc: yantar92@posteo.net, 66744@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: -3.3 (---) > Cc: 66744@debbugs.gnu.org > From: Gerd Möllmann > Date: Thu, 26 Oct 2023 17:45:49 +0200 > > The linux man page for mmap says, according to Google, > > MAP_PRIVATE > ... > It is unspecified whether changes made to the file > after the mmap() call are visible in the mapped region. > > So, if the changes made to the dump file in step 3 are visible in the > mmaped dump file that Emacs from step 2 uses, that would be a bit > suboptimal :-). Emacs on GNU/Linux doesn't use mmap, we stopped doing this many years ago. It could be relevant to MS-Windows, which emulates mmap and uses the relevant code in Emacs. But Ihor doesn't use MS-Windows, AFAIK. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 12:33:03 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 16:33:03 +0000 Received: from localhost ([127.0.0.1]:34402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw3I7-0004r1-DH for submit@debbugs.gnu.org; Thu, 26 Oct 2023 12:33:03 -0400 Received: from mail-ej1-x636.google.com ([2a00:1450:4864:20::636]:49360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw3I5-0004q5-SB for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 12:33:02 -0400 Received: by mail-ej1-x636.google.com with SMTP id a640c23a62f3a-9ada2e6e75fso188155366b.2 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 09:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698337944; x=1698942744; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=gb2gaulEhumFBX5mCgTtAkLqZxhBRmxpfBuDcnrLbiA=; b=CKmw6zXTyIhjZGdIm3KrGKFrFZrjdS8vsShBAczlHbWGREvYqgwHlbMEc6UjaeKvvM +GVYhWWo3X8JsxAbiQJBuYHxr5zYG54BN2xi0T0VL06nJDn/ZGTREzRvo/jCGXN7zv9w xPWsJaHGDED3z0vUUog3Anav2Yv+c+2ACCvfeYRuv6Qj0TBUJ1KYZABbiP1yQUFVt6s2 1IjqfgVd2z1+xMwQCsJ1051i4RDZqPS0qPRpeIbSn5pNxtF7L1RkfW4s5htBf2wiZvvq vB46ihNHp62ppRL+n9UiN9gxN6mpJXs0f9ekWuZnpbDSZaI3PpVCAaWneNnXqgO28TUD ukAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698337944; x=1698942744; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=gb2gaulEhumFBX5mCgTtAkLqZxhBRmxpfBuDcnrLbiA=; b=FCkA/aioGtXGVVKMtzrvAlTDRPJz/EzHJOUkhj2ihEN3DEbeeQxb+JuiHouQ6zujcT DJkNcfKIlCe3QEwpFZTpC0ZVKEPN18F620e5Qhv5WGRAc11dDyMjY+JQ1bVK6yD0+TdG 7CZmBPLNxDWoABdaJm9mmRPtrDTmEjtY9HSwSb+QH8Sf1vwtvawWcQku8GzVlh4240eY AlR8xRUndV89Q4f7HGMgfFY7HKkSnY5ZRyK23pF1LIsH/gJTbzk/cwrYOtqgdsmnUz/n AUz1hmW+K/mTHy+k3ISBu5kiJE7ErOKk7OPM1Z5zYi5N1H9IBxqFIIbd90oVgbJzqA3g YC3A== X-Gm-Message-State: AOJu0YxG5Qu4wGdgFNgr7IpJdm1IiuXpltRwofMZPwu5pwBS1Zsu1bUt yI3/gnNOIRRQU2V9h5Rlw+gPH3PLvi0= X-Google-Smtp-Source: AGHT+IGARunMqxudQvTmhKGulEzJaCV4xeVOs+IqOqbrt4HfylojbtY9g337WVAtb+XQK0LNkzH/Gw== X-Received: by 2002:a17:907:6d05:b0:9ad:a59f:331a with SMTP id sa5-20020a1709076d0500b009ada59f331amr154661ejc.57.1698337944407; Thu, 26 Oct 2023 09:32:24 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id ov5-20020a170906fc0500b009ad8acac02asm12049432ejb.172.2023.10.26.09.32.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 09:32:23 -0700 (PDT) From: =?utf-8?Q?Gerd_M=C3=B6llmann?= To: Eli Zaretskii Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <83msw5fk9h.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 Oct 2023 18:58:34 +0300") References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> Date: Thu, 26 Oct 2023 18:32:23 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66744 Cc: yantar92@posteo.net, 66744@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 (-) Eli Zaretskii writes: >> Cc: 66744@debbugs.gnu.org >> From: Gerd M=C3=B6llmann >> Date: Thu, 26 Oct 2023 17:45:49 +0200 >>=20 >> The linux man page for mmap says, according to Google, >>=20 >> MAP_PRIVATE >> ... >> It is unspecified whether changes made to the file >> after the mmap() call are visible in the mapped region. >>=20 >> So, if the changes made to the dump file in step 3 are visible in the >> mmaped dump file that Emacs from step 2 uses, that would be a bit >> suboptimal :-). > > Emacs on GNU/Linux doesn't use mmap, we stopped doing this many years > ago. Ok, but I must admit that I don't see how that is done in pdumper.c. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 14:18:57 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 18:18:57 +0000 Received: from localhost ([127.0.0.1]:34448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw4wa-0007dH-SU for submit@debbugs.gnu.org; Thu, 26 Oct 2023 14:18:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw4wW-0007d0-UI for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 14:18:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qw4vv-0006KU-Fo; Thu, 26 Oct 2023 14:18:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=HtWjvBlfY/Cmu/gVOzguBeiQDyR31eYXG3thIwdKVHo=; b=GLhHjAbHDciaYuLoJEfK 25aP4FB4/bRCugWcjFZoh+Ch2fU0InjSW+ganu2PRlQIqVIqjTnq2iiTkU+Z4lT5hAz4rsp3sua2O mfTo9PT7P0L2XWz8q52UbhO/qQNVoO39V154aDN2SElJk0UJeR+weqdwl3nIpPE/iWLTBKTpmd8Fh Jm0Z/Xy8JPW9QBpf0VfHZsgC+tYRNUVW8niDtkPdKtY+bwRsTqHnS4RyWMSc/jG477QsfAD+Vv4Fp 30Z/Et15mL9RTYKqDbVBG5Zv+oSwHDnIP9vAt6FgMjDBhtPRY+2qfIAXba3/4de4Kpz1carEBQGHT jVA2fmGTSUSVpA==; Date: Thu, 26 Oct 2023 21:18:25 +0300 Message-Id: <83lebpfdse.fsf@gnu.org> From: Eli Zaretskii To: Gerd =?utf-8?Q?M=C3=B6llmann?= In-Reply-To: (message from Gerd =?utf-8?Q?M?= =?utf-8?Q?=C3=B6llmann?= on Thu, 26 Oct 2023 18:32:23 +0200) Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66744 Cc: yantar92@posteo.net, 66744@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: -3.3 (---) > From: Gerd Möllmann > Cc: yantar92@posteo.net, 66744@debbugs.gnu.org > Date: Thu, 26 Oct 2023 18:32:23 +0200 > > Eli Zaretskii writes: > > >> Cc: 66744@debbugs.gnu.org > >> From: Gerd Möllmann > >> Date: Thu, 26 Oct 2023 17:45:49 +0200 > >> > >> The linux man page for mmap says, according to Google, > >> > >> MAP_PRIVATE > >> ... > >> It is unspecified whether changes made to the file > >> after the mmap() call are visible in the mapped region. > >> > >> So, if the changes made to the dump file in step 3 are visible in the > >> mmaped dump file that Emacs from step 2 uses, that would be a bit > >> suboptimal :-). > > > > Emacs on GNU/Linux doesn't use mmap, we stopped doing this many years > > ago. > > Ok, but I must admit that I don't see how that is done in pdumper.c. Then maybe I don't understand what bothers you. What are the "changes made to the dump file in step 3" to which you allude? AFRAIU, step 3 simply loads the dump file, it doesn't change the file. What did I miss? From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 14:33:24 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 18:33:24 +0000 Received: from localhost ([127.0.0.1]:34467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5Aa-00081B-ER for submit@debbugs.gnu.org; Thu, 26 Oct 2023 14:33:24 -0400 Received: from mout01.posteo.de ([185.67.36.65]:56327) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5AX-00080t-4e for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 14:33:23 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 91E35240028 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 20:32:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1698345164; bh=n0nbvKlw/aVPtYdekvqg6t+9NtX9GBMaHc6u3QkVYw8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=MXQ0QWQ+POWzZQvcyMWx7K1KyfRuA2+/FH85ThjKm850HXh3CucR5RuPh4M8AxO7e q6nCZdCeB7gSM/CsAMWASc3U9ZQOGFiauRa2ajblUN0UfdwZct8r/PnCY9Sml8wU8o r9UQgO+Tn9w8QVgajzz4Ga7S1SLKGtMJy3OP6CX+uyUHU7ObNLKrm0vczczvz5lpQS Z+95puA2kKbNBvqlw3sFmkAB/qq0eJPyT4KP5SuSKRlJ3G0lq3DVLPKAL20SBUdzC8 hLBFHMp9ZDybUx5hYJ3fPbR1V3N5trOhCkr3gset00uplNnGGtxll7QoQy+XEfT4+h s1WWK7V4l2yyg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SGZCv40tSz6twQ; Thu, 26 Oct 2023 20:32:43 +0200 (CEST) From: Ihor Radchenko To: Eli Zaretskii Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <83lebpfdse.fsf@gnu.org> References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> Date: Thu, 26 Oct 2023 18:34:24 +0000 Message-ID: <874jidb5cf.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66744 Cc: Gerd =?utf-8?Q?M=C3=B6llmann?= , 66744@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: -3.3 (---) Eli Zaretskii writes: > Then maybe I don't understand what bothers you. What are the "changes > made to the dump file in step 3" to which you allude? AFRAIU, step 3 > simply loads the dump file, it doesn't change the file. What did I > miss? step 1: create the dump file step 2: load Emacs with the created dump file step 3: repeat step 1 while Emacs is running -> running Emacs crashes once I interact with its frame. Hope it is more clear. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 14:42:28 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 18:42:28 +0000 Received: from localhost ([127.0.0.1]:34506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5JL-0008Ga-MS for submit@debbugs.gnu.org; Thu, 26 Oct 2023 14:42:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5JJ-0008GK-0u for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 14:42:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qw5Ii-00065A-7n; Thu, 26 Oct 2023 14:41:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Q6PdIOIIa6df2BPELzpWHKwTAjZFxF+cihciNxRx3nU=; b=WEcfMp2aNl3DyvBhJ2DB FBZJBiuN04gRbpQ9HhKAz8LuoS9vVPMFk/TRsWGeDpAxWsVlBL4OzSAhq5JbMJD9xMrJ7VC5kKhdy qsJILN/twgQ1LV3LKiDiIs8k6oi8WO2+6dl8Qd0GaEQrJT5BdtVZfB+AJXH9jM8uU9OhPyESmrho5 FFIHgSJ17TayJWtQObC3QRL+3wPdYY13k9rwKDKc+46mRvgXOjrIUgYOuDoD+oKx+MmWjhX01E6kq 8WbTnNFn2Duu/d4CbZHpbKcGmMijNAV1vDuWVOILKaXfzRFcgLq5TCo7W59QVAxnpf/WEoQn1o3dF r62AoQ1AuYcLaw==; Date: Thu, 26 Oct 2023 21:41:42 +0300 Message-Id: <83fs1xfcpl.fsf@gnu.org> From: Eli Zaretskii To: Ihor Radchenko In-Reply-To: <874jidb5cf.fsf@localhost> (message from Ihor Radchenko on Thu, 26 Oct 2023 18:34:24 +0000) Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> <874jidb5cf.fsf@localhost> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66744 Cc: gerd.moellmann@gmail.com, 66744@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: -3.3 (---) > From: Ihor Radchenko > Cc: Gerd Möllmann , > 66744@debbugs.gnu.org > Date: Thu, 26 Oct 2023 18:34:24 +0000 > > Eli Zaretskii writes: > > > Then maybe I don't understand what bothers you. What are the "changes > > made to the dump file in step 3" to which you allude? AFRAIU, step 3 > > simply loads the dump file, it doesn't change the file. What did I > > miss? > > step 1: create the dump file > step 2: load Emacs with the created dump file > step 3: repeat step 1 while Emacs is running -> running Emacs crashes > once I interact with its frame. > > Hope it is more clear. Thanks, but no, it isn't. Step 3 writes a new and different dump file, doesn't it? So how could those changes be "visible in the mmaped dump file that Emacs from step 2 uses"? From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 14:43:12 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 18:43:12 +0000 Received: from localhost ([127.0.0.1]:34510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5K4-0008Hy-2u for submit@debbugs.gnu.org; Thu, 26 Oct 2023 14:43:12 -0400 Received: from mail-ej1-x62c.google.com ([2a00:1450:4864:20::62c]:48619) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5K1-0008Hj-9g for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 14:43:10 -0400 Received: by mail-ej1-x62c.google.com with SMTP id a640c23a62f3a-9cf83c044b7so96780566b.1 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 11:42:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698345751; x=1698950551; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=JdcDiOkGibIv1469esYgn9E1XrLN1oROeKLdq7mqCNg=; b=e2wxqrrm3/OfkRqhlE8ugLcqYHRj6EZQ1w41hAIAcd6Ji30W2X8j/K7pxeNTKzrvOI U3Su3YtsTcbgJnT5KT1FHJ5tHlWUrxi4pQzct1nTzlkn5woTxYwcps19gJrVOew2Z/D7 Ez2LUPnRMdqGU9a43R/u6tUx8Nv4grxNZNW/RHNBDQVO5BlqzlH9LYQPwKIxPB3wDirx kI8OHgnLc78qxqtOZi0MBj6bxU78rVtmxrEtMje2wC9FZW4J+9z3cnT5/XPzMeBYPyi2 JVdKyyzew3lDeSyVjyxpnENX03Cfzsjh0roKkZ0fJaUgtktxmM/vGzayAgmpbP/PQeQP toow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698345751; x=1698950551; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=JdcDiOkGibIv1469esYgn9E1XrLN1oROeKLdq7mqCNg=; b=IP8feSwHWcoAfaJFI0glpBIMpTIe2V75lrcR7d0WpCwFhmYSVTv/WJu0IGq3M+UVaz TDHrTu0zTg4YaHlyl+YJ+2iW6DgXq5eBmZ8rDaO+/FNyRj9kXTNVL2xlaSROH+jVv5AA gQuX7+OgpfZr2EnPp6VRsuZjnJLOApu8btI/a8EIbndzz0R7ssQKHwHHbq/BOQpOGyTG a30JzUOfvdg9isgi7k8xD810HL9V9G6O22WnCY7hGlaKirV/ardR3o4Rd3dvZPvfGwcR Pi/BtNzCVlB+rino73iR3tsqf4/OtkTFAxXmxgra40qpcMmcH70lY7XulMR1YmjiBhlU Qdbw== X-Gm-Message-State: AOJu0Yy4Gue6xNGUbCueKliTwR3PPFwltmyWBDuM05yjjd2SnVBhHrHz AamotKk+msKj2H8hnrVtC/PxHnY6Ebc= X-Google-Smtp-Source: AGHT+IEHHGfhy83nd2xY3Ho5WRhEzAzfVi4wdzVspMAOs6YxSeSv8s7qTXvDq6Sgc84lqHZgMfyihw== X-Received: by 2002:a17:907:3e20:b0:9c3:cd12:1927 with SMTP id hp32-20020a1709073e2000b009c3cd121927mr467492ejc.5.1698345751420; Thu, 26 Oct 2023 11:42:31 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id f13-20020a170906390d00b009c6e58437dasm20404eje.37.2023.10.26.11.42.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 11:42:31 -0700 (PDT) From: =?utf-8?Q?Gerd_M=C3=B6llmann?= To: Ihor Radchenko Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <874jidb5cf.fsf@localhost> (Ihor Radchenko's message of "Thu, 26 Oct 2023 18:34:24 +0000") References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> <874jidb5cf.fsf@localhost> Date: Thu, 26 Oct 2023 20:42:29 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66744 Cc: Eli Zaretskii , 66744@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 (-) Ihor Radchenko writes: > Eli Zaretskii writes: > >> Then maybe I don't understand what bothers you. What are the "changes >> made to the dump file in step 3" to which you allude? AFRAIU, step 3 >> simply loads the dump file, it doesn't change the file. What did I >> miss? > > step 1: create the dump file > step 2: load Emacs with the created dump file > step 3: repeat step 1 while Emacs is running -> running Emacs crashes > once I interact with its frame. > > Hope it is more clear. Ihor, maybe you could run emacs in a debuuger with a breakpoint on dump_map_file, so that we know for sure if mmap is called? gdb emacs (gdb) b dump_map_file (gbd) r -Q --dump-file # or what the command line was... From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 14:47:56 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 18:47:56 +0000 Received: from localhost ([127.0.0.1]:34522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5Oe-0008PD-HV for submit@debbugs.gnu.org; Thu, 26 Oct 2023 14:47:56 -0400 Received: from mail-ej1-x631.google.com ([2a00:1450:4864:20::631]:53339) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5Ob-0008Oz-58 for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 14:47:55 -0400 Received: by mail-ej1-x631.google.com with SMTP id a640c23a62f3a-9c2a0725825so205502666b.2 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 11:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698346036; x=1698950836; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=8+4Lythgg8AivTbVoiPqkMVN+nH9IXRHwgY+2feOf6Q=; b=HMHEiIkJXZyQiZ5X/Mxp6TH/q81NX78sgBU+Dext5d9QOLyAmZCgITMksgoPiYi7OH Lv72q57l+f0HpigqdXPeHCpMYDb/n9aAssOYVLr6rSBhOT4iHVhedIJjRBec23U8KipA 2y/x+tL9PaGhw9GwKd9kv6pc/oy8KsQCSneXs2+hhaVtlbn2XsjuxsRFz8sFJiYCZk65 FyCoVkqczS5vIEaBmq858raTswHosMsDf+MCJHMupUkPAOKUlcfIl1uUW9azKHZrpOhS S+QPDdTvBcJ3U66X1JX+1Ef0DOxi8jDeWwtVfbRwEC4bIY8YVx3pMhfFI8tHvx7dkIw7 0QVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698346036; x=1698950836; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=8+4Lythgg8AivTbVoiPqkMVN+nH9IXRHwgY+2feOf6Q=; b=tX8azrqWbSU/nCMV6GFbASRXp9MShbf+m+zUP6voWgNzqQx3DptZ6jBoutlePlsk6g ViZYZ8eQfB4eFWTkakrYcUS8PrWZZmelZNnHMrR+Wu01pdhUwh9tzJRVe/21f6Zqsa4q /trfpCWz1u3NeWHOHolsQcbXu19ji2AkSeIBR75uYNZaIJCyUAZrVDB+LaJ29UMaB1RU WIHUqbMdg2HyafYItlryL7xyWPePYZpl3uYdcmlIw8+8L+HG4cpG5sMccGqqp7Q2BeP5 UhmHFEGE1Kz/D3S2LVHqwZCdwH0H8GB3kcuJERJkrEPamkRiHhIc75ljKAJP7JCnMFZE 6JLg== X-Gm-Message-State: AOJu0Yx4ALFdAa51uuQdb1Em5xqOlQ8TxZjVUo6iRx6Mefd9I9ksrxRO S+9u3eaMd9d+0jWFujn29pY8uk40DFU= X-Google-Smtp-Source: AGHT+IGXCmIThhR2jveK5zqcLguCgH3Q2WJCXdsYVo9O4Tz51mbBgyepUcQdk1supSBlGIVBZiPFIA== X-Received: by 2002:a17:907:97c9:b0:9bf:122a:7db2 with SMTP id js9-20020a17090797c900b009bf122a7db2mr560663ejc.66.1698346035928; Thu, 26 Oct 2023 11:47:15 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id y4-20020a170906470400b009ad778a68c5sm23085ejq.60.2023.10.26.11.47.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 11:47:15 -0700 (PDT) From: =?utf-8?Q?Gerd_M=C3=B6llmann?= To: Eli Zaretskii Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <83fs1xfcpl.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 Oct 2023 21:41:42 +0300") References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> <874jidb5cf.fsf@localhost> <83fs1xfcpl.fsf@gnu.org> Date: Thu, 26 Oct 2023 20:47:13 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66744 Cc: Ihor Radchenko , 66744@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 (-) Eli Zaretskii writes: >> From: Ihor Radchenko >> Cc: Gerd M=C3=B6llmann , >> 66744@debbugs.gnu.org >> Date: Thu, 26 Oct 2023 18:34:24 +0000 >>=20 >> Eli Zaretskii writes: >>=20 >> > Then maybe I don't understand what bothers you. What are the "changes >> > made to the dump file in step 3" to which you allude? AFRAIU, step 3 >> > simply loads the dump file, it doesn't change the file. What did I >> > miss? >>=20 >> step 1: create the dump file >> step 2: load Emacs with the created dump file >> step 3: repeat step 1 while Emacs is running -> running Emacs crashes >> once I interact with its frame. >>=20 >> Hope it is more clear. > > Thanks, but no, it isn't. Step 3 writes a new and different dump > file, doesn't it? So how could those changes be "visible in the > mmaped dump file that Emacs from step 2 uses"? Please see my mail, which is more precise: it's always the same file F. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 14:49:25 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 18:49:25 +0000 Received: from localhost ([127.0.0.1]:34528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5Q4-00005L-Vf for submit@debbugs.gnu.org; Thu, 26 Oct 2023 14:49:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5Q3-000057-Up for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 14:49:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qw5PT-0003Hl-Kd; Thu, 26 Oct 2023 14:48:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=FlcDY9mG2VaOChouqvvh3ZpvvrEq/3sVprU0cIqVLcc=; b=YpkN9fhZ16vw7uRY0Vhw Id6QuKpf7VbtFN5bNtknFu5kXRlg60mX1kA8ijLP8zwN75jM+93KjwJuAWVkryYSepQ70TMPm26L6 xM/cG0OGtnSf9xQ25BHWtBi9joKUdPpsKMg2ppDQwRAW5Qt+wkze2IdgOIsty9t4Ipts2bZ0zUZvR 7aBDSehs2nMLAK4dK9OS90uaSpahDK3BniIJXKdb0tnfls/o/GWKjR/NWjk2KzblPrbn+yBxyoZ2m P4CTdxjZCJndd/4bqCdg7B/udXlKIs3cPUvd3ya4JrluXDJ5qrMQbxyowAhQ1GW8nL2nFg0X3Swfj WgOfjNhdZ5gglw==; Date: Thu, 26 Oct 2023 21:48:57 +0300 Message-Id: <83edhhfcdi.fsf@gnu.org> From: Eli Zaretskii To: Gerd =?utf-8?Q?M=C3=B6llmann?= In-Reply-To: (message from Gerd =?utf-8?Q?M?= =?utf-8?Q?=C3=B6llmann?= on Thu, 26 Oct 2023 20:47:13 +0200) Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> <874jidb5cf.fsf@localhost> <83fs1xfcpl.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66744 Cc: yantar92@posteo.net, 66744@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: -3.3 (---) > From: Gerd Möllmann > Cc: Ihor Radchenko , 66744@debbugs.gnu.org > Date: Thu, 26 Oct 2023 20:47:13 +0200 > > Eli Zaretskii writes: > > > Thanks, but no, it isn't. Step 3 writes a new and different dump > > file, doesn't it? So how could those changes be "visible in the > > mmaped dump file that Emacs from step 2 uses"? > > Please see my mail, which is more precise: it's always the same file F. Then it shouldn't be. Each new dump should go to a new file, not to the one we loaded in this session. There's no reason to try to debug the crash, since TRT is just "not to do that". From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 15:03:08 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 19:03:08 +0000 Received: from localhost ([127.0.0.1]:34540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5dM-0000Qr-GU for submit@debbugs.gnu.org; Thu, 26 Oct 2023 15:03:08 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34753) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5dI-0000QL-NZ for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 15:03:06 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id CE2A7240103 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 21:02:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1698346947; bh=TYHZ3iDyQ/HG9V9qcJ/HDY48d6LQpYiOjZCBfj+jIIE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=UZl9Z4IvcLw8+c/7I6mRhu3aR5cs/+44XEGMEtU15ykK41fjaiMzvyD9rGI4u/gUl jR0eEGDDN1so/CTIniCFEFGk9vDdK5xMalukUGA4qr4jXFVcZ6Z5MiXSnnPa4Qeh2I DwJZL0TH1K5EIWI1T5c7DahDWsIbh4iaaBrWAceE1PbpaNPgrduN/hnm3k6NAxrERX xuEEZzyO/iXmKgl5sroMFH0DiMwncxTSjVB76NDwVaNvylKoorm0GuqOEP1bJyuXdp M7yjW1rwyN7rK3xb2NkxARtRW7ouhkShohoVN70Pn/orZyt7y4j+uwi4QcpBRG/1to EuUkntyqVdFHA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SGZtB667bz9rxK; Thu, 26 Oct 2023 21:02:26 +0200 (CEST) From: Ihor Radchenko To: Eli Zaretskii Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <83edhhfcdi.fsf@gnu.org> References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> <874jidb5cf.fsf@localhost> <83fs1xfcpl.fsf@gnu.org> <83edhhfcdi.fsf@gnu.org> Date: Thu, 26 Oct 2023 19:03:59 +0000 Message-ID: <8734xxdx40.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66744 Cc: Gerd =?utf-8?Q?M=C3=B6llmann?= , 66744@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: -3.3 (---) Eli Zaretskii writes: >> Please see my mail, which is more precise: it's always the same file F. > > Then it shouldn't be. Each new dump should go to a new file, not to > the one we loaded in this session. There's no reason to try to debug > the crash, since TRT is just "not to do that". For record, the crash also happens when the dump file is modified by other means. I did echo > dump-file as step 3 and got the same crash. If you think that it should also not be fixed, feel free to close this report. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 15:24:11 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 19:24:11 +0000 Received: from localhost ([127.0.0.1]:34562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5xi-0000vP-NT for submit@debbugs.gnu.org; Thu, 26 Oct 2023 15:24:11 -0400 Received: from mail-ej1-x62a.google.com ([2a00:1450:4864:20::62a]:43487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5xf-0000uw-Qt for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 15:24:09 -0400 Received: by mail-ej1-x62a.google.com with SMTP id a640c23a62f3a-9c3aec5f326so511019966b.1 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 12:23:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698348210; x=1698953010; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=Gy1l5hOAB3oQY4FfU+/lEJjbTi9gpXo3N+XMmHjnwvo=; b=QcP5qYll9/5kLj+vVFWfDabhBVB3Po2BL91Rh10QWDWcUtkqFPiZuqGJtX207udzgM Nu1J+1cux4P4Moz1BXBZh/3xTuKEPETAwu/7K6zVuDKDeffvIwoT9gsdVM1dMUS6QUri oITxcIC8OBRYFKxuyL27Y/zC4HG2FYHkkLDLjUIU0aNNpN5CzCS/jO10uxZVoRO3OGqj hLnI/Vl/tN4biLToT4HkIUTGX33JJH72/h9Vyg1wp5XZxH37rRapAijH9zBJ/wrqCCPN 8MpSnUr8l8Q7qOOFLiDEPDnh1/YXZ8PLss6sFUxh8AQdZscsqw9X/Br5n2PCyQDjSfsb AqqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698348210; x=1698953010; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Gy1l5hOAB3oQY4FfU+/lEJjbTi9gpXo3N+XMmHjnwvo=; b=wnFFN5HIw3QVSqM7OefoG4ayv2GbaCqYU6t5bSaUt/IRQQjRWVXzDXYxrW3YmqyFVL EKLJ9GxL4N2kstmI21ieYw1/36Qnd2khzpI+xAfj2nWoqeyqi6GAEK2gTIrPn2baCQkG 5x1SgbquTp72gDjdMJZhjK+fvlaIHJmTl22+uA4SnqN87PFJtVN+jSikQB3+amSP3LCO cgSV3anRHCzmWAphq3Ava6cJ43KkGw6qWIffjj5gcTnCy9L/CdeV81NgFPpipoBD8NTv Pm/t0+dnaXyZNR5E/SiMmS1uiWGKjtjxrNNyZxyQXKvfpIYU5KxEjt5DhhXeaf3fJ1Qh F2YQ== X-Gm-Message-State: AOJu0YzcjuJAsMeDTuIARx1bCYRw5ZVmrI7a7LGPL2U4M7otfDx8iCZx r48MQi13N7p3RmABqbAXJgxki6R0zn8= X-Google-Smtp-Source: AGHT+IHbVL4CZfrKf4/upSp0ytxwwVhwt5TBFIIjgYVF5nMtCq3ylpa9JIgtCuumv2XVi6wTdPb5lg== X-Received: by 2002:a17:906:c116:b0:9a5:9f3c:961e with SMTP id do22-20020a170906c11600b009a59f3c961emr657588ejc.18.1698348209898; Thu, 26 Oct 2023 12:23:29 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id kt12-20020a170906aacc00b009ad8acac02asm50910ejb.172.2023.10.26.12.23.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 12:23:29 -0700 (PDT) From: =?utf-8?Q?Gerd_M=C3=B6llmann?= To: Ihor Radchenko Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <8734xxdx40.fsf@localhost> (Ihor Radchenko's message of "Thu, 26 Oct 2023 19:03:59 +0000") References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> <874jidb5cf.fsf@localhost> <83fs1xfcpl.fsf@gnu.org> <83edhhfcdi.fsf@gnu.org> <8734xxdx40.fsf@localhost> Date: Thu, 26 Oct 2023 21:23:27 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66744 Cc: Eli Zaretskii , 66744@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 (-) Ihor Radchenko writes: > Eli Zaretskii writes: > >>> Please see my mail, which is more precise: it's always the same file F. >> >> Then it shouldn't be. Each new dump should go to a new file, not to >> the one we loaded in this session. There's no reason to try to debug >> the crash, since TRT is just "not to do that". > > For record, the crash also happens when the dump file is modified by > other means. I did echo > dump-file as step 3 and got the same crash. > > If you think that it should also not be fixed, feel free to close this > report. Thanks, Ihor. I close the issue, then. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 15:24:16 2023 Received: (at control) by debbugs.gnu.org; 26 Oct 2023 19:24:16 +0000 Received: from localhost ([127.0.0.1]:34565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5xo-0000vi-2w for submit@debbugs.gnu.org; Thu, 26 Oct 2023 15:24:16 -0400 Received: from mail-ej1-x633.google.com ([2a00:1450:4864:20::633]:53663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw5xl-0000vH-T8 for control@debbugs.gnu.org; Thu, 26 Oct 2023 15:24:14 -0400 Received: by mail-ej1-x633.google.com with SMTP id a640c23a62f3a-99c3d3c3db9so210058966b.3 for ; Thu, 26 Oct 2023 12:23:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698348217; x=1698953017; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:subject:from:to:message-id :date:from:to:cc:subject:date:message-id:reply-to; bh=FP39AN8GWK1677wkkgM3aaRQsZHLajVo9PkHPbUTkS4=; b=cSW8La/ioZT80ZzXq7e+jkygp9IMYLmWxAth3oq2mlhQG1/NlDVuAso40wM/UColmP jWERRTb14BZe04VwPmWRY9lcwhpQlMJeQNC3rq72NdSQECCLxQ6BgCHQFbxzuCyA/vk7 UJFtvZ6XkEGEjqjVvv8bO6v0ryk3CGID9TFbneUa9Es5ocNo4FF9UiieVZxKcMBbPUKX OHLtoC0JYeEgUDwy7ejrflebtTIqR+ZwcJH9Ud1taXEz7fNn+/rYXdLMwlMoX7BD30fQ gOi1QURtMdR1JDO8W3Q4oJO7DK+jqKmuJZbiwp1MROJcvV4EfYslm2QfobiIwd13HM/k fOjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698348217; x=1698953017; h=content-transfer-encoding:mime-version:subject:from:to:message-id :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=FP39AN8GWK1677wkkgM3aaRQsZHLajVo9PkHPbUTkS4=; b=Vu+bjRSoJZLKl261uZbXZU28SOMF3rP02Uqz4u5Camlvu5EDgU+27S2VNMDeCuwRts hFUId+oC9BSzwNL2pKjC3eB8bjWXmY4bMrBEccUCoYEZ/C3PjAmcI6A44eV5t/OMEASD 3SrmZqGXn8HivNIwFLQNkTy5uEnh4R6NgfOusDG0AMWUW1uCfXu61Rk8VGZVMM4nGoHu XJojMOayUy3I1YcjWkETpls4ySoQaIEWsEiIKLZhw+6qxoZ9S32CoXRjVl5Egir8qFo7 OsvvMGha5sCjmserWpSbur29hGhqgAmcqtQVjENdTGs/sob278oz5GHRV84gvMD5PP+u ucxA== X-Gm-Message-State: AOJu0YwDQsx0/wXkDh6Er0tV44HuriU887/P1XmVbpJoYWuny78gQVNw zNAkeNMoNBMjp+BqD2ZSjrw8JwWAexU= X-Google-Smtp-Source: AGHT+IF5KmID0nQmSb6dHDsDAVEefpSv9I2JifazrLx/+GDSckaaBEqny6MrzW5Z2lDWDhUq/jh6mQ== X-Received: by 2002:a17:907:7245:b0:9bf:80f0:7813 with SMTP id ds5-20020a170907724500b009bf80f07813mr600009ejc.16.1698348216696; Thu, 26 Oct 2023 12:23:36 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id l22-20020a170906079600b009b95787eb6dsm57908ejc.48.2023.10.26.12.23.36 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 12:23:36 -0700 (PDT) Date: Thu, 26 Oct 2023 21:23:34 +0200 Message-Id: To: control@debbugs.gnu.org From: =?utf-8?Q?Gerd_M=C3=B6llmann?= Subject: control message for bug #66744 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) close 66744 30.1 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 15:29:20 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 19:29:20 +0000 Received: from localhost ([127.0.0.1]:34573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw62h-00013S-Od for submit@debbugs.gnu.org; Thu, 26 Oct 2023 15:29:20 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:39495) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw62c-00013F-VU for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 15:29:17 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4SGbSV1lpfz1r2sV; Thu, 26 Oct 2023 21:28:42 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 4SGbST6q7nz1qqlW; Thu, 26 Oct 2023 21:28:41 +0200 (CEST) X-Virus-Scanned: amavis at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavis, port 10024) with ESMTP id zGMQ2inJjwB3; Thu, 26 Oct 2023 21:28:37 +0200 (CEST) X-Auth-Info: zviVLtSGg7ANzXf1fbB0wZinewzb6A8pQfUhjpg7YlMIDXhrd/IGaInQJjZ78Tzg Received: from igel.home (aftr-62-216-205-174.dynamic.mnet-online.de [62.216.205.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 26 Oct 2023 21:28:37 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id F11A42C00DF; Thu, 26 Oct 2023 21:28:36 +0200 (CEST) From: Andreas Schwab To: Eli Zaretskii Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <83msw5fk9h.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 Oct 2023 18:58:34 +0300") References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> X-Yow: Look DEEP into the OPENINGS!! Do you see any ELVES or EDSELS... or a HIGHBALL??... Date: Thu, 26 Oct 2023 21:28:36 +0200 Message-ID: <878r7pdvyz.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: 66744 Cc: Gerd =?utf-8?Q?M=C3=B6llmann?= , yantar92@posteo.net, 66744@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.4 (-) On Okt 26 2023, Eli Zaretskii wrote: > Emacs on GNU/Linux doesn't use mmap, we stopped doing this many years > ago. It uses mmap to map the pdump file. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 26 16:06:29 2023 Received: (at 66744) by debbugs.gnu.org; 26 Oct 2023 20:06:29 +0000 Received: from localhost ([127.0.0.1]:34589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw6ce-0004aP-TS for submit@debbugs.gnu.org; Thu, 26 Oct 2023 16:06:29 -0400 Received: from mail-ej1-x62d.google.com ([2a00:1450:4864:20::62d]:46166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qw6ca-0004a9-1P for 66744@debbugs.gnu.org; Thu, 26 Oct 2023 16:06:27 -0400 Received: by mail-ej1-x62d.google.com with SMTP id a640c23a62f3a-98377c5d53eso209856566b.0 for <66744@debbugs.gnu.org>; Thu, 26 Oct 2023 13:05:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698350747; x=1698955547; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=yvxnoSBvqP9/fozDlKveAE1eeVnB+UL3O2gsZyjuKOU=; b=GGDnFyPFPQQtDQ7apcWiTobsqDZ81a+vL9x6ULFnHaUOk8sh0nTB+kkMEE/olDPqQz zBlxQ6o22Kj2gurPj3VQbGVNtglN1jSLwD2BphhRNEuv/Onl4VEWDfmO6EXkKtmqcpma pmiJFRzLeoanpy0bFZwCQSqpkRDZeqvA+d2DvCJ/rAO9BJRPPJZtkBrOqPxbVz4NKB9Y TusyanSUBB4kdHe7OWTLupoFK50+hFLz7A8Wgr0xD33AwjLMjIqUqRQn2LIYmgg0n0eU QuxLc1CRV9HgvyTzwW5+zi7IRXJrK46+G3YqFzdEExbnoj6Zgf+g+DYqz5IJE5WWWpAY hXzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698350747; x=1698955547; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=yvxnoSBvqP9/fozDlKveAE1eeVnB+UL3O2gsZyjuKOU=; b=DgkB6pcgZ0YB2lEVm9HPq4O3fTXi5Wnrdh3UMWrWdrFu7RC0urCCk3IW/97+DPDWNi dWO9WAfQpPHjkJce+nFSSM8mxrTthiQhckf/ocUqXxAdaKoaFlRKI57ZHSD94JUy4epi cBKiWL6EolojEug6sDcR4kjvZXlA0Y5/rN1NMpjRMFlQdO1t9CPwJyFyNxp/ZkxK5FD5 /tp5r8DLJ4cTcjE9f007xVpHCr8ITjVpEtW8d9Hx2VtjYXoZlm1D5SunjOPkXeAKfbx6 6SjX+3lDKmoQq3eebWwEL57SWhK5l633QMuYpMOKDqqXKXGQiwUug+VpilJYhdCBqNt6 p3UA== X-Gm-Message-State: AOJu0Yy4WnbOEH1Twc5Q/PBw4x2dDu2+YkQn4LPuNnIGGmn4utOZmnQH k0J9q5Qp5B2UQtz2Dg7uhK1KkEqH7Bg= X-Google-Smtp-Source: AGHT+IE5DxzMLfk6WCLaE9RQvGhbeQq9xlhFz18gOjt4KX2sofOtOj8wGULir8azt4DABtHHW7x9ng== X-Received: by 2002:a05:6512:3ac:b0:507:984b:f174 with SMTP id v12-20020a05651203ac00b00507984bf174mr106846lfp.48.1698344788737; Thu, 26 Oct 2023 11:26:28 -0700 (PDT) Received: from Pro.fritz.box (p4fe3a163.dip0.t-ipconnect.de. [79.227.161.99]) by smtp.gmail.com with ESMTPSA id kb3-20020a1709070f8300b009adcb6c0f0esm11957859ejc.193.2023.10.26.11.26.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Oct 2023 11:26:28 -0700 (PDT) From: =?utf-8?Q?Gerd_M=C3=B6llmann?= To: Eli Zaretskii Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using In-Reply-To: <83lebpfdse.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 Oct 2023 21:18:25 +0300") References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> Date: Thu, 26 Oct 2023 20:26:27 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66744 Cc: yantar92@posteo.net, 66744@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 (-) Eli Zaretskii writes: >> > Emacs on GNU/Linux doesn't use mmap, we stopped doing this many years >> > ago. >> >> Ok, but I must admit that I don't see how that is done in pdumper.c. > > Then maybe I don't understand what bothers you. What are the "changes > made to the dump file in step 3" to which you allude? AFRAIU, step 3 > simply loads the dump file, it doesn't change the file. What did I > miss? What Ihor does is 1. Create a dump file F 2. Start an Emacs with that dump file F 3. Create F again, while the Emacs from step 2 runs From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 01:34:24 2023 Received: (at 66744) by debbugs.gnu.org; 27 Oct 2023 05:34:24 +0000 Received: from localhost ([127.0.0.1]:34914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwFUG-0008S0-4A for submit@debbugs.gnu.org; Fri, 27 Oct 2023 01:34:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwFUD-0008Rk-Ok; Fri, 27 Oct 2023 01:34:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwFTa-0006T3-PS; Fri, 27 Oct 2023 01:33:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=R8g+HNFmkYywtdKP8OQp5poO+SxEdo9aZ9l4iyrVhqI=; b=d4iYWFLj0HyaJp/pc9/I +nLlWmGFCJIhBm7b96MjenjABaV3cTN3a3Uv/MooWOG4u/ocpg4eMPX00ccE/f8XBqtYCpypiqaZw 6FaXTdofDAw7osv1IY+I+mQqV4nyU3nF0b87bqyCoQOtDYZ+wk/HjrFbefjTudyk87YLL/2WRVTm8 I8eiDcfBQuXCZ0YL+VcvC+sGBZObrVl/YARsEOYs3bYaxBeH1FNSCM6JO9YPNT82RQc6tl2eOqdcD L7rdmK5nLL3znu8idLpZQ5Gu+HCM8yVyjadswlTHj9DwFyT4PxkVKKrFZDMLhGfaYOREpFfAKjyIO 4SIjAqNEWI+frA==; Date: Fri, 27 Oct 2023 08:33:52 +0300 Message-Id: <83cyx0fx33.fsf@gnu.org> From: Eli Zaretskii To: Ihor Radchenko In-Reply-To: <8734xxdx40.fsf@localhost> (message from Ihor Radchenko on Thu, 26 Oct 2023 19:03:59 +0000) Subject: Re: bug#66744: 30.0.50; Emacs crashes when re-dumping into the same dump file another Emacs instance is using References: <87o7gnnhqz.fsf@localhost> <87a5s5bg83.fsf@localhost> <83msw5fk9h.fsf@gnu.org> <83lebpfdse.fsf@gnu.org> <874jidb5cf.fsf@localhost> <83fs1xfcpl.fsf@gnu.org> <83edhhfcdi.fsf@gnu.org> <8734xxdx40.fsf@localhost> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66744 Cc: gerd.moellmann@gmail.com, 66744@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: -3.3 (---) tags 66744 notabug wontfix close 66744 thanks > From: Ihor Radchenko > Cc: Gerd Möllmann , > 66744@debbugs.gnu.org > Date: Thu, 26 Oct 2023 19:03:59 +0000 > > Eli Zaretskii writes: > > >> Please see my mail, which is more precise: it's always the same file F. > > > > Then it shouldn't be. Each new dump should go to a new file, not to > > the one we loaded in this session. There's no reason to try to debug > > the crash, since TRT is just "not to do that". > > For record, the crash also happens when the dump file is modified by > other means. I did echo > dump-file as step 3 and got the same crash. The dump file loaded by the current session shouldn't be modified by any means. > If you think that it should also not be fixed, feel free to close this > report. Done. From unknown Wed Jun 18 00:25:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Nov 2023 12:24:05 +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