Guest User

Okular Freeze

a guest
May 13th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. GNU gdb (GDB) 7.7.1
  2. Copyright (C) 2014 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 okular...(no debugging symbols found)...done.
  16. (gdb) run
  17. Starting program: /usr/bin/okular
  18. warning: Could not load shared library symbols for linux-vdso.so.1.
  19. Do you need "set solib-search-path" or "set sysroot"?
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  22. okular(30507)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  23. okular(30507)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  24. okular(30507)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  25. okular(30507)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  26. okular(30507)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  27. ^C
  28. Program received signal SIGINT, Interrupt.
  29. 0x00007ffff4f9d800 in __poll_nocancel () from /usr/lib/libc.so.6
  30. (gdb) thread apply all bt
  31.  
  32. Thread 1 (Thread 0x7ffff7f87780 (LWP 30507)):
  33. #0 0x00007ffff4f9d800 in __poll_nocancel () from /usr/lib/libc.so.6
  34. #1 0x00007fffe155e29e in httpAddrConnect2 () from /usr/lib/libcups.so.2
  35. #2 0x00007fffe155d0ca in httpReconnect2 () from /usr/lib/libcups.so.2
  36. #3 0x00007fffe155d1cf in httpConnect2 () from /usr/lib/libcups.so.2
  37. #4 0x00007fffe157928e in _cupsConnect () from /usr/lib/libcups.so.2
  38. #5 0x00007fffe1579f71 in cupsDoIORequest () from /usr/lib/libcups.so.2
  39. #6 0x00007fffe154e0f3 in _cupsGetDests () from /usr/lib/libcups.so.2
  40. #7 0x00007fffe154f21c in cupsGetDests2 () from /usr/lib/libcups.so.2
  41. #8 0x00007ffff657af3c in ?? () from /usr/lib/libQtGui.so.4
  42. #9 0x00007ffff657b085 in ?? () from /usr/lib/libQtGui.so.4
  43. #10 0x00007ffff64d691b in ?? () from /usr/lib/libQtGui.so.4
  44. #11 0x00007ffff64ebf2b in ?? () from /usr/lib/libQtGui.so.4
  45. #12 0x00007ffff64edfc7 in ?? () from /usr/lib/libQtGui.so.4
  46. #13 0x00007ffff64ef524 in QPrinter::init(QPrinter::PrinterMode) () from /usr/lib/libQtGui.so.4
  47. #14 0x00007ffff64f06e2 in QPrinter::QPrinter(QPrinter::PrinterMode) () from /usr/lib/libQtGui.so.4
  48. #15 0x00007fffe671cb1e in ?? () from /lib64/libokularcore.so.4
  49. #16 0x00007fffe671d535 in ?? () from /lib64/libokularcore.so.4
  50. #17 0x00007fffe671d779 in Okular::Document::pageSizeString(int) const () from /lib64/libokularcore.so.4
  51. #18 0x00007fffe6a2e6a9 in ?? () from /usr/lib/kde4/okularpart.so
  52. #19 0x00007fffe671dad7 in Okular::Document::setViewport(Okular::DocumentViewport const&, Okular::DocumentObserver*, bool) ()
  53. from /lib64/libokularcore.so.4
  54. #20 0x00007fffe6729cd7 in Okular::Document::openDocument(QString const&, KUrl const&, KSharedPtr<KMimeType> const&) ()
  55. from /lib64/libokularcore.so.4
  56. #21 0x00007fffe69ee509 in Okular::Part::openFile() () from /usr/lib/kde4/okularpart.so
  57. #22 0x00007ffff7babf17 in ?? () from /usr/lib/libkparts.so.4
  58. #23 0x00007ffff7bad4fe in KParts::ReadOnlyPart::openUrl(KUrl const&) () from /usr/lib/libkparts.so.4
  59. #24 0x00007fffe69e4a5b in Okular::Part::openUrl(KUrl const&) () from /usr/lib/kde4/okularpart.so
  60. #25 0x000000000040eb11 in _start ()
Add Comment
Please, Sign In to add comment