Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GNU gdb (GDB) 7.9
- Copyright (C) 2015 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-unknown-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from /usr/bin/rstudio-bin...(no debugging symbols found)...done.
- (gdb) run
- Starting program: /usr/bin/rstudio-bin
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/usr/lib/libthread_db.so.1".
- [New Thread 0x7fff817fa700 (LWP 23276)]
- [New Thread 0x7fff81ffb700 (LWP 23275)]
- [New Thread 0x7fff827fc700 (LWP 23274)]
- [New Thread 0x7fff82ffd700 (LWP 23273)]
- [New Thread 0x7fff837fe700 (LWP 23272)]
- [New Thread 0x7fff83fff700 (LWP 23271)]
- [New Thread 0x7fff90b41700 (LWP 23270)]
- [New Thread 0x7fff92317700 (LWP 23269)]
- [New Thread 0x7fffd8c51700 (LWP 23266)]
- [New Thread 0x7fffd9c50700 (LWP 23262)]
- [New Thread 0x7fffda451700 (LWP 23260)]
- [New Thread 0x7fffe6eb4700 (LWP 23177)]
- Program received signal SIGSEGV, Segmentation fault.
- 0x00007ffff725a180 in QPlatformInputContext::staticMetaObject () from /usr/lib/libQt5Gui.so.5
- (gdb) bt
- #0 0x00007ffff725a180 in QPlatformInputContext::staticMetaObject () from /usr/lib/libQt5Gui.so.5
- #1 0x00007ffff6e0dd32 in QGuiApplicationPrivate::_q_updateFocusObject(QObject*) ()
- from /usr/lib/libQt5Gui.so.5
- #2 0x00007ffff7bc8479 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
- #3 0x00007ffff6e109e2 in QWindow::focusObjectChanged(QObject*) () from /usr/lib/libQt5Gui.so.5
- #4 0x00007ffff7402c6f in QWidget::setFocus(Qt::FocusReason) () from /usr/lib/libQt5Widgets.so.5
- #5 0x00007ffff73c7b32 in QApplication::setActiveWindow(QWidget*) () from /usr/lib/libQt5Widgets.so.5
- #6 0x00007ffff73c7c43 in QApplicationPrivate::notifyActiveWindowChange(QWindow*) ()
- from /usr/lib/libQt5Widgets.so.5
- #7 0x00007ffff6e0e145 in QGuiApplicationPrivate::processActivatedEvent(QWindowSystemInterfacePrivate::ActivatedWindowEvent*) () from /usr/lib/libQt5Gui.so.5
- #8 0x00007ffff6e0e3ed in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib/libQt5Gui.so.5
- #9 0x00007ffff6df31ef in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Gui.so.5
- #10 0x00007fffe77dabe0 in ?? () from /usr/lib/rstudio/bin/plugins/platforms/libqxcb.so
- #11 0x00007ffff24579fd in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
- #12 0x00007ffff2457ce0 in ?? () from /usr/lib/libglib-2.0.so.0
- #13 0x00007ffff2457d8c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
- #14 0x00007ffff7bf0267 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
- from /usr/lib/libQt5Core.so.5
- #15 0x00007ffff7b95902 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
- from /usr/lib/libQt5Core.so.5
- #16 0x00007ffff7b9d2dc in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
- #17 0x00000000005795cc in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement