ladybird
ladybird copied to clipboard
Android: Infinite loop in EventLoopImplementationUnix
This issue is related to PR: #454
When the program is in EventLoop::spin_until, there is a possibility that that Core::NotificationType::Read will be treated as Core::NotificationType::None, therefore the event never gets in the query. It causes a program to be unresponsive.