GNU bug report logs - #55264
A problem with display-buffer-alist

Previous Next

Package: emacs;

Reported by: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>

Date: Wed, 4 May 2022 23:26:02 UTC

Severity: normal

Tags: moreinfo

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55264 in the body.
You can then email your comments to 55264 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#55264; Package emacs. (Wed, 04 May 2022 23:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Podczeck <konrad.podczeck <at> univie.ac.at>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 04 May 2022 23:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: bug-gnu-emacs <at> gnu.org
Subject: A problem with display-buffer-alist
Date: Thu, 5 May 2022 01:25:44 +0200
With a fresh build, I have the following problem:

Make an init file just containing the lines:

(setq
 display-buffer-base-action
   '((display-buffer-reuse-window display-buffer-pop-up-frame)
    (reusable-frames . t))
 display-buffer-alist
    '(("[.]"
     (display-buffer-reuse-window display-buffer-pop-up-frame)
       (pop-up-frame-parameters
       (left . 100)
      ))))


Start the app. Open any file, say foo.tex, and do "M-x
context-menu-mode". In the frame showing foo.tex, scroll a bit. Then,
using the mouse, select some text and use the right mouse button to open
the context menu. If I try to choose any item in the context menu, the
app quits unexpectedly. This quitting is not registered as a crash by
the OS.

Konrad


In GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.4.0, NS appkit-2113.40 Version 12.3.1 (Build 21E258))
 of 2022-05-05 built on iMac-von-Konrad
Repository revision: 8368610ff5b384b6c4ff08414bf33be5c59ee703
Repository branch: master
Windowing system distributor 'Apple', version 10.3.2113
System Description:  macOS 12.3.1

Configured using:
 'configure --with-webp=no'

Configured features:
ACL DBUS GLIB GNUTLS JSON LCMS2 LIBXML2 MODULES NOTIFY KQUEUE NS PDUMPER
PNG RSVG SQLITE3 THREADS TOOLKIT_SCROLL_BARS XIM ZLIB

Important settings:
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message yank-media rmc puny dired
dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config
gnus-util text-property-search time-date mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils tex-site info package
browse-url url url-proxy url-privacy url-expand url-methods url-history
url-cookie url-domsuf url-util mailcap url-handlers url-parse
auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs
password-cache json map url-vars seq gv subr-x byte-opt bytecomp
byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc paren
electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/ns-win ns-win ucs-normalize mule-util term/common-win 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 simple cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure
cl-preloaded button 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
kqueue cocoa ns lcms2 multi-tty make-network-process emacs)

Memory information:
((conses 16 64319 6053)
 (symbols 48 7629 1)
 (strings 32 23221 2168)
 (string-bytes 1 756706)
 (vectors 16 16485)
 (vector-slots 8 229165 10475)
 (floats 8 32 22)
 (intervals 56 207 0)
 (buffers 992 11))





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#55264; Package emacs. (Thu, 05 May 2022 06:06:01 GMT) Full text and rfc822 format available.

Message #8 received at 55264 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
Cc: 55264 <at> debbugs.gnu.org
Subject: Re: bug#55264: A problem with display-buffer-alist
Date: Thu, 05 May 2022 09:05:12 +0300
> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
> Date: Thu, 5 May 2022 01:25:44 +0200
> 
> With a fresh build, I have the following problem:
> 
> Make an init file just containing the lines:
> 
> (setq
>  display-buffer-base-action
>    '((display-buffer-reuse-window display-buffer-pop-up-frame)
>     (reusable-frames . t))
>  display-buffer-alist
>     '(("[.]"
>      (display-buffer-reuse-window display-buffer-pop-up-frame)
>        (pop-up-frame-parameters
>        (left . 100)
>       ))))
> 
> 
> Start the app. Open any file, say foo.tex, and do "M-x
> context-menu-mode". In the frame showing foo.tex, scroll a bit. Then,
> using the mouse, select some text and use the right mouse button to open
> the context menu. If I try to choose any item in the context menu, the
> app quits unexpectedly. This quitting is not registered as a crash by
> the OS.

Seems to be specific to macOS?  I cannot reproduce here.




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 05 May 2022 11:12:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#55264; Package emacs. (Thu, 05 May 2022 21:52:01 GMT) Full text and rfc822 format available.

Message #13 received at 55264 <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 55264 <at> debbugs.gnu.org
Subject: Re: bug#55264: A problem with display-buffer-alist
Date: Thu, 5 May 2022 23:51:47 +0200
[Message part 1 (text/plain, inline)]
Now I get crash reports:

Translated Report (Full Report Below)
-------------------------------------

Process:               Emacs [963]
Path:                  /Users/USER/Documents/*/Emacs.app/Contents/MacOS/Emacs
Identifier:            org.gnu.Emacs
Version:               Version 29.0.50 (9.0)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2022-05-05 23:50:03.2215 +0200
OS Version:            macOS 12.3.1 (21E258)
Report Version:        12
Anonymous UUID:        0FD2B28E-5607-6DD6-91CD-E1031F621A91


Time Awake Since Boot: 1000 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0xfffffffffffffffb
Exception Codes:       0x0000000000000001, 0xfffffffffffffffb
Exception Note:        EXC_CORPSE_NOTIFY

VM Region Info: 0xfffffffffffffffb is not in any region.  Bytes after previous region: 18446638520056414204  
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_NANO (reserved)   600018000000-600020000000 [128.0M] rw-/rwx SM=NUL  ...(unallocated)
--->  
      UNUSED SPACE AT END

Application Specific Information:
Sending willHighlightItem: for menu '', item <NSMenuItem: 0x600000b261b0 Paste> to delegate of class EmacsMenu


Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1b825cdb8 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x1b8291ee0 pthread_kill + 288
2   libsystem_c.dylib             	       0x1b8194674 raise + 32
3   Emacs                         	       0x104d4ce14 terminate_due_to_signal + 200 (emacs.c:458)
4   Emacs                         	       0x104d4d618 emacs_abort + 20 (sysdep.c:2310)
5   Emacs                         	       0x104d088a8 ns_term_shutdown + 168 (nsterm.m:5447)
6   Emacs                         	       0x104bdfed0 shut_down_emacs + 328 (emacs.c:2955)
7   Emacs                         	       0x104d4cddc terminate_due_to_signal + 144 (emacs.c:441)
8   Emacs                         	       0x104c0647c handle_fatal_signal + 16 (sysdep.c:1780)
9   Emacs                         	       0x104c064f8 deliver_thread_signal + 124 (sysdep.c:1772)
10  Emacs                         	       0x104c045d0 deliver_fatal_thread_signal + 12 (sysdep.c:1792)
11  libsystem_platform.dylib      	       0x1b82a94c4 _sigtramp + 56
12  Emacs                         	       0x104d25bcc -[EmacsMenu menu:willHighlightItem:] + 28 (nsmenu.m:765)
13  AppKit                        	       0x1bb1fde10 -[NSMenu _informDelegateOfHighlightedItem:] + 172
14  AppKit                        	       0x1bb1fdc00 -[NSCarbonMenuImpl _carbonTargetItemEvent:handlerCallRef:] + 64
15  AppKit                        	       0x1bb1f8800 NSSLMGlobalEventHandler + 412
16  HIToolbox                     	       0x1c0f54e58 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1084
17  HIToolbox                     	       0x1c0f542dc SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 356
18  HIToolbox                     	       0x1c0f5416c SendEventToEventTargetWithOptions + 44
19  HIToolbox                     	       0x1c112369c SendItemEvent(MenuSelectData*, unsigned int, MenuData*, unsigned short) + 308
20  HIToolbox                     	       0x1c0feed08 UpdateMenuViewFocus(MenuSelectData*, MenuData*, short, short) + 568
21  HIToolbox                     	       0x1c0fe9c68 ViewFocusHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 520
22  HIToolbox                     	       0x1c0f54e58 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1084
23  HIToolbox                     	       0x1c0f542dc SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 356
24  HIToolbox                     	       0x1c0f5416c SendEventToEventTargetWithOptions + 44
25  HIToolbox                     	       0x1c0fcbfd8 HIView::SendSetFocusPart(short, unsigned char, unsigned char, short*) + 248
26  HIToolbox                     	       0x1c0fcbe44 HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short, unsigned char, unsigned char) + 116
27  HIToolbox                     	       0x1c0fcbbfc HIView::SetFocusPart(short, unsigned char, unsigned char, unsigned int, FocusData*) + 240
28  HIToolbox                     	       0x1c0fcba40 HIViewSetFocus + 168
29  HIToolbox                     	       0x1c0fee294 ChooseItem(MenuSelectData*, Rect const*) + 220
30  HIToolbox                     	       0x1c1122628 TrackMenuCommon(MenuSelectData&, unsigned char*, SelectionData*, MenuResult*, MenuResult*) + 1016
31  HIToolbox                     	       0x1c111edd4 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFDictionary const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1668
32  HIToolbox                     	       0x1c111e334 _HandlePopUpMenuSelection8(OpaqueMenuRef*, OpaqueEventRef*, unsigned int, Point, unsigned short, unsigned int, unsigned int, Rect const*, unsigned short, Rect const*, Rect const*, __CFDictionary const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 612
33  HIToolbox                     	       0x1c0fd3040 _HandlePopUpMenuSelectionWithDictionary + 380
34  AppKit                        	       0x1bb356f2c SLMPerformPopUpCarbonMenu + 1796
35  AppKit                        	       0x1bb1f7ff0 _NSSLMPopUpCarbonMenu3 + 848
36  AppKit                        	       0x1bb28e328 -[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] + 232
37  AppKit                        	       0x1bb28e188 -[NSMenu _popUpContextMenu:withEvent:forView:withFont:] + 248
38  Emacs                         	       0x104d25b5c -[EmacsMenu runMenuAt:forFrame:keymaps:] + 260 (nsmenu.m:755)
39  Emacs                         	       0x104d2636c ns_menu_show + 1780 (nsmenu.m:1043)
40  Emacs                         	       0x104b6f83c x_popup_menu_1 + 2768 (menu.c:1402)
41  Emacs                         	       0x104bebf00 read_char_x_menu_prompt + 140 (keyboard.c:9222) [inlined]
42  Emacs                         	       0x104bebf00 read_char + 19184 (keyboard.c:2794)
43  Emacs                         	       0x104be56b4 read_key_sequence + 1412 (keyboard.c:9936)
44  Emacs                         	       0x104be38c8 command_loop_1 + 712 (keyboard.c:1401)
45  Emacs                         	       0x104c726fc internal_condition_case + 96 (eval.c:1450)
46  Emacs                         	       0x104be35ec command_loop_2 + 52 (keyboard.c:1142)
47  Emacs                         	       0x104c71fd8 internal_catch + 88 (eval.c:1180)
48  Emacs                         	       0x104d4d23c recursive_edit_1.cold.1 + 80 (keyboard.c:1120)
49  Emacs                         	       0x104be2e28 command_loop + 4 (keyboard.c:1117) [inlined]
50  Emacs                         	       0x104be2e28 recursive_edit_1 + 372 (keyboard.c:729)
51  Emacs                         	       0x104be2fb8 Frecursive_edit + 364 (keyboard.c:812)
52  Emacs                         	       0x104be2294 main + 9072 (emacs.c:2474)
53  dyld                          	       0x105579088 start + 516

Thread 1:
0   libsystem_pthread.dylib       	       0x1b828d078 start_wqthread + 0

Thread 2:: gmain
0   libsystem_kernel.dylib        	       0x1b825ced0 poll + 8
1   libglib-2.0.0.dylib           	       0x1059bcf6c g_main_context_iterate + 336
2   libglib-2.0.0.dylib           	       0x1059bd034 g_main_context_iteration + 60
3   libglib-2.0.0.dylib           	       0x1059be480 glib_worker_main + 48
4   libglib-2.0.0.dylib           	       0x1059e0c94 g_thread_proxy + 68
5   libsystem_pthread.dylib       	       0x1b829226c _pthread_start + 148
6   libsystem_pthread.dylib       	       0x1b828d08c thread_start + 8

Thread 3:
0   libsystem_pthread.dylib       	       0x1b828d078 start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib       	       0x1b828d078 start_wqthread + 0

Thread 5:
0   libsystem_kernel.dylib        	       0x1b825ada0 __pselect + 8
1   libsystem_kernel.dylib        	       0x1b825aca0 pselect$DARWIN_EXTSN + 60
2   Emacs                         	       0x104d09bfc -[EmacsApp fd_handler:] + 248 (nsterm.m:5952)
3   Foundation                    	       0x1b923171c __NSThread__start__ + 808
4   libsystem_pthread.dylib       	       0x1b829226c _pthread_start + 148
5   libsystem_pthread.dylib       	       0x1b828d08c thread_start + 8

Thread 6:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x1b82548d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x1b8254d40 mach_msg + 76
2   CoreFoundation                	       0x1b835ec1c __CFRunLoopServiceMachPort + 372
3   CoreFoundation                	       0x1b835d0cc __CFRunLoopRun + 1180
4   CoreFoundation                	       0x1b835c490 CFRunLoopRunSpecific + 600
5   AppKit                        	       0x1bb0286f4 _NSEventThread + 196
6   libsystem_pthread.dylib       	       0x1b829226c _pthread_start + 148
7   libsystem_pthread.dylib       	       0x1b828d08c thread_start + 8

Thread 7:
0   libsystem_pthread.dylib       	       0x1b828d078 start_wqthread + 0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x00000001b80a0ff8
    x4: 0x000060000201c580   x5: 0x0000000000000000   x6: 0x0000000000000400   x7: 0x0000000000000390
    x8: 0xbb7eb3dc5f6502fb   x9: 0xbb7eb3dd5a3bc77b  x10: 0x0000000000000001  x11: 0x0300000210a3e921
   x12: 0x0000000000000003  x13: 0x00006000035c6660  x14: 0x0000000086cdb800  x15: 0x0000000210a6b680
   x16: 0x0000000000000148  x17: 0x00000002120ff640  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001055ec580  x21: 0x0000000000000103  x22: 0x00000001055ec660  x23: 0x0000000210a1f9cc
   x24: 0x000000016b2f53f0  x25: 0x0000600000374c30  x26: 0x0000000000000006  x27: 0x0000000000000002
   x28: 0x0000000000000000   fp: 0x000000016b2f4b00   lr: 0x00000001b8291ee0
    sp: 0x000000016b2f4ae0   pc: 0x00000001b825cdb8 cpsr: 0x40001000
   far: 0x00000001145c4000  esr: 0x56000080  Address size fault

Binary Images:
       0x1b8253000 -        0x1b828afff libsystem_kernel.dylib (*) <1d7b3b8e-75a1-34ea-aa52-9f7c23155c55> /usr/lib/system/libsystem_kernel.dylib
       0x1b828b000 -        0x1b8297fff libsystem_pthread.dylib (*) <cee8bc77-6923-34d9-89a3-6f8f7279605e> /usr/lib/system/libsystem_pthread.dylib
       0x1b8152000 -        0x1b81d3fff libsystem_c.dylib (*) <fd566a15-42d8-314a-a99a-b59237ddf5bc> /usr/lib/system/libsystem_c.dylib
       0x104b04000 -        0x104d8ffff org.gnu.Emacs (Version 29.0.50) <da455d82-2fa9-3837-9681-5bf22d976ac6> /Users/USER/Documents/*/Emacs.app/Contents/MacOS/Emacs
       0x1b82a5000 -        0x1b82acfff libsystem_platform.dylib (*) <84fa5dd0-806c-310e-b047-479924cd688c> /usr/lib/system/libsystem_platform.dylib
       0x1bae7a000 -        0x1bbd31fff com.apple.AppKit (6.9) <153590c1-624c-38fb-8ffb-ba751bccbd16> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1c0f49000 -        0x1c127cfff com.apple.HIToolbox (2.1.1) <4a1d1f30-c79d-3502-b51f-9792adbd8e06> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x105574000 -        0x1055d3fff dyld (*) <fbb89662-e6f2-3434-b542-f75185ac5e74> /usr/lib/dyld
       0x105988000 -        0x105a6bfff libglib-2.0.0.dylib (*) <254d9b08-9d3c-3333-a5b6-ba996097fbb0> /opt/homebrew/*/libglib-2.0.0.dylib
       0x1b91d5000 -        0x1b95c5fff com.apple.Foundation (6.9) <886a3487-88a6-30bb-b179-1a92996c67cf> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x1b82da000 -        0x1b881ffff com.apple.CoreFoundation (6.9) <8e1809ff-f5b1-3d9e-be15-f2e7b1d8ce51> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               640K        5 
Activity Tracing                   256K        1 
CG backing stores                 3392K        4 
CG image                          1968K       13 
CG raster data                     224K        1 
ColorSync                          592K       26 
CoreAnimation                     2240K       51 
CoreGraphics                        32K        2 
CoreImage                          752K       20 
CoreUI image data                 1872K       13 
Foundation                          64K        2 
Image IO                           672K       14 
Kernel Alloc Once                   32K        1 
MALLOC                           282.3M       55 
MALLOC guard page                  192K        9 
MALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                       54.5M        8 
Stack                             13.3M        9 
VM_ALLOCATE                        160K       10 
__AUTH                            2508K      285 
__AUTH_CONST                      19.6M      475 
__DATA                            19.5M      508 
__DATA_CONST                      18.9M      524 
__DATA_DIRTY                      1699K      196 
__FONT_DATA                          4K        1 
__LINKEDIT                       594.9M       48 
__OBJC_CONST                      3334K      255 
__OBJC_RO                         82.9M        1 
__OBJC_RW                         3152K        1 
__TEXT                           499.9M      542 
__UNICODE                          592K        1 
dyld private memory               1024K        1 
mapped file                      175.8M       34 
shared memory                      928K       17 
===========                     =======  ======= 
TOTAL                              3.1G     3142 
TOTAL, minus reserved VM space     1.7G     3142 



-----------
Full Report
-----------

{"app_name":"Emacs","timestamp":"2022-05-05 23:50:04.00 +0200","app_version":"Version 29.0.50","slice_uuid":"da455d82-2fa9-3837-9681-5bf22d976ac6","build_version":"9.0","platform":1,"bundleID":"org.gnu.Emacs","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.3.1 (21E258)","incident_id":"4A0FADD4-8A5E-411B-ACF4-5113D9182435","name":"Emacs"}
{
  "uptime" : 1000,
  "procLaunch" : "2022-05-05 23:49:13.5872 +0200",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iMac21,1",
  "procStartAbsTime" : 24126785975,
  "coalitionID" : 918,
  "osVersion" : {
    "train" : "macOS 12.3.1",
    "build" : "21E258",
    "releaseType" : "User"
  },
  "captureTime" : "2022-05-05 23:50:03.2215 +0200",
  "incident" : "4A0FADD4-8A5E-411B-ACF4-5113D9182435",
  "bug_type" : "309",
  "pid" : 963,
  "procExitAbsTime" : 25317864566,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "Emacs",
  "procPath" : "\/Users\/USER\/Documents\/*\/Emacs.app\/Contents\/MacOS\/Emacs",
  "bundleInfo" : {"CFBundleShortVersionString":"Version 29.0.50","CFBundleVersion":"9.0","CFBundleIdentifier":"org.gnu.Emacs"},
  "storeInfo" : {"deviceIdentifierForVendor":"286A9965-22F7-5C47-AC71-39C84E68161C","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "org.gnu.Emacs",
  "crashReporterKey" : "0FD2B28E-5607-6DD6-91CD-E1031F621A91",
  "sip" : "enabled",
  "vmRegionInfo" : "0xfffffffffffffffb is not in any region.  Bytes after previous region: 18446638520056414204  \n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      MALLOC_NANO (reserved)   600018000000-600020000000 [128.0M] rw-\/rwx SM=NUL  ...(unallocated)\n--->  \n      UNUSED SPACE AT END",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0xfffffffffffffffb","rawCodes":[1,-5],"type":"EXC_BAD_ACCESS","signal":"SIGABRT","subtype":"KERN_INVALID_ADDRESS at 0xfffffffffffffffb"},
  "vmregioninfo" : "0xfffffffffffffffb is not in any region.  Bytes after previous region: 18446638520056414204  \n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      MALLOC_NANO (reserved)   600018000000-600020000000 [128.0M] rw-\/rwx SM=NUL  ...(unallocated)\n--->  \n      UNUSED SPACE AT END",
  "asi" : {"AppKit":["Sending willHighlightItem: for menu '', item <NSMenuItem: 0x600000b261b0 Paste> to delegate of class EmacsMenu"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":13931,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":7382634488,"symbolLocation":0,"symbol":"nanov2_free_definite_size"},{"value":105553149937024},{"value":0},{"value":1024},{"value":912},{"value":13510433691232699131},{"value":13510433695441078139},{"value":1},{"value":216172790982895905,"symbolLocation":216172782113783809,"symbol":"OBJC_CLASS_$_NSUserDefaults"},{"value":3},{"value":105553172653664},{"value":2261628928},{"value":8869295744,"symbolLocation":0,"symbol":"OBJC_CLASS_$_NSAutoreleasePool"},{"value":328},{"value":8892970560},{"value":0},{"value":6},{"value":4385064320,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":4385064544,"symbolLocation":224,"symbol":"_main_thread"},{"value":8868985292,"symbolLocation":4,"symbol":"_MergedGlobals"},{"value":6093231088},{"value":105553119890480},{"value":6},{"value":2},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7384669920},"cpsr":{"value":1073745920},"fp":{"value":6093228800},"sp":{"value":6093228768},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7384452536,"matchesCrashFrame":1},"far":{"value":4636557312}},"queue":"com.apple.main-thread","frames":[{"imageOffset":40376,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":0},{"imageOffset":28384,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":1},{"imageOffset":271988,"symbol":"raise","symbolLocation":32,"imageIndex":2},{"imageOffset":2395668,"sourceLine":458,"sourceFile":"emacs.c","symbol":"terminate_due_to_signal","imageIndex":3,"symbolLocation":200},{"imageOffset":2397720,"sourceLine":2310,"sourceFile":"sysdep.c","symbol":"emacs_abort","imageIndex":3,"symbolLocation":20},{"imageOffset":2115752,"sourceLine":5447,"sourceFile":"nsterm.m","symbol":"ns_term_shutdown","imageIndex":3,"symbolLocation":168},{"imageOffset":900816,"sourceLine":2955,"sourceFile":"emacs.c","symbol":"shut_down_emacs","imageIndex":3,"symbolLocation":328},{"imageOffset":2395612,"sourceLine":441,"sourceFile":"emacs.c","symbol":"terminate_due_to_signal","imageIndex":3,"symbolLocation":144},{"imageOffset":1057916,"sourceLine":1780,"sourceFile":"sysdep.c","symbol":"handle_fatal_signal","imageIndex":3,"symbolLocation":16},{"imageOffset":1058040,"sourceLine":1772,"sourceFile":"sysdep.c","symbol":"deliver_thread_signal","imageIndex":3,"symbolLocation":124},{"imageOffset":1050064,"sourceLine":1792,"sourceFile":"sysdep.c","symbol":"deliver_fatal_thread_signal","imageIndex":3,"symbolLocation":12},{"imageOffset":17604,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":4},{"imageOffset":2235340,"sourceLine":765,"sourceFile":"nsmenu.m","symbol":"-[EmacsMenu menu:willHighlightItem:]","imageIndex":3,"symbolLocation":28},{"imageOffset":3685904,"symbol":"-[NSMenu _informDelegateOfHighlightedItem:]","symbolLocation":172,"imageIndex":5},{"imageOffset":3685376,"symbol":"-[NSCarbonMenuImpl _carbonTargetItemEvent:handlerCallRef:]","symbolLocation":64,"imageIndex":5},{"imageOffset":3663872,"symbol":"NSSLMGlobalEventHandler","symbolLocation":412,"imageIndex":5},{"imageOffset":48728,"symbol":"DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*)","symbolLocation":1084,"imageIndex":6},{"imageOffset":45788,"symbol":"SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*)","symbolLocation":356,"imageIndex":6},{"imageOffset":45420,"symbol":"SendEventToEventTargetWithOptions","symbolLocation":44,"imageIndex":6},{"imageOffset":1943196,"symbol":"SendItemEvent(MenuSelectData*, unsigned int, MenuData*, unsigned short)","symbolLocation":308,"imageIndex":6},{"imageOffset":679176,"symbol":"UpdateMenuViewFocus(MenuSelectData*, MenuData*, short, short)","symbolLocation":568,"imageIndex":6},{"imageOffset":658536,"symbol":"ViewFocusHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)","symbolLocation":520,"imageIndex":6},{"imageOffset":48728,"symbol":"DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*)","symbolLocation":1084,"imageIndex":6},{"imageOffset":45788,"symbol":"SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*)","symbolLocation":356,"imageIndex":6},{"imageOffset":45420,"symbol":"SendEventToEventTargetWithOptions","symbolLocation":44,"imageIndex":6},{"imageOffset":536536,"symbol":"HIView::SendSetFocusPart(short, unsigned char, unsigned char, short*)","symbolLocation":248,"imageIndex":6},{"imageOffset":536132,"symbol":"HIView::SetFocusPartInternal(short, unsigned char, unsigned char, short*, short, unsigned char, unsigned char)","symbolLocation":116,"imageIndex":6},{"imageOffset":535548,"symbol":"HIView::SetFocusPart(short, unsigned char, unsigned char, unsigned int, FocusData*)","symbolLocation":240,"imageIndex":6},{"imageOffset":535104,"symbol":"HIViewSetFocus","symbolLocation":168,"imageIndex":6},{"imageOffset":676500,"symbol":"ChooseItem(MenuSelectData*, Rect const*)","symbolLocation":220,"imageIndex":6},{"imageOffset":1938984,"symbol":"TrackMenuCommon(MenuSelectData&, unsigned char*, SelectionData*, MenuResult*, MenuResult*)","symbolLocation":1016,"imageIndex":6},{"imageOffset":1924564,"symbol":"PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFDictionary const*, __CFString const*, OpaqueMenuRef**, unsigned short*)","symbolLocation":1668,"imageIndex":6},{"imageOffset":1921844,"symbol":"_HandlePopUpMenuSelection8(OpaqueMenuRef*, OpaqueEventRef*, unsigned int, Point, unsigned short, unsigned int, unsigned int, Rect const*, unsigned short, Rect const*, Rect const*, __CFDictionary const*, __CFString const*, OpaqueMenuRef**, unsigned short*)","symbolLocation":612,"imageIndex":6},{"imageOffset":565312,"symbol":"_HandlePopUpMenuSelectionWithDictionary","symbolLocation":380,"imageIndex":6},{"imageOffset":5099308,"symbol":"SLMPerformPopUpCarbonMenu","symbolLocation":1796,"imageIndex":5},{"imageOffset":3661808,"symbol":"_NSSLMPopUpCarbonMenu3","symbolLocation":848,"imageIndex":5},{"imageOffset":4277032,"symbol":"-[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:]","symbolLocation":232,"imageIndex":5},{"imageOffset":4276616,"symbol":"-[NSMenu _popUpContextMenu:withEvent:forView:withFont:]","symbolLocation":248,"imageIndex":5},{"imageOffset":2235228,"sourceLine":755,"sourceFile":"nsmenu.m","symbol":"-[EmacsMenu runMenuAt:forFrame:keymaps:]","imageIndex":3,"symbolLocation":260},{"imageOffset":2237292,"sourceLine":1043,"sourceFile":"nsmenu.m","symbol":"ns_menu_show","imageIndex":3,"symbolLocation":1780},{"imageOffset":440380,"sourceLine":1402,"sourceFile":"menu.c","symbol":"x_popup_menu_1","imageIndex":3,"symbolLocation":2768},{"symbol":"read_char_x_menu_prompt","inline":true,"imageIndex":3,"imageOffset":950016,"symbolLocation":140,"sourceLine":9222,"sourceFile":"keyboard.c"},{"imageOffset":950016,"sourceLine":2794,"sourceFile":"keyboard.c","symbol":"read_char","imageIndex":3,"symbolLocation":19184},{"imageOffset":923316,"sourceLine":9936,"sourceFile":"keyboard.c","symbol":"read_key_sequence","imageIndex":3,"symbolLocation":1412},{"imageOffset":915656,"sourceLine":1401,"sourceFile":"keyboard.c","symbol":"command_loop_1","imageIndex":3,"symbolLocation":712},{"imageOffset":1500924,"sourceLine":1450,"sourceFile":"eval.c","symbol":"internal_condition_case","imageIndex":3,"symbolLocation":96},{"imageOffset":914924,"sourceLine":1142,"sourceFile":"keyboard.c","symbol":"command_loop_2","imageIndex":3,"symbolLocation":52},{"imageOffset":1499096,"sourceLine":1180,"sourceFile":"eval.c","symbol":"internal_catch","imageIndex":3,"symbolLocation":88},{"imageOffset":2396732,"sourceLine":1120,"sourceFile":"keyboard.c","symbol":"recursive_edit_1.cold.1","imageIndex":3,"symbolLocation":80},{"symbol":"command_loop","inline":true,"imageIndex":3,"imageOffset":912936,"symbolLocation":4,"sourceLine":1117,"sourceFile":"keyboard.c"},{"imageOffset":912936,"sourceLine":729,"sourceFile":"keyboard.c","symbol":"recursive_edit_1","imageIndex":3,"symbolLocation":372},{"imageOffset":913336,"sourceLine":812,"sourceFile":"keyboard.c","symbol":"Frecursive_edit","imageIndex":3,"symbolLocation":364},{"imageOffset":909972,"sourceLine":2474,"sourceFile":"emacs.c","symbol":"main","imageIndex":3,"symbolLocation":9072},{"imageOffset":20616,"symbol":"start","symbolLocation":516,"imageIndex":7}]},{"id":13951,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":13952,"name":"gmain","frames":[{"imageOffset":40656,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":216940,"symbol":"g_main_context_iterate","symbolLocation":336,"imageIndex":8},{"imageOffset":217140,"symbol":"g_main_context_iteration","symbolLocation":60,"imageIndex":8},{"imageOffset":222336,"symbol":"glib_worker_main","symbolLocation":48,"imageIndex":8},{"imageOffset":363668,"symbol":"g_thread_proxy","symbolLocation":68,"imageIndex":8},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":13960,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":13961,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":13965,"frames":[{"imageOffset":32160,"symbol":"__pselect","symbolLocation":8,"imageIndex":0},{"imageOffset":31904,"symbol":"pselect$DARWIN_EXTSN","symbolLocation":60,"imageIndex":0},{"imageOffset":2120700,"sourceLine":5952,"sourceFile":"nsterm.m","symbol":"-[EmacsApp fd_handler:]","imageIndex":3,"symbolLocation":248},{"imageOffset":378652,"symbol":"__NSThread__start__","symbolLocation":808,"imageIndex":9},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":13980,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6352,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7488,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":543772,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":10},{"imageOffset":536780,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":10},{"imageOffset":533648,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":10},{"imageOffset":1763060,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":5},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":14102,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7384412160,
    "size" : 229376,
    "uuid" : "1d7b3b8e-75a1-34ea-aa52-9f7c23155c55",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7384641536,
    "size" : 53248,
    "uuid" : "cee8bc77-6923-34d9-89a3-6f8f7279605e",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7383359488,
    "size" : 532480,
    "uuid" : "fd566a15-42d8-314a-a99a-b59237ddf5bc",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4373626880,
    "CFBundleShortVersionString" : "Version 29.0.50",
    "CFBundleIdentifier" : "org.gnu.Emacs",
    "size" : 2670592,
    "uuid" : "da455d82-2fa9-3837-9681-5bf22d976ac6",
    "path" : "\/Users\/USER\/Documents\/*\/Emacs.app\/Contents\/MacOS\/Emacs",
    "name" : "Emacs",
    "CFBundleVersion" : "9.0"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7384748032,
    "size" : 32768,
    "uuid" : "84fa5dd0-806c-310e-b047-479924cd688c",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7430709248,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15433728,
    "uuid" : "153590c1-624c-38fb-8ffb-ba751bccbd16",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.40.127"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7532220416,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3358720,
    "uuid" : "4a1d1f30-c79d-3502-b51f-9792adbd8e06",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4384571392,
    "size" : 393216,
    "uuid" : "fbb89662-e6f2-3434-b542-f75185ac5e74",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4388847616,
    "size" : 933888,
    "uuid" : "254d9b08-9d3c-3333-a5b6-ba996097fbb0",
    "path" : "\/opt\/homebrew\/*\/libglib-2.0.0.dylib",
    "name" : "libglib-2.0.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7400673280,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 4132864,
    "uuid" : "886a3487-88a6-30bb-b179-1a92996c67cf",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1858.112"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7384965120,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5529600,
    "uuid" : "8e1809ff-f5b1-3d9e-be15-f2e7b1d8ce51",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1858.112"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 7381352448,
  "size" : 3136438272,
  "uuid" : "1df3dfc1-141a-35d0-a4e5-f1e113894c6e"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               640K        5 \nActivity Tracing                   256K        1 \nCG backing stores                 3392K        4 \nCG image                          1968K       13 \nCG raster data                     224K        1 \nColorSync                          592K       26 \nCoreAnimation                     2240K       51 \nCoreGraphics                        32K        2 \nCoreImage                          752K       20 \nCoreUI image data                 1872K       13 \nFoundation                          64K        2 \nImage IO                           672K       14 \nKernel Alloc Once                   32K        1 \nMALLOC                           282.3M       55 \nMALLOC guard page                  192K        9 \nMALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       54.5M        8 \nStack                             13.3M        9 \nVM_ALLOCATE                        160K       10 \n__AUTH                            2508K      285 \n__AUTH_CONST                      19.6M      475 \n__DATA                            19.5M      508 \n__DATA_CONST                      18.9M      524 \n__DATA_DIRTY                      1699K      196 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       594.9M       48 \n__OBJC_CONST                      3334K      255 \n__OBJC_RO                         82.9M        1 \n__OBJC_RW                         3152K        1 \n__TEXT                           499.9M      542 \n__UNICODE                          592K        1 \ndyld private memory               1024K        1 \nmapped file                      175.8M       34 \nshared memory                      928K       17 \n===========                     =======  ======= \nTOTAL                              3.1G     3142 \nTOTAL, minus reserved VM space     1.7G     3142 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "60356660bbe37970735c5624",
      "factorPackIds" : {

      },
      "deploymentId" : 240000027
    },
    {
      "rolloutId" : "6112e14f37f5d11121dcd519",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "6267122541fbd3022330c3ea"
      },
      "deploymentId" : 240000116
    }
  ],
  "experiments" : [

  ]
}
}

Model: iMac21,1, BootROM 7459.101.3, proc 8:4:4 processors, 16 GB, SMC 
Graphics: Apple M1, Apple M1, Built-In
Display: iMac, Retina 4.5K (4480 x 2520), Main, MirrorOff, Online
Memory Module: LPDDR4
AirPort: Wi-Fi, wl0: Feb  8 2022 02:27:01 version 18.60.21.0.7.8.126 FWID 01-46d7dd16
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: iMac, Apple Inc.
Thunderbolt Bus: iMac, Apple Inc.


> Am 05.05.2022 um 08:05 schrieb Eli Zaretskii <eliz <at> gnu.org>:
> 
>> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
>> Date: Thu, 5 May 2022 01:25:44 +0200
>> 
>> With a fresh build, I have the following problem:
>> 
>> Make an init file just containing the lines:
>> 
>> (setq
>> display-buffer-base-action
>> '((display-buffer-reuse-window display-buffer-pop-up-frame)
>> (reusable-frames . t))
>> display-buffer-alist
>> '(("[.]"
>> (display-buffer-reuse-window display-buffer-pop-up-frame)
>> (pop-up-frame-parameters
>> (left . 100)
>> ))))
>> 
>> 
>> Start the app. Open any file, say foo.tex, and do "M-x
>> context-menu-mode". In the frame showing foo.tex, scroll a bit. Then,
>> using the mouse, select some text and use the right mouse button to open
>> the context menu. If I try to choose any item in the context menu, the
>> app quits unexpectedly. This quitting is not registered as a crash by
>> the OS.
> 
> Seems to be specific to macOS? I cannot reproduce here.

[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#55264; Package emacs. (Fri, 06 May 2022 00:57:02 GMT) Full text and rfc822 format available.

Message #16 received at 55264 <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 55264 <at> debbugs.gnu.org
Subject: Re: bug#55264: A problem with display-buffer-alist
Date: Fri, 6 May 2022 02:56:17 +0200
[Message part 1 (text/plain, inline)]
Reversing commit (by Po Lu) 5adc84a27b86cdbd048ee3ebc023549c928f7425 (both in nsmenu.m and in tooltip.el) solved the problem.

Konread

> Am 05.05.2022 um 08:05 schrieb Eli Zaretskii <eliz <at> gnu.org>:
> 
>> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
>> Date: Thu, 5 May 2022 01:25:44 +0200
>> 
>> With a fresh build, I have the following problem:
>> 
>> Make an init file just containing the lines:
>> 
>> (setq
>> display-buffer-base-action
>> '((display-buffer-reuse-window display-buffer-pop-up-frame)
>> (reusable-frames . t))
>> display-buffer-alist
>> '(("[.]"
>> (display-buffer-reuse-window display-buffer-pop-up-frame)
>> (pop-up-frame-parameters
>> (left . 100)
>> ))))
>> 
>> 
>> Start the app. Open any file, say foo.tex, and do "M-x
>> context-menu-mode". In the frame showing foo.tex, scroll a bit. Then,
>> using the mouse, select some text and use the right mouse button to open
>> the context menu. If I try to choose any item in the context menu, the
>> app quits unexpectedly. This quitting is not registered as a crash by
>> the OS.
> 
> Seems to be specific to macOS? I cannot reproduce here.

[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#55264; Package emacs. (Mon, 09 May 2022 09:54:02 GMT) Full text and rfc822 format available.

Message #19 received at 55264 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 55264 <at> debbugs.gnu.org
Subject: Re: bug#55264: A problem with display-buffer-alist
Date: Mon, 09 May 2022 11:53:31 +0200
Konrad, did the recent changes in bug#55299 also fix this problem?  (It
was somewhat unclear, but both of these bug reports referred to the same
commit.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#55264; Package emacs. (Mon, 09 May 2022 11:34:01 GMT) Full text and rfc822 format available.

Message #22 received at 55264 <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 55264 <at> debbugs.gnu.org
Subject: Re: bug#55264: A problem with display-buffer-alist
Date: Mon, 9 May 2022 13:33:13 +0200
Yes. Both bugs can be closed.

Thanks,

Konrad

> Am 09.05.2022 um 11:53 schrieb Lars Ingebrigtsen <larsi <at> gnus.org>:
> 
> Konrad, did the recent changes in bug#55299 also fix this problem?  (It
> was somewhat unclear, but both of these bug reports referred to the same
> commit.)
> 
> -- 
> (domestic pets only, the antidote for overdose, milk.)
>   bloggy blog: http://lars.ingebrigtsen.no
> 





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#55264; Package emacs. (Mon, 09 May 2022 11:46:01 GMT) Full text and rfc822 format available.

Message #25 received at 55264 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 55264 <at> debbugs.gnu.org
Subject: Re: bug#55264: A problem with display-buffer-alist
Date: Mon, 09 May 2022 13:45:19 +0200
Konrad Podczeck <konrad.podczeck <at> univie.ac.at> writes:

> Yes. Both bugs can be closed.

Thanks; closing this one too, then.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug marked as fixed in version 29.1, send any further explanations to 55264 <at> debbugs.gnu.org and Konrad Podczeck <konrad.podczeck <at> univie.ac.at> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 09 May 2022 11:46:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 07 Jun 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.