Skip to content

Instantly share code, notes, and snippets.

@isqad
Created November 3, 2017 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isqad/92450e3d2cc05af2258f082c1d078c26 to your computer and use it in GitHub Desktop.
Save isqad/92450e3d2cc05af2258f082c1d078c26 to your computer and use it in GitHub Desktop.
Trying system backtrace:
begin of system symbols:
searchd[0x5605d6]
searchd[0x40d352]
/lib64/libpthread.so.0(+0x10460)[0x7f4a94430460]
searchd[0x667dc5]
searchd[0x64b269]
searchd[0x445fbf]
searchd[0x44e941]
searchd[0x450180]
searchd[0x4504a3]
searchd[0x455e13]
searchd[0x456028]
searchd[0x407733]
searchd[0x5684df]
/lib64/libpthread.so.0(+0x728c)[0x7f4a9442728c]
/lib64/libc.so.6(clone+0x6d)[0x7f4a930bd57d]
Line 2313 of "searchd.cpp" starts at address 0x407728 <SetSignalHandlers(bool)+591> and ends at 0x407757 <SetSignalHandlers(bool)+638>.
(gdb) info line *0x456028
Line 23874 of "searchd.cpp" starts at address 0x45601a <ServiceMain(int, char**)+9839> and ends at 0x456030 <ServiceMain(int, char**)+9861>.
(gdb) info line *0x455e13
Line 23841 of "searchd.cpp" starts at address 0x455e00 <ServiceMain(int, char**)+9301> and ends at 0x455e23 <ServiceMain(int, char**)+9336>.
(gdb) info line *0x4504a3
Line 22379 of "searchd.cpp" starts at address 0x4504a2 <QueryStatus(CSphVariant*)+241> and ends at 0x4504ac <QueryStatus(CSphVariant*)+251>.
(gdb) info line *0x450180
Line 22251 of "searchd.cpp" starts at address 0x450177 <SetWatchDog(int)+789> and ends at 0x45018f <SetWatchDog(int)+813>.
(gdb) info line *0x44e941
Line 21418 of "searchd.cpp" starts at address 0x44e92d <ReloadIndexSettings(CSphConfigParser&)+1536> and ends at 0x44e943 <ReloadIndexSettings(CSphConfigParser&)+1558>.
(gdb) info line *0x445fbf
Line 19154 of "searchd.cpp" starts at address 0x445fa9 <HasFiles(char const*, char const**)> and ends at 0x445fc2 <HasFiles(char const*, char const**)+25>.
(gdb) info line *0x64b269
Line 1514 of "sphinxexpr.cpp" starts at address 0x64b1e3 <Expr_Add_c::~Expr_Add_c()+13> and ends at 0x64b284 <Expr_Add_c::~Expr_Add_c()>.
(gdb) info line *0x667dc5
Line 1227 of "sphinxsearch.cpp" starts at address 0x667db6 <CreateQueryWord(XQKeyword_t const&, ISphQwordSetup const&, CSphDict*)+532>
and ends at 0x667dd5 <CreateQueryWord(XQKeyword_t const&, ISphQwordSetup const&, CSphDict*)+563>.
(gdb) info line *0x40d352
Line 6181 of "searchd.cpp" starts at address 0x40d34e <SearchReplyParser_t::ParseReply(MemInputBuffer_c&, AgentConn_t&) const+822>
and ends at 0x40d364 <SearchReplyParser_t::ParseReply(MemInputBuffer_c&, AgentConn_t&) const+844>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment