You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was introduced by be7a95c, event_pending() now tries to lock ev_base, but fails to check if it's set and ends up crashing.
I'd suggest to add some check similar to that in event_add() or event_del(), though I'm not sure what the return value should be in case of error: -1 or 0.