Date: Mon, 26 Jan 2015 00:30:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197079] qtcreator: segfault in pthread_attr_get_np () from /lib/libthr.so.3 Message-ID: <bug-197079-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197079 Bug ID: 197079 Summary: qtcreator: segfault in pthread_attr_get_np () from /lib/libthr.so.3 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: spam+freebsd@vono.zsh.jp Created attachment 152140 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152140&action=edit dmesg qtcreator 3.3.0 (following https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196167) crash at start-up. using the core dump & gdb, I have: #0 0x00000008035a5873 in pthread_attr_get_np () from /lib/libthr.so.3 [New Thread 860a57800 (LWP 100190/qtcreator)] [New Thread 860a56800 (LWP 100189/qtcreator)] [New Thread 80980f400 (LWP 100188/qtcreator)] [New Thread 81f8e7000 (LWP 100187/qtcreator)] [New Thread 81f8e2000 (LWP 100186/qtcreator)] [New Thread 809807c00 (LWP 100185/qtcreator)] [New Thread 809806c00 (LWP 100184/qtcreator)] [New Thread 809806400 (LWP 100131/qtcreator)] (gdb) backtrace #0 0x00000008035a5873 in pthread_attr_get_np () from /lib/libthr.so.3 #1 0x000000080fee4745 in QV4::ExecutionEngine::ExecutionEngine () from /usr/local/lib/libQt5Qml.so.5 #2 0x000000080fffbf93 in QV8Engine::QV8Engine () from /usr/local/lib/libQt5Qml.so.5 #3 0x000000080fea24c5 in QJSEngine::QJSEngine () from /usr/local/lib/libQt5Qml.so.5 #4 0x000000080ff711a5 in QQmlEngine::QQmlEngine () from /usr/local/lib/libQt5Qml.so.5 #5 0x000000080fa1c36f in QQuickDefaultClipNode::updateGeometry () from /usr/local/lib/libQt5Quick.so.5 #6 0x000000081ebce481 in ?? () from /usr/local/lib/qtcreator/plugins/libWelcome.so #7 0x000000081ebd089f in ?? () from /usr/local/lib/qtcreator/plugins/libWelcome.so #8 0x000000080085f878 in ExtensionSystem::Internal::PluginSpecPrivate::initializePlugin () from /usr/local/lib/qtcreator/libExtensionSystem.so.1 #9 0x000000080085077d in ExtensionSystem::Internal::PluginManagerPrivate::loadPlugin () from /usr/local/lib/qtcreator/libExtensionSystem.so.1 #10 0x000000080084bb99 in ExtensionSystem::Internal::PluginManagerPrivate::loadPlugins () from /usr/local/lib/qtcreator/libExtensionSystem.so.1 #11 0x000000000040f6d3 in ?? () #12 0x000000000040758f in ?? () ---Type <return> to continue, or q <return> to quit--- #13 0x0000000800634000 in ?? () #14 0x0000000000000000 in ?? () (gdb) Note: I am using a fresh FreeBSD 10.1 RELEASE (amd64) installation (install a few hours ago!). QtCreator 3.2? on GNU/Linux work fine on the same hardware (Xubuntu 14.10 x86_64). -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197079-13>