Advertisement
Guest User

Untitled

a guest
Oct 18th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [limon@widder]$ MAIL=sdbox:~/.sdbox gdb /usr/libexec/dovecot/imap ~
  2. GNU gdb (Gentoo 7.3.1 p2) 7.3.1
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-pc-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.gentoo.org/>...
  11. Reading symbols from /usr/libexec/dovecot/imap...(no debugging symbols found)...done.
  12. (gdb) r
  13. Starting program: /usr/libexec/dovecot/imap
  14. warning: Could not load shared library symbols for linux-gate.so.1.
  15. Do you need "set solib-search-path" or "set sysroot"?
  16. [Thread debugging using libthread_db enabled]
  17. process 21303 is executing new program: /usr/bin/doveconf
  18. warning: Could not load shared library symbols for linux-gate.so.1.
  19. Do you need "set solib-search-path" or "set sysroot"?
  20. [Thread debugging using libthread_db enabled]
  21. process 21303 is executing new program: /usr/libexec/dovecot/imap
  22. warning: Could not load shared library symbols for linux-gate.so.1.
  23. Do you need "set solib-search-path" or "set sysroot"?
  24. [Thread debugging using libthread_db enabled]
  25. * PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE SEARCH=FUZZY COMPRESS=DEFLATE] Logged in as limon
  26. * STATUS "INBOX/Lists" (UNSEEN)
  27.  
  28. Program received signal SIGSEGV, Segmentation fault.
  29. 0xb7cf97f3 in ?? () from /usr/lib/dovecot/lib20_virtual_plugin.so
  30. (gdb) bt full
  31. #0 0xb7cf97f3 in ?? () from /usr/lib/dovecot/lib20_virtual_plugin.so
  32. No symbol table info available.
  33. #1 0x080dd260 in ?? ()
  34. No symbol table info available.
  35. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  36. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement