-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Labels
bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugspriority-2Bug that affects more than a few users in a meaningful way but doesn't prevent core functionsBug that affects more than a few users in a meaningful way but doesn't prevent core functions
Description
The problem
When opening a notification, sometimes the app would crash with this error
Another way of reproducing this on dev builds is just hovering over PRs on the PR list (which on dev builds have a "preview popup").
Release version
3.5.1 (arm64)
Operating system
macOS 15.5
Steps to reproduce the behavior
- Open a PR comment notification
Log files
No response
Screenshots
No response
Additional context
After digging into this, I found the problem is we're getting a null error in our onUncaughtException handler. I set a breakpoint there and noticed the error is ResizeObserver loop completed with undelivered notifications but no error object is passed, which causes these [Unknown].
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugspriority-2Bug that affects more than a few users in a meaningful way but doesn't prevent core functionsBug that affects more than a few users in a meaningful way but doesn't prevent core functions
Type
Fields
Give feedbackNo fields configured for issues without a type.