ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

Android: Infinite loop in EventLoopImplementationUnix

Open Olekoop opened this issue 7 months ago • 0 comments

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.

Olekoop avatar Jul 07 '24 09:07 Olekoop