From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 22 18:38:57 2017 Received: (at submit) by debbugs.gnu.org; 22 Apr 2017 22:38:57 +0000 Received: from localhost ([127.0.0.1]:34834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d23g8-0006pr-Ai for submit@debbugs.gnu.org; Sat, 22 Apr 2017 18:38:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35059) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d23g6-0006pe-B0 for submit@debbugs.gnu.org; Sat, 22 Apr 2017 18:38:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d23fz-0007fI-6j for submit@debbugs.gnu.org; Sat, 22 Apr 2017 18:38:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44793) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d23fz-0007fE-3D for submit@debbugs.gnu.org; Sat, 22 Apr 2017 18:38:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d23fx-0001tJ-4e for bug-gnu-emacs@gnu.org; Sat, 22 Apr 2017 18:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d23ft-0007cz-5E for bug-gnu-emacs@gnu.org; Sat, 22 Apr 2017 18:38:45 -0400 Received: from smtp202.alice.it ([82.57.200.98]:27912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d23fs-0007cF-LI for bug-gnu-emacs@gnu.org; Sat, 22 Apr 2017 18:38:41 -0400 Received: from [192.168.1.102] (79.35.224.245) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 58EDD5250CA33AEA for bug-gnu-emacs@gnu.org; Sun, 23 Apr 2017 00:38:37 +0200 From: Angelo Graziosi Subject: Recent Emacs crashes when PC is suspended and using tabbar-ruler package To: bug-gnu-emacs@gnu.org Message-ID: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> Date: Sun, 23 Apr 2017 00:38:22 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.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: -5.0 (-----) My Emacs builds [1] from master, I did in April, crash when PC is suspended and then waked up. This seems related to the use of tabbar-ruler package. This is the minimal init.el file with which I can reproduce the issue: ---------------------------------------------- $ cat .emacs.d/init.el (when (>= emacs-major-version 24) (require 'package) (package-initialize)) (require 'tabbar-ruler) ---------------------------------------------- Commenting out the line "(require 'tabbar-ruler)", the crash does not occur. Also starting Emacs with "-Q" option does not give the crash. It seems, I cannot reproduce the crash on other systems (GNU/Linux, macOS) This crash occurs only with April builds (and on Windows). I cannot reproduce the crash (also with a full init.el file) with builds I did, for example, in March (<= 20170327, r128789.8ce827426e-1) I wonder if someone could reproduce the crash.. Mayebe one need to try few times so see the crash. Usually it occurs regularly. Below [2] there is what I got following the suggestions of the crash window. Please, notice that I have some reluctance (i.e., _repulsion_) to use debuggers.. Ciao, Angelo. ----- [1] Builds on Win 10 15063.138, on MSYS2/MinGW64: ./autogen.sh ./configure --prefix=/c/LocalApps/Emacs make -j3 ... [2] $ gdb -p 5424 GNU gdb (GDB) 7.12.1 Copyright (C) 2017 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-w64-mingw32". 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". Attaching to process 5424 [New Thread 5424.0x1f44] [New Thread 5424.0x1a58] [New Thread 5424.0x1360] [New Thread 5424.0xab0] [New Thread 5424.0x1e4c] Reading symbols from C:\LocalApps\Emacs\bin\emacs.exe...done. (gdb) continue Continuing. [Thread 5424.0x1e4c exited with code 0] Thread 1 received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 5424.0x1f44] 0x00007ff9e93ca963 in KERNELBASE!DebugBreak () from C:\WINDOWS\System32\KernelBase.dll (gdb) bt #0 0x00007ff9e93ca963 in KERNELBASE!DebugBreak () from C:\WINDOWS\System32\KernelBase.dll #1 0x0000000400180078 in emacs_abort () at w32fns.c:10875 #2 0x00000004000acd89 in terminate_due_to_signal (sig=11, backtrace_limit=) at emacs.c:393 #3 0x00000004000c4b5e in handle_fatal_signal (sig=13708528, sig@entry=11) at sysdep.c:1714 #4 0x00000004000c593c in deliver_thread_signal (sig=11, handler=0x4000c4b50 ) at sysdep.c:1688 #5 0x00000004001d2468 in _gnu_exception_handler (exception_data=0xbfd580) at C:/repo/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crt_handler.c:223 #6 0x00007ff9ec2f6476 in ntdll!__C_specific_handler () from C:\WINDOWS\SYSTEM32\ntdll.dll #7 0x00007ff9ec30a08d in ntdll!.chkstk () from C:\WINDOWS\SYSTEM32\ntdll.dll #8 0x00007ff9ec279c58 in ntdll!RtlLookupFunctionEntry () from C:\WINDOWS\SYSTEM32\ntdll.dll #9 0x00007ff9ec30910e in ntdll!KiUserExceptionDispatcher () from C:\WINDOWS\SYSTEM32\ntdll.dll #10 0x000000040018f043 in w32_mouse_position (fp=0xbfe3b0, insist=-1, bar_window=0xbfe3b8, part=0xbfe3a8, x=, y=, time=) at w32term.c:3505 #11 0x000000040000acfc in Fmouse_pixel_position () at frame.c:2082 #12 0x000000040011dcd2 in Ffuncall (nargs=nargs@entry=1, args=args@entry=0xbfe468) at eval.c:2742 #13 0x0000000400153312 in exec_byte_code (bytestr=, vector=74897728, maxdepth=, args_template=args_template@entry=0, nargs=nargs@entry=0, args=, args@entry=0x0) at bytecode.c:641 #14 0x000000040011d86a in funcall_lambda (fun=17190255061, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0xbfe8e0) at eval.c:3020 #15 0x000000040011dc4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0xbfe8d8) at eval.c:2756 #16 0x000000040011f74c in Fapply (nargs=2, args=0xbfe8d8) at eval.c:2326 #17 0x000000040011dcd2 in Ffuncall (nargs=nargs@entry=3, args=args@entry=0xbfe8d0) at eval.c:2742 #18 0x0000000400153312 in exec_byte_code (bytestr=, vector=-3, maxdepth=, args_template=args_template@entry=1030, nargs=nargs@entry=1, args=, args@entry=0xbfebf8) at bytecode.c:641 #19 0x000000040011d980 in funcall_lambda (fun=17183382013, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0xbfebf8) at eval.c:2942 #20 0x000000040011dc4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xbfebf0) at eval.c:2756 #21 0x000000040011dd8d in call1 (fn=fn@entry=59640, arg1=arg1@entry=74563637) at eval.c:2604 #22 0x00000004000b3945 in timer_check_2 (idle_timers=, timers=) at keyboard.c:4467 #23 timer_check () at keyboard.c:4529 #24 0x00000004000b3dfa in readable_events (flags=1) at keyboard.c:3345 #25 0x00000004000b46a5 in get_input_pending (flags=flags@entry=1) at keyboard.c:6799 #26 0x00000004000b6a70 in detect_input_pending_run_timers ( do_display=do_display@entry=false) at keyboard.c:9926 #27 0x00000004000b7873 in read_char (commandflag=160, commandflag@entry=1, map=1, map@entry=75372707, prev_event=17207923560, used_mouse_menu=0x1f00000000, used_mouse_menu@entry=0xbff45b, end_time=end_time@entry=0x0) at keyboard.c:2734 #28 0x00000004000b9cb3 in read_key_sequence (keybuf=keybuf@entry=0xbff5b0, prompt=prompt@entry=0, dont_downcase_last=dont_downcase_last@entry=false, can_return_switch_frame=can_return_switch_frame@entry=true, fix_current_buffer=fix_current_buffer@entry=true, prevent_redisplay=prevent_redisplay@entry=false, bufsize=30) at keyboard.c:9122 #29 0x00000004000bb833 in command_loop_1 () at keyboard.c:1370 #30 0x000000040011c1fd in internal_condition_case ( bfun=bfun@entry=0x4000bb5e0 , handlers=handlers@entry=23408, hfun=hfun@entry=0x4000b2c30 ) at eval.c:1324 #31 0x00000004000ad3e4 in command_loop_2 (ignore=) at keyboard.c:1112 #32 0x000000040011c18b in internal_catch (tag=tag@entry=60368, func=func@entry=0x4000ad3c0 , arg=arg@entry=0) at eval.c:1091 #33 0x00000004000ad397 in command_loop () at keyboard.c:1091 #34 0x0000000000000000 in ?? () Backtrace stopped: previous frame inner to this frame (corrupt stack?) (gdb) q A debugging session is active. Inferior 1 [process 5424] will be detached. Quit anyway? (y or n) [answered Y; input not from terminal] Detaching from program: C:\LocalApps\Emacs\bin\emacs.exe, Pid 5424 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 22 22:36:07 2017 Received: (at 26615) by debbugs.gnu.org; 23 Apr 2017 02:36:07 +0000 Received: from localhost ([127.0.0.1]:35022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d27Nf-0007cC-FH for submit@debbugs.gnu.org; Sat, 22 Apr 2017 22:36:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38479) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d27Nd-0007bh-J1 for 26615@debbugs.gnu.org; Sat, 22 Apr 2017 22:36:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d27NV-0006xI-4P for 26615@debbugs.gnu.org; Sat, 22 Apr 2017 22:36:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d27NV-0006xE-1Z; Sat, 22 Apr 2017 22:35:57 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1028 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d27NT-00024K-R2; Sat, 22 Apr 2017 22:35:56 -0400 Date: Sun, 23 Apr 2017 05:36:42 +0300 Message-Id: <83pog3q285.fsf@gnu.org> From: Eli Zaretskii To: Angelo Graziosi In-reply-to: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> (message from Angelo Graziosi on Sun, 23 Apr 2017 00:38:22 +0200) Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26615 Cc: 26615@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Angelo Graziosi > Date: Sun, 23 Apr 2017 00:38:22 +0200 > > My Emacs builds [1] from master, I did in April, crash when PC is > suspended and then waked up. Can you tell what does "suspended" mean, exactly? How is your laptop configured for this -- is this hibernation or sleep? Does it matter, or does the problem happen in both cases? Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 22 22:47:37 2017 Received: (at 26615) by debbugs.gnu.org; 23 Apr 2017 02:47:37 +0000 Received: from localhost ([127.0.0.1]:35026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d27Yn-0007rx-GP for submit@debbugs.gnu.org; Sat, 22 Apr 2017 22:47:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d27Ym-0007rm-6G for 26615@debbugs.gnu.org; Sat, 22 Apr 2017 22:47:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d27Yd-0001jp-Uo for 26615@debbugs.gnu.org; Sat, 22 Apr 2017 22:47:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d27Yd-0001jk-Rp; Sat, 22 Apr 2017 22:47:27 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1037 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d27Yd-0001FK-3w; Sat, 22 Apr 2017 22:47:27 -0400 Date: Sun, 23 Apr 2017 05:48:14 +0300 Message-Id: <83mvb7q1ox.fsf@gnu.org> From: Eli Zaretskii To: Angelo Graziosi , martin rudalics In-reply-to: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> (message from Angelo Graziosi on Sun, 23 Apr 2017 00:38:22 +0200) Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26615 Cc: 26615@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Angelo Graziosi > Date: Sun, 23 Apr 2017 00:38:22 +0200 > > This crash occurs only with April builds (and on Windows). I cannot > reproduce the crash (also with a full init.el file) with builds I did, > for example, in March (<= 20170327, r128789.8ce827426e-1) Martin, this seems to be due to your changes in 3fdd3bb56. Could you please take a look? The crash is here: if (f1) { /* Ok, we found a frame. Store all the values. last_mouse_glyph is a rectangle used to reduce the generation of mouse events. To not miss any motion events, we must divide the frame into rectangles of the size of the smallest character that could be displayed on it, i.e. into the same rectangles that matrices on the frame are divided into. */ dpyinfo = FRAME_DISPLAY_INFO (f1); ScreenToClient (FRAME_W32_WINDOW (f1), &pt); <<<<<<<<<<<<<<<<<<< remember_mouse_glyph (f1, pt.x, pt.y, &dpyinfo->last_mouse_glyph); dpyinfo->last_mouse_glyph_frame = f1; So maybe this has something to d with computing f1? TIA From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 23 04:43:55 2017 Received: (at 26615) by debbugs.gnu.org; 23 Apr 2017 08:43:55 +0000 Received: from localhost ([127.0.0.1]:35104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2D7b-0007gD-IU for submit@debbugs.gnu.org; Sun, 23 Apr 2017 04:43:55 -0400 Received: from smtp203.alice.it ([82.57.200.99]:23298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2D7Z-0007fz-Ty for 26615@debbugs.gnu.org; Sun, 23 Apr 2017 04:43:54 -0400 Received: from [192.168.1.102] (79.35.224.245) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 58FA1D2F0271A13E; Sun, 23 Apr 2017 10:43:46 +0200 Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package To: Eli Zaretskii References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> <83pog3q285.fsf@gnu.org> From: Angelo Graziosi Message-ID: <0ab6b383-6d0b-8dad-fde3-37d4ab4d0b17@alice.it> Date: Sun, 23 Apr 2017 10:43:30 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <83pog3q285.fsf@gnu.org> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 26615 Cc: 26615@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: -2.8 (--) Il 23/04/2017 04:36, Eli Zaretskii ha scritto: >> From: Angelo Graziosi >> Date: Sun, 23 Apr 2017 00:38:22 +0200 >> >> My Emacs builds [1] from master, I did in April, crash when PC is >> suspended and then waked up. > > Can you tell what does "suspended" mean, exactly? How is your laptop > configured for this -- is this hibernation or sleep? Does it matter, > or does the problem happen in both cases? Even if I discovered the crash with the little notebook (2 in 1, transformer book), all my report is based on the results I got with PC, the desktop. On Win10, when you click on Start and then on the Stop button, you have 3 elements: Sospendi (Suspend ?) Arresta il sistema (Stop the system) Riavvia il sistema (Reboot the system) Now I am not sure as "Sospendi" is in English. It is some more of "Sleep" because when I click "Sospendi" the led flagging that the PC is "switched on" bilinks and to resume the PC I have to type on keyboard (moving the mouse does nothing). The the scanner is reactivated and I have to relogin. I would say it is an hibernation. When the PC is sleeping, moving the mouse is enough to wake up it and I don't need to relogin, and it seems that Emacs does not crash... Thanks, Angelo. From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 23 05:16:48 2017 Received: (at 26615) by debbugs.gnu.org; 23 Apr 2017 09:16:48 +0000 Received: from localhost ([127.0.0.1]:35113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2DdQ-0008Q9-FC for submit@debbugs.gnu.org; Sun, 23 Apr 2017 05:16:48 -0400 Received: from mout.gmx.net ([212.227.17.22]:56966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2DdN-0008Pu-Bi for 26615@debbugs.gnu.org; Sun, 23 Apr 2017 05:16:46 -0400 Received: from [192.168.1.100] ([213.162.68.99]) by mail.gmx.com (mrgmx103 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MdaiW-1ccqaH23xM-00PKnW; Sun, 23 Apr 2017 11:16:37 +0200 Message-ID: <58FC70F0.5070108@gmx.at> Date: Sun, 23 Apr 2017 11:16:32 +0200 From: martin rudalics MIME-Version: 1.0 To: Eli Zaretskii , Angelo Graziosi Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> <83mvb7q1ox.fsf@gnu.org> In-Reply-To: <83mvb7q1ox.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:Z3YKId4LZL+F5GFxml1q+2P5YyGLxQI6pYU0ho1VPir2C6ZrvAI nMuhfehdj6JMcQ0+Arfb1wxzv8vvS5ccB8q6ATXZOdBBXz/U3daBzOuNwxOiRTsGFS2UZtW DlFVBf8eEkbYbvQn/T3RbkR7cv3cIKQqu0h/KaxD7g2bA/tzqiXiT5VF0NQPzCgvOouXi63 3/yUdoIIjNsz8I39Dcing== X-UI-Out-Filterresults: notjunk:1;V01:K0:zfp2kUVBxlM=:ZaosKcP9OIMP+sWCPNnSUP hF1RIBQmMVsDTmuc6jZIPqm3BToS6ekAW2Z3/3r1tJXoQt2TSmpyws61Zc4TtuQ4wqGQHhluZ 59H/fJsfcN+TH9vByW5JFPK8iqsFP2tEe2MfVC8IL3tC8mAZ9KOlds21r69Z+Yn+g+E32uajB x9kQ2EIKn0fXmhCF8Hua12AyxIIiL/bxzfSb5qkFR6t9zhfyxDXUlbBvg0wrIguMMoIo2KEpU cr5195rMkpQHOWNmKAyB9bc05+cfNgolgpeyUI0lkgAddY1zyICrJVoFjn3vKrjA6HViAMbsJ oG5CfEx8IpT4W1XcWa2pgS3JZ8nBjeQ3sJK/DEmlS7f6t7ZW9WZOTqPi2IPk5QkrfvcJ5dzoT r65hcty/wD4yLwHS2kWN5fzsNzfXZJy1k5lmwEHeI1i7ul1LLLK33XccouIHgeTZUADadKtYK Xa744trOruUoIUALnjXW12UQieIah1JjWTVcwqNhmepuMOFXT9GYqY8mR+5+Dk6sPkALK7kLX we+nGiaR1yqfzMLy4qyF6lIAupuTLqXqFApT8SokzXGH+jvszlJOwIX3Y91kXPUZ8OlbNLuO4 6m+8XmC9rT/amIF9pglT5ZSh1Ny1sG1HmeJ41wavR64Fzfd6VbtGJmxrJInbmYPzZlS1pvD6h SRQ6GpFhM7J47RE9jmSba2GN9AfYb/cy3HuaZlBDrC0oO9a606xGkXxPlMy1OikMRtPGizwti 2HJZQuqFUj7TTGZDu6YqXRAf3nV1EHch/9nX/H6zOFZAv1MKyiZXsubHOGQg1g036ixQcCFVT bGS72Bv X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 26615 Cc: 26615@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: -2.0 (--) > Martin, this seems to be due to your changes in 3fdd3bb56. Could you > please take a look? > > The crash is here: > > if (f1) > { > /* Ok, we found a frame. Store all the values. > last_mouse_glyph is a rectangle used to reduce the > generation of mouse events. To not miss any motion > events, we must divide the frame into rectangles of the > size of the smallest character that could be displayed > on it, i.e. into the same rectangles that matrices on > the frame are divided into. */ > > dpyinfo = FRAME_DISPLAY_INFO (f1); > ScreenToClient (FRAME_W32_WINDOW (f1), &pt); <<<<<<<<<<<<<<<<<<< > remember_mouse_glyph (f1, pt.x, pt.y, &dpyinfo->last_mouse_glyph); > dpyinfo->last_mouse_glyph_frame = f1; > > So maybe this has something to d with computing f1? Likely. But I have no idea what went wrong here. cwfp could obviously be a scroll bar window but then x_any_window_to_frame shouldn't have accepted it. I suppose neither of these #6 0x00007ff9ec2f6476 in ntdll!__C_specific_handler () from C:\WINDOWS\SYSTEM32\ntdll.dll #7 0x00007ff9ec30a08d in ntdll!.chkstk () from C:\WINDOWS\SYSTEM32\ntdll.dll #8 0x00007ff9ec279c58 in ntdll!RtlLookupFunctionEntry () from C:\WINDOWS\SYSTEM32\ntdll.dll #9 0x00007ff9ec30910e in ntdll!KiUserExceptionDispatcher () from C:\WINDOWS\SYSTEM32\ntdll.dll would tell us much? I tweaked the code a bit, maybe it helps. Angelo please try with latest master. If it crashes again we'll have to dig further. martin From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 23 12:46:01 2017 Received: (at 26615) by debbugs.gnu.org; 23 Apr 2017 16:46:01 +0000 Received: from localhost ([127.0.0.1]:36658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2Ke9-00068g-66 for submit@debbugs.gnu.org; Sun, 23 Apr 2017 12:46:01 -0400 Received: from smtp202.alice.it ([82.57.200.98]:43059) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2Ke7-00068R-1q for 26615@debbugs.gnu.org; Sun, 23 Apr 2017 12:45:59 -0400 Received: from [192.168.1.102] (79.35.224.245) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 58EDD5250D932536; Sun, 23 Apr 2017 18:45:52 +0200 Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package To: martin rudalics , Eli Zaretskii References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> <83mvb7q1ox.fsf@gnu.org> <58FC70F0.5070108@gmx.at> From: Angelo Graziosi Message-ID: Date: Sun, 23 Apr 2017 18:45:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <58FC70F0.5070108@gmx.at> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 26615 Cc: 26615@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: -2.3 (--) Il 23/04/2017 11:16, martin rudalics ha scritto: > Angelo please try with latest master. If it crashes again we'll have to > dig further. I did and it seems I can't reproduce the crash any more! Thank you! Ciao, Angelo. From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 26 07:15:23 2017 Received: (at 26615) by debbugs.gnu.org; 26 Apr 2017 11:15:23 +0000 Received: from localhost ([127.0.0.1]:40627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3Kuo-0007FX-So for submit@debbugs.gnu.org; Wed, 26 Apr 2017 07:15:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3Kun-0007FL-Cf for 26615@debbugs.gnu.org; Wed, 26 Apr 2017 07:15:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3Kue-0003b0-7B for 26615@debbugs.gnu.org; Wed, 26 Apr 2017 07:15:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3Kue-0003av-3O; Wed, 26 Apr 2017 07:15:12 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3755 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d3Kud-00022r-Bd; Wed, 26 Apr 2017 07:15:11 -0400 Date: Wed, 26 Apr 2017 14:14:33 +0300 Message-Id: <83vapro1ye.fsf@gnu.org> From: Eli Zaretskii To: martin rudalics In-reply-to: <58FC70F0.5070108@gmx.at> (message from martin rudalics on Sun, 23 Apr 2017 11:16:32 +0200) Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> <83mvb7q1ox.fsf@gnu.org> <58FC70F0.5070108@gmx.at> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26615 Cc: 26615@debbugs.gnu.org, angelo.graziosi@alice.it 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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sun, 23 Apr 2017 11:16:32 +0200 > From: martin rudalics > CC: 26615@debbugs.gnu.org > > I tweaked the code a bit, maybe it helps. Thanks. However, this line looks wrong (and triggers a compiler warning): /* Try to check for a child window first. */ HWND wfp = ChildWindowFromPoint (wfp, pt); You are using wfp before it was initialized. From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 26 09:32:46 2017 Received: (at 26615) by debbugs.gnu.org; 26 Apr 2017 13:32:46 +0000 Received: from localhost ([127.0.0.1]:40709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3N3l-0003y4-QR for submit@debbugs.gnu.org; Wed, 26 Apr 2017 09:32:45 -0400 Received: from mout.gmx.net ([212.227.15.15]:58045) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3N3j-0003xq-L9 for 26615@debbugs.gnu.org; Wed, 26 Apr 2017 09:32:44 -0400 Received: from [192.168.1.100] ([213.162.68.10]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MAPoQ-1dEtdg2Iva-00Bbau; Wed, 26 Apr 2017 15:32:34 +0200 Message-ID: <5900A167.6000206@gmx.at> Date: Wed, 26 Apr 2017 15:32:23 +0200 From: martin rudalics MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> <83mvb7q1ox.fsf@gnu.org> <58FC70F0.5070108@gmx.at> <83vapro1ye.fsf@gnu.org> In-Reply-To: <83vapro1ye.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:ftApo1NedN68m3hxnbVn2IDihQ8omeXigpnbriZN/EnbY6dtlBv 5dsm8spcaMCI2zEAIzc5gW38enIxoVtc+/A2o0Xhzd7ejn0augOEDfUFiZsXWiFUpSLiuCh k69BXuwSiWBNRGw4hS+PnxhFOER5ZGNjGTvwT17tpuuwbnuHk/Rf2UW3pI3TSJthqCsmH4D ucxJt93kahhqvfO3mEDBw== X-UI-Out-Filterresults: notjunk:1;V01:K0:0n1QU4BlPEM=:XKBnyS9F0e5JAYDYIwa5IK 4Pl6LoPQgiANoq8XikkCc0/GB47yxaWMHteJ0178MP3ZLYoJm8ry5nLBrRLp9cgNLFfm8pkrf hj1pldCGRSD5JunQLg7pqg0Cm0ZG5sqYQvgmmsfxXm0mffs956dBj0Uiz+ksu3P+Y6ybYu+e5 BnpcE2TUpvLSDrKFA+QKKwWNg82WJLipXx7pHRns2tB37VAh4OZcdWvEj//MjA41NSPSQ8Xg4 t3YAFrP1HeD3fzYQep5x83zNTRN1V9MA6PJKz97zPUcV3fwUldWxj2Z91OXzbvAl3WAAESoim SPIkR4yOmEAr3sN0Bk0g9/ZprFNHyaFCqEFFqrPw0mRBaSGArDweMlf4GxIz4C0nr51J3SLl4 qDMiHrbZuVpF7Na1CCQc0eV/wXtfcLfzLwBfQfSXfbMSPPb98t952ZwFYUVBs7iamfZCGgFi7 HvF6QC3+/S9IVBe0n4zqGgHPEKvdSefv7516QOMzfxvy+7eI7GqdzPOURx4/7aj7O9F03xwhz AU9mY/Z4O2JTGzhHZCPT5qT7rCZm1jpfoD/JGGw1/MImU21WiuuyAojE2kppAJSzCRTHOuRfB 0IlzVVAyAo+as7hoeOu+TtKqjmcHJ4kFKT7Hfu/b11pgrxG0rOCPYmuoTCdYhHIL6IW/QugRW qxK22JQZEp29O06oDffLHb2S1IVP8dSznFEz3JqgygSOtNmvNL7engRf8yHsCTFtFExv8Fynu b29spnjPFS19ZCYbX9OtMy7fvGjsXfwLvOMhMK6TYUkCaf/qJpg6+t1eeqNupUPa3pV6EhpfV iDNYyNC X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 26615 Cc: 26615@debbugs.gnu.org, angelo.graziosi@alice.it 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: -2.0 (--) > Thanks. However, this line looks wrong (and triggers a compiler > warning): > > /* Try to check for a child window first. */ > HWND wfp = ChildWindowFromPoint (wfp, pt); > > You are using wfp before it was initialized. Silly me. I removed all embedded assignments now and hopefully fixed that part too. I still have no idea what may have caused the original bug. martin From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 26 11:36:06 2017 Received: (at 26615) by debbugs.gnu.org; 26 Apr 2017 15:36:06 +0000 Received: from localhost ([127.0.0.1]:41840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3Oz8-0007Gd-Ls for submit@debbugs.gnu.org; Wed, 26 Apr 2017 11:36:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3Oz7-0007G6-NS for 26615@debbugs.gnu.org; Wed, 26 Apr 2017 11:36:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3Oyy-0006uR-8P for 26615@debbugs.gnu.org; Wed, 26 Apr 2017 11:36:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3Oyx-0006uE-Vh; Wed, 26 Apr 2017 11:35:56 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4326 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d3Oyx-0005U1-9o; Wed, 26 Apr 2017 11:35:55 -0400 Date: Wed, 26 Apr 2017 18:35:17 +0300 Message-Id: <83mvb3npvu.fsf@gnu.org> From: Eli Zaretskii To: martin rudalics In-reply-to: <5900A167.6000206@gmx.at> (message from martin rudalics on Wed, 26 Apr 2017 15:32:23 +0200) Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> <83mvb7q1ox.fsf@gnu.org> <58FC70F0.5070108@gmx.at> <83vapro1ye.fsf@gnu.org> <5900A167.6000206@gmx.at> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26615 Cc: 26615@debbugs.gnu.org, angelo.graziosi@alice.it 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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Wed, 26 Apr 2017 15:32:23 +0200 > From: martin rudalics > CC: angelo.graziosi@alice.it, 26615@debbugs.gnu.org > > > /* Try to check for a child window first. */ > > HWND wfp = ChildWindowFromPoint (wfp, pt); > > > > You are using wfp before it was initialized. > > Silly me. I removed all embedded assignments now and hopefully fixed > that part too. Thanks, it did. From debbugs-submit-bounces@debbugs.gnu.org Sat May 06 12:42:39 2017 Received: (at 26615) by debbugs.gnu.org; 6 May 2017 16:42:39 +0000 Received: from localhost ([127.0.0.1]:58435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d72n1-0003xO-HR for submit@debbugs.gnu.org; Sat, 06 May 2017 12:42:39 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:33162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d72my-0003wx-Rx; Sat, 06 May 2017 12:42:37 -0400 Received: by mail-io0-f195.google.com with SMTP id l196so5496499ioe.0; Sat, 06 May 2017 09:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=EsF2mHrt+Kxd5tm6IDkUZ+xCIWT9CetyNbTHM2307vw=; b=VE6lhyoQT+XlpA8aiWpVF1HLEcDwWnwYvnnmArFHtnUilIKAdIk6sP/ywXwyzPL526 ssldFEWn7Wf+Q9zKGXYsm+zwEPOtCC5aFKvUpd4MODaavPo1agAwFgJ58EphnIxUS9rT mVzb69n1MjFnIazxcJkao7UZDvvWeXWGr+uyrUYU5APk71Kb6XZ2FO6m/i3p9h1sGNaY 3BsK9NI66ZjtTtDecYbpdQfuyWAdt67iPvz3QapdjjdfyWWrJ62vNq9yMPS1s6NIiwpM cPjSFAXU+v3FyuIszqVhEaAjDTcw4zT6Xgf6XdDNR9sTOcGqKQ0fDZCGtcCZLJOHggpv S2Pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=EsF2mHrt+Kxd5tm6IDkUZ+xCIWT9CetyNbTHM2307vw=; b=VPS61JSceSzkczcOgzSqiDG0A+C2106owBf6cTbBp1Uk2OfwSJWxE6ky78FLhIOkCn 7/ksJTX8BAU5B7vFf7MA6EPc7DAgyITwU7RSm1KdgqlZdJ2aCePyGvi0FslEbmqnn3Tc 5QfMBLyaqIdWIm86ausv5vV93yKuSL3DBgjWannaEOAWFmaM3RJcBj4omOszR4huQd37 T5F55oIx4pn+wEMYnJrtheUPpv3valBE9nPd2GuwrkkLt+kLtVtQcndQcKB5SssGW07d +MjT7n3+BWt+TqWCOTGFrSTxFjp8t/cW64NvecH1IeAZgaMfUW55+Rz/YwvYGfDOQYmr dHRg== X-Gm-Message-State: AN3rC/7k+NMypdqb9A7aQl5GrNxkG+seigK4x9F6GflnZcD1SJ0D6zbL OQ9dsw7VXyfeDw== X-Received: by 10.107.15.76 with SMTP id x73mr48241487ioi.124.1494088951146; Sat, 06 May 2017 09:42:31 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id z1sm1819049iod.36.2017.05.06.09.42.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 06 May 2017 09:42:30 -0700 (PDT) From: npostavs@users.sourceforge.net To: Angelo Graziosi Subject: Re: bug#26615: Recent Emacs crashes when PC is suspended and using tabbar-ruler package References: <0a4ea565-5dc7-a96c-17f4-720e73e42f95@alice.it> <83mvb7q1ox.fsf@gnu.org> <58FC70F0.5070108@gmx.at> Date: Sat, 06 May 2017 12:44:03 -0400 In-Reply-To: (Angelo Graziosi's message of "Sun, 23 Apr 2017 18:45:48 +0200") Message-ID: <87tw4ykka4.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 26615 Cc: martin rudalics , Eli Zaretskii , 26615@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: -2.1 (--) tags 26615 fixed close 26615 quit Angelo Graziosi writes: > Il 23/04/2017 11:16, martin rudalics ha scritto: >> Angelo please try with latest master. If it crashes again we'll have to >> dig further. > > I did and it seems I can't reproduce the crash any more! Closing as fixed then. From unknown Fri Sep 05 09:10:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 04 Jun 2017 11:24:04 +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