-
-
Notifications
You must be signed in to change notification settings - Fork 204
An uncaught crash #1676
Copy link
Copy link
Open
Labels
Bugsomething isn't working as it shouldsomething isn't working as it shouldErrorsissues relates to the error reporting productissues relates to the error reporting productNativeplatform labelplatform labelWaiting for: Product Owner
Metadata
Metadata
Assignees
Labels
Bugsomething isn't working as it shouldsomething isn't working as it shouldErrorsissues relates to the error reporting productissues relates to the error reporting productNativeplatform labelplatform labelWaiting for: Product Owner
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Waiting for: Product Owner
Description
In a Qt5 application built with VS2019 on Windows 10, a crash occurs when an asynchronously executed lambda captures
this. The original object is destroyed before the lambda runs, leaving a danglingthispointer. When the lambda later accesses a member variable or calls a member function, an access violation triggers a hard crash. However, Sentry does not capture this crash – no report is generated, and the crash remains invisible in the Sentry dashboard.Environment
Let me know if you need any adjustments.