Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.12.3
-
None
Description
Calling Lodash.includes() crashes Qt 5.12.3 applications.
Sample Code:
import "lodash.js" as Lodash
QtObject {
Component.onCompleted: Lodash.includes("foobar", "bar")
}
This is a regression from 5.12.2. A project is attached, the backtrace is posted in the comments.
Attachments
Issue Links
- relates to
-
QTBUG-75335 Custom Dialogs example segfaults
- Closed