vitimiti@vitimiti-R710-S-AP71B:~$ ubuntu-sdk-ide
void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Follow Symbol Under Cursor" under id 169
/usr/bin/ubuntu-sdk-ide: line 6: 28340 Segmentation fault (core dumped) $BINDIR/qtcreator -platformtheme appmenu-qt5 ${1+"$@"}
vitimiti@vitimiti-R710-S-AP71B:~$
(gdb) r
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/ubuntu-sdk-ide/bin/qtcreator
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeb7c2700 (LWP 11100)]
[New Thread 0x7fffe112d700 (LWP 11101)]
[New Thread 0x7fffd8032700 (LWP 11103)]
[New Thread 0x7fffd7831700 (LWP 11104)]
[New Thread 0x7fffd7030700 (LWP 11105)]
[New Thread 0x7fffd682f700 (LWP 11106)]
[Thread 0x7fffd7030700 (LWP 11105) exited]
[New Thread 0x7fffd7030700 (LWP 11158)]
void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Follow Symbol Under Cursor" under id 169
[New Thread 0x7fffb74a5700 (LWP 11166)]
[New Thread 0x7fffb6a3b700 (LWP 11167)]
[New Thread 0x7fffb623a700 (LWP 11168)]
[New Thread 0x7fffb5827700 (LWP 11169)]
Thread 1 "qtcreator" received signal SIGSEGV, Segmentation fault.
0x00007ffff57f3d9a in QV4::ExecutionEngine::newArrayObject(int) () from /usr/ubuntu-sdk-ide/bin/../lib/qtcreator/../Qt/lib/libQt5Qml.so.5
(gdb) n
Single stepping until exit from function _ZN3QV415ExecutionEngine14newArrayObjectEi,
which has no line number information.
Couldn't get registers: No such process.
Couldn't get registers: No such process.
Couldn't get registers: No such process.
(gdb) [Thread 0x7fffb5827700 (LWP 11169) exited]
[Thread 0x7fffb623a700 (LWP 11168) exited]
[Thread 0x7fffb6a3b700 (LWP 11167) exited]
[Thread 0x7fffb74a5700 (LWP 11166) exited]
[Thread 0x7fffd7030700 (LWP 11158) exited]
[Thread 0x7fffd7831700 (LWP 11104) exited]
[Thread 0x7fffd8032700 (LWP 11103) exited]
[Thread 0x7fffe112d700 (LWP 11101) exited]
[Thread 0x7fffeb7c2700 (LWP 11100) exited]
[Thread 0x7ffff7e05040 (LWP 11099) exited]
Couldn't get registers: No such process.
(gdb)