Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.9.2, 5.11.0 Beta 4
-
macOS 10.12 (Xcode 8.2.1) / no-framework
macOS 10.13 (Xcode 9.3) / no-framework
Description
Qt 5.9.2 source package configured with:
-confirm-license -xplatform macx-clang -sdk macosx -device-option QMAKE_APPLE_DEVICE_ARCHS=x86_64 -release -debug-and-release -no-framework -nomake tests -verbose -skip qtwebengine -skip qtwebsockets -skip qtwebchannel -skip qtwebview -commercial -prefix /Users/qt/tmp/src-5.9/qtbase
When trying to run 'Designer' one gets:
qt$ ./Designer.app/Contents/MacOS/Designer objc[11294]: Class RunLoopModeTracker is implemented in both /Users/qt/tmp/src-5.9/qtbase/lib/libQt5Core.5.dylib (0x10fc86000) and /Users/qt/tmp/src-5.9/qtbase/lib/libQt5Core_debug.5.dylib (0x117746a28). One of the two will be used. Which one is undefined. objc[11294]: Class NotificationReceiver is implemented in both /Users/qt/tmp/src-5.9/qtbase/lib/libQt5Widgets.5.dylib (0x10eec3218) and /Users/qt/tmp/src-5.9/qtbase/lib/libQt5Widgets_debug.5.dylib (0x115dc7e88). One of the two will be used. Which one is undefined. QObject: Cannot create children for a parent that is in a different thread. (Parent is QExtensionManager(0x7ff02413f250), parent's thread is QThread(0x7ff01fc0de60), current thread is QThread(0x7ff02413b4c0) QObject: Cannot create children for a parent that is in a different thread. (Parent is QExtensionManager(0x7ff02413f250), parent's thread is QThread(0x7ff01fc0de60), current thread is QThread(0x7ff02413b4c0) QWidget: Must construct a QApplication before a QWidget Abort trap: 6
The other tools (Assistant and Linguist) doesn't have this problem.
Note! If configured without '-no-framework' there's no problem then..
Attachments
Issue Links
- relates to
-
QTBUG-66676 [Qt 5.11 beta1] Designer crashes at startup on macOS
- Closed