Advertisement
Guest User

Untitled

a guest
Oct 29th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. (gdb) run
  2. Starting program: /usr/libexec/dovecot/imap
  3. warning: Could not load shared library symbols for linux-gate.so.1.
  4. Do you need "set solib-search-path" or "set sysroot"?
  5. [Thread debugging using libthread_db enabled]
  6. process 1679 is executing new program: /usr/bin/doveconf
  7. warning: Could not load shared library symbols for linux-gate.so.1.
  8. Do you need "set solib-search-path" or "set sysroot"?
  9. [Thread debugging using libthread_db enabled]
  10. process 1679 is executing new program: /usr/libexec/dovecot/imap
  11. warning: Could not load shared library symbols for linux-gate.so.1.
  12. Do you need "set solib-search-path" or "set sysroot"?
  13. [Thread debugging using libthread_db enabled]
  14. * 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
  15. * SELECT INBOX/Lists
  16.  
  17. Program received signal SIGSEGV, Segmentation fault.
  18. 0xb7cea94f in ?? () from /usr/lib/dovecot/lib20_virtual_plugin.so
  19. (gdb) bt full
  20. #0 0xb7cea94f in ?? () from /usr/lib/dovecot/lib20_virtual_plugin.so
  21. No symbol table info available.
  22. #1 0xb7ceab25 in ?? () from /usr/lib/dovecot/lib20_virtual_plugin.so
  23. No symbol table info available.
  24. #2 0xb7f6d926 in mail_set_uid () from /usr/lib/dovecot/libdovecot-storage.so.0
  25. No symbol table info available.
  26. #3 0xb7ced3f9 in virtual_storage_sync_init () from /usr/lib/dovecot/lib20_virtual_plugin.so
  27. No symbol table info available.
  28. #4 0xb7f75769 in mailbox_sync_init () from /usr/lib/dovecot/libdovecot-storage.so.0
  29. No symbol table info available.
  30. #5 0xb7f758b0 in mailbox_sync () from /usr/lib/dovecot/libdovecot-storage.so.0
  31. No symbol table info available.
  32. #6 0x08054db5 in cmd_select_full ()
  33. No symbol table info available.
  34. #7 0x08055709 in cmd_select ()
  35. No symbol table info available.
  36. #8 0x080591cd in command_exec ()
  37. No symbol table info available.
  38. #9 0x0805815f in ?? ()
  39. No symbol table info available.
  40. #10 0x08058230 in ?? ()
  41. No symbol table info available.
  42. #11 0x0805847d in client_handle_input ()
  43. No symbol table info available.
  44. #12 0x08058daf in client_input ()
  45. No symbol table info available.
  46. #13 0xb7f05f92 in io_loop_call_io () from /usr/lib/dovecot/libdovecot.so.0
  47. No symbol table info available.
  48. #14 0xb7f06f43 in io_loop_handler_run () from /usr/lib/dovecot/libdovecot.so.0
  49. No symbol table info available.
  50. #15 0xb7f05a30 in io_loop_run () from /usr/lib/dovecot/libdovecot.so.0
  51. No symbol table info available.
  52. #16 0xb7eee80d in master_service_run () from /usr/lib/dovecot/libdovecot.so.0
  53. No symbol table info available.
  54. #17 0x08061c71 in main ()
  55. No symbol table info available.
  56. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement