Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Element 1.11.61 on macOS 14.4 (Apple silicon) quits unexpectedly when quitting via Dock context menu #1582

Closed
rafiv opened this issue Mar 21, 2024 · 3 comments
Labels
T-Defect X-Needs-Info This issue is blocked awaiting information from the reporter

Comments

@rafiv
Copy link

rafiv commented Mar 21, 2024

Steps to reproduce

1. Where are you starting? What can you see?
Start Element, use the app, everything works as expected for now.

2. What do you click?
When quitting the App via the context menu from the Dock, i.e., secondary click => "Quit", the app crashes with "⚠️ Element quit unexpectedly."

Outcome

What did you expect?

The app closing without issues.

What happened instead?

The app crashes while closing "⚠️ Element quit unexpectedly."

Operating system

macOS 14.4 (Apple silicon)

Application version

1.11.61 (universal)

How did you install the app?

From https://element.io/download

Homeserver

matrix.org

Will you send logs?

Yes, please find them below.


Process:               Element [13394]
Path:                  /Applications/Element.app/Contents/MacOS/Element
Identifier:            im.riot.app
Version:               1.11.61 (1.11.61)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2024-03-21 20:46:03.5517 +0100
OS Version:            macOS 14.4 (23E214)
Report Version:        12

[..]

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000010
Exception Codes:       0x0000000000000001, 0x0000000000000010

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [13394]

VM Region Info: 0x10 is not in any region.  Bytes before following region: 4363288560
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      104128000-10412c000    [   16K] r-x/r-x SM=COW  /Applications/Element.app/Contents/MacOS/Element

Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	       0x19e531c20 objc_msgSend + 32
1   Electron Framework            	       0x1178400ec node::FreeArrayBufferAllocator(node::ArrayBufferAllocator*) + 278092
2   Electron Framework            	       0x11783fb38 node::FreeArrayBufferAllocator(node::ArrayBufferAllocator*) + 276632
3   Electron Framework            	       0x1177c3518 v8::CodeEvent::GetScriptName() + 6196
4   AppKit                        	       0x1a257180c -[NSApplication _terminateFromSender:askIfShouldTerminate:saveWindows:] + 124
5   AppKit                        	       0x1a2571704 __52-[NSApplication(NSAppleEventHandling) _handleAEQuit]_block_invoke + 52
6   AppKit                        	       0x1a268e728 ___NSMainRunLoopPerformBlockInModes_block_invoke + 44
7   CoreFoundation                	       0x19e9e5a48 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 28
8   CoreFoundation                	       0x19e9e595c __CFRunLoopDoBlocks + 356
9   CoreFoundation                	       0x19e9e4790 __CFRunLoopRun + 812
10  CoreFoundation                	       0x19e9e3e0c CFRunLoopRunSpecific + 608
11  HIToolbox                     	       0x1a917f000 RunCurrentEventLoopInMode + 292
12  HIToolbox                     	       0x1a917ec90 ReceiveNextEventCommon + 220
13  HIToolbox                     	       0x1a917eb94 _BlockUntilNextEventMatchingListInModeWithFilter + 76
14  AppKit                        	       0x1a223c970 _DPSNextEvent + 660
15  AppKit                        	       0x1a2a2edec -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 700
16  AppKit                        	       0x1a222fcb8 -[NSApplication run] + 476
17  Electron Framework            	       0x11a9f3a5c node::GetArrayBufferAllocator(node::IsolateData*) + 17977044
18  Electron Framework            	       0x11a9f18c8 node::GetArrayBufferAllocator(node::IsolateData*) + 17968448
19  Electron Framework            	       0x11a9aa618 node::GetArrayBufferAllocator(node::IsolateData*) + 17676944
20  Electron Framework            	       0x11a971200 node::GetArrayBufferAllocator(node::IsolateData*) + 17442424
21  Electron Framework            	       0x119b02c78 node::GetArrayBufferAllocator(node::IsolateData*) + 2310384
22  Electron Framework            	       0x119b04710 node::GetArrayBufferAllocator(node::IsolateData*) + 2317192
23  Electron Framework            	       0x119b005e8 node::GetArrayBufferAllocator(node::IsolateData*) + 2300512
24  Electron Framework            	       0x11799dca4 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 13948
25  Electron Framework            	       0x11799ee0c v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 18404
26  Electron Framework            	       0x11799ec3c v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 17940
27  Electron Framework            	       0x11799d4e8 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 11968
28  Electron Framework            	       0x11799d688 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 12384
29  Electron Framework            	       0x11766e2f0 ElectronMain + 128
30  dyld                          	       0x19e57e0e0 start + 2360
@rafiv rafiv added the T-Defect label Mar 21, 2024
@t3chguy
Copy link
Member

t3chguy commented Mar 21, 2024

Will you send logs?
Yes

Please send logs

@t3chguy t3chguy added the X-Needs-Info This issue is blocked awaiting information from the reporter label Mar 21, 2024
@rafiv
Copy link
Author

rafiv commented Mar 21, 2024

Will you send logs?
Yes

Please send logs

Oh, sorry, forgot to paste them when adding "Yes", my bad. Please find them above.

@t3chguy
Copy link
Member

t3chguy commented Mar 21, 2024

Duplicate of #1509

@t3chguy t3chguy marked this as a duplicate of #1509 Mar 21, 2024
@t3chguy t3chguy closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect X-Needs-Info This issue is blocked awaiting information from the reporter
Projects
None yet
Development

No branches or pull requests

2 participants