Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Duplicate
-
Affects Version/s: 5.12.3
-
Fix Version/s: None
-
Component/s: Quick: Core Declarative QML
-
Labels:None
-
Platform/s:
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
-