timschneeb/GalaxyBudsClient

Tracking issue for macOS

nift4 opened this issue · 0 comments

  1. Higher-than-normal CPU usage in the background, according to dotTrace profiler this is Avalonia bug:
  1. Tray menu rarely is buggy (-> click does nothing or crashes app in native code), which appears to be another Avalonia bug

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x24c0200004000000 -> 0xffffa00004000000 (possible pointer authentication failure)
Exception Codes:       0x0000000000000001, 0x24c0200004000000

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

VM Region Info: 0xffffa00004000000 is not in any region.  
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      UNUSED SPACE AT END

Error Formulating Crash Report:
PC register does not match crashing frame (0x24C0200004000000 vs 0xFFFFA00004000000)

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   ???                           	0xffffa00004000000 ???
1   AppKit                        	       0x184691f44 -[NSApplication(NSResponder) sendAction:to:from:] + 460
2   AppKit                        	       0x18475b6c8 -[NSMenuItem _corePerformAction] + 372
3   AppKit                        	       0x184cf8b78 +[NSCocoaMenuImpl _performActionForMenuItem:] + 84
4   AppKit                        	       0x184b22ec4 -[NSMenuTrackingSession _performPostTrackingDismissalActions] + 276
5   AppKit                        	       0x184b22c64 -[NSMenuTrackingSession startRunningMenuEventLoop:] + 836
6   AppKit                        	       0x1852556e0 -[NSContextMenuTrackingSession startMonitoringEventsInMode:] + 76
7   AppKit                        	       0x184adbed4 +[NSContextMenuImpl presentPopup:fromView:withContext:animated:] + 640
8   AppKit                        	       0x184d038a8 _NSPopUpMenu + 2104

-> AvaloniaUI/Avalonia#14578

  1. When minimzed to tray, clicking dock icon does nothing.