-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[nvidia] Multiple opening and closing a ToolTip causes UI hang. #3536
Comments
Most likely not a hang, but some exception on the render thread. Waiting on epoll_wait is the same as waiting in GetMessage on windows, it's a normal condition. |
Can't repro on Ubuntu 18.04 |
Got a freeze and segfault on nvidia blob. |
Yeah I just got this with Irony Mod Manager on Xubuntu. Still a problem. I assume you guys have lots of error logs? I can try and get some, but I'm not sure how to go about it. :/ |
I can still reproduce this bug with Avalonia 0.10.7 under .NET 5 on Ubuntu 20.04. Interestingly, this only happens when the Fluent theme is enabled: the interface does not hang if in <StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/>
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/> Updated example using Avalonia 0.10.7 and Fluent theme: https://github.com/arklumpus/TooltipTest |
OS: Linux Mint 19.2 x64 (Mate 1.22.0), .net core 3.0 and 3.1
Steps to reproduce:
When I tried to resize the window, the window became transparent:

Issue does not exist on Windows 10 x64.
Here is stack trace:
The text was updated successfully, but these errors were encountered: