Nick

Results 390 comments of 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

![grafik](https://github.com/AvaloniaUI/Avalonia/assets/36458596/d5e409e5-fe7f-4771-8250-42f86a3dc875) 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...

![grafik](https://github.com/AvaloniaUI/Avalonia/assets/36458596/07bf91c0-3e9e-4061-944e-3e3d3f4f2489) 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]: ![grafik](https://github.com/AvaloniaUI/Avalonia/assets/36458596/3453d7de-155a-45b8-8615-04bf27c6e3cd) called by MacOptions::SetApplicationTitle ![grafik](https://github.com/AvaloniaUI/Avalonia/assets/36458596/657b15be-4733-42ac-ad21-de518a24db4d) while Apple code is still using the...

```csharp .With(new MacOSPlatformOptions { DisableSetProcessName=true }) ``` works around the issue for now

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:...