Advertisement
Guest User

rstudio 0.99.431 crash at startup

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