GNU bug report logs -
#43700
28.0.50; Crash creating a second frame
Previous Next
Reported by: Andy Moreton <andrewjmoreton <at> gmail.com>
Date: Tue, 29 Sep 2020 10:48:01 UTC
Severity: normal
Found in version 28.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 03/10/2020 15:32, Eli Zaretskii wrote:
>> Cc: 43700 <at> debbugs.gnu.org
>> From: Andy Moreton <andrewjmoreton <at> gmail.com>
>> Date: Sat, 3 Oct 2020 15:05:29 +0100
>>
>> As another approach, I have tried building a cygwin 64bit emacs (with
>> -O0 and enable_checking) and can reproduce the same problem there.
>
> If you could modify your recipe to avoid using use-package (i.e. just
> remap the keys in the Org map as usual), then I could debug this on my
> system, which would be much more efficient (since watchpoints do work
> in my GDB).
After minimising my init.el and macroexpanding to get rid of
use-package, I now have a minimal recipe to reproduce the problem.
Run:
emacs -Q --load bug43700.el
--[bug43700.el]-------------------------------------------------
(custom-set-faces
'(default
((((class color)) :font "DejaVu Sans Mono-9"))))
(custom-set-faces
'(fixed-pitch
((((class color)) :font "DejaVu Sans Mono-9"))))
(custom-set-faces
'(variable-pitch
((((class color)) :font "Liberation Sans-11"))))
(require 'org)
(eval-after-load 'org
'(define-key org-mode-map [remap org-archive-subtree] #'ignore))
(find-file "~/foo.org") ; Create org buffer (file need not exist)
(make-frame)
--[end bug43700.el]---------------------------------------------
My Windows 10 system has:
- version 2.37 of Deja Vu Sans Mono
- version 2.00.1 of Liberation Mono
Hopefully you can reproduce this issue.
AndyM
This bug report was last modified 4 years and 283 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.