Nick
Nick
glad to hear it was helpful :D I was reverse engineering a smartwatch kernel, funny to see how many form factors mt6765 family is used in
 Debugger says it crashes here
[Archiv.zip](https://github.com/AvaloniaUI/Avalonia/files/14231840/Archiv.zip) I was able to create a repro, it seems to be related to a Timer we use to update the menu periodically. I increased timer frequency in the repro...
 it's like this in the repro, do I need to fix anything else?
any chance to get "needs-repro" removed to increase the likelyhood of someone checking this out?
It appears to be a Objective-C zombie string orginating from -[NSProcessInfo processName], which is deallocated by -[NSProcessInfo setProcessName]:  called by MacOptions::SetApplicationTitle  while Apple code is still using the...
```csharp .With(new MacOSPlatformOptions { DisableSetProcessName=true }) ``` works around the issue for now
Different root causes
Let me explain a bit more - This issue is: When opening app with tray icon enabled (not interacting with tray at all), it crashes - The other one is:...