Created
August 29, 2013 01:11
-
-
Save michelp/6373246 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) where | |
| #0 0x00007ffff692e57c in free () from /lib/x86_64-linux-gnu/libc.so.6 | |
| #1 0x00007ffff32100f1 in deallocate (__p=<optimized out>, this=<optimized out>) at /usr/include/c++/4.6/ext/new_allocator.h:98 | |
| #2 _M_deallocate (__p=<optimized out>, this=<optimized out>, __n=<optimized out>) at /usr/include/c++/4.6/bits/stl_vector.h:156 | |
| #3 ~_Vector_base (this=<optimized out>, __in_chrg=<optimized out>) at /usr/include/c++/4.6/bits/stl_vector.h:142 | |
| #4 ~vector (this=0x7712bfa8, __in_chrg=<optimized out>) at /usr/include/c++/4.6/bits/stl_vector.h:351 | |
| #5 ~OmDocumentTerm (this=0x7712bf98, __in_chrg=<optimized out>) at ./common/documentterm.h:36 | |
| #6 ~pair (this=0x7712bf90, __in_chrg=<optimized out>) at /usr/include/c++/4.6/bits/stl_pair.h:87 | |
| #7 destroy (__p=0x7712bf90, this=<optimized out>) at /usr/include/c++/4.6/ext/new_allocator.h:118 | |
| #8 _M_destroy_node (__p=0x7712bf70, this=<optimized out>) at /usr/include/c++/4.6/bits/stl_tree.h:394 | |
| #9 std::_Rb_tree<std::string, std::pair<std::string const, OmDocumentTerm>, std::_Select1st<std::pair<std::string const, OmDocumentTerm> >, std::less<std::string>, std::allocator<std::pair<std::string const, OmDocumentTerm> > >::_M_erase (this=0x779aa428, __x=<optimized out>) | |
| at /usr/include/c++/4.6/bits/stl_tree.h:1076 | |
| #10 0x00007ffff32100df in std::_Rb_tree<std::string, std::pair<std::string const, OmDocumentTerm>, std::_Select1st<std::pair<std::string const, OmDocumentTerm> >, std::less<std::string>, std::allocator<std::pair<std::string const, OmDocumentTerm> > >::_M_erase (this=0x779aa428, __x=0x77f3b600) | |
| at /usr/include/c++/4.6/bits/stl_tree.h:1074 | |
| #11 0x00007ffff32100df in std::_Rb_tree<std::string, std::pair<std::string const, OmDocumentTerm>, std::_Select1st<std::pair<std::string const, OmDocumentTerm> >, std::less<std::string>, std::allocator<std::pair<std::string const, OmDocumentTerm> > >::_M_erase (this=0x779aa428, __x=0x7800bbb0) | |
| at /usr/include/c++/4.6/bits/stl_tree.h:1074 | |
| #12 0x00007ffff320cea9 in ~_Rb_tree (this=0x779aa428, __in_chrg=<optimized out>) at /usr/include/c++/4.6/bits/stl_tree.h:639 | |
| #13 ~map (this=0x779aa428, __in_chrg=<optimized out>) at /usr/include/c++/4.6/bits/stl_map.h:88 | |
| #14 Xapian::Document::Internal::~Internal (this=0x779aa3d0, __in_chrg=<optimized out>) at api/omdocument.cc:503 | |
| #15 0x00007ffff320cf89 in Xapian::Document::Internal::~Internal (this=0x779aa3d0, __in_chrg=<optimized out>) at api/omdocument.cc:507 | |
| #16 0x00007ffff368cef4 in _wrap_delete_Document (args=<optimized out>) at modern/xapian_wrap.cc:15604 | |
| #17 0x00007ffff363c1e6 in SwigPyObject_dealloc (v=0xed43f0) at modern/xapian_wrap.cc:1704 | |
| #18 0x000000000042497d in ?? () | |
| #19 0x0000000000460d88 in ?? () | |
| #20 0x0000000000424402 in ?? () | |
| #21 0x000000000042a826 in ?? () | |
| #22 0x000000000042a890 in ?? () | |
| #23 0x000000000057cbd5 in ?? () | |
| #24 0x00000000004faf79 in PyDict_SetItem () | |
| #25 0x000000000054d30f in PySys_SetObject () | |
| #26 0x000000000049bec4 in PyEval_EvalFrameEx () | |
| #27 0x000000000049f1c0 in PyEval_EvalCodeEx () | |
| #28 0x00000000004a9081 in PyRun_FileExFlags () | |
| #29 0x00000000004a9311 in PyRun_SimpleFileExFlags () | |
| #30 0x00000000004aa8bd in Py_Main () | |
| #31 0x00007ffff68cc76d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 | |
| #32 0x000000000041b9b1 in _start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment