Last active
August 29, 2015 14:00
-
-
Save jmarrama/11231638 to your computer and use it in GitHub Desktop.
HHVM backtraces 4/23
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) bt | |
| #0 0x00007f1c228e5925 in raise () from /lib/libc.so.6 | |
| #1 0x00007f1c228e7105 in abort () from /lib/libc.so.6 | |
| #2 0x00000000015a80c7 in HPHP::impl_assert_fail(char const*, char const*, unsigned int, char const*) () | |
| #3 0x0000000000e263af in HPHP::JIT::(anonymous namespace)::tc_unwind_personality(int, int, unsigned long, _Unwind_Exception*, _Unwind_Context*) () | |
| #4 0x00007f1c22c57383 in ?? () from /lib64/libgcc_s.so.1 | |
| #5 0x00007f1c22c57457 in _Unwind_Resume () from /lib64/libgcc_s.so.1 | |
| #6 0x0000000000ce79bc in HPHP::ExecutionContext::invokeFuncFew(HPHP::TypedValue*, HPHP::Func const*, void*, HPHP::StringData*, int, HPHP::TypedValue const*) () | |
| #7 0x0000000000abce76 in HPHP::ObjectData::invokeToString() () | |
| #8 0x00000000009e99cb in HPHP::tvCoerceParamToStringInPlace(HPHP::TypedValue*) () | |
| #9 0x0000000006fe2087 in ?? () | |
| #10 0x0000000000ef407e in enterTCHelper () | |
| #11 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #12 0x0000000000ce4bdf in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #13 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #14 0x0000000000abb7e6 in HPHP::ObjectData::o_invoke(HPHP::String const&, HPHP::Variant const&, bool) () | |
| #15 0x000000000111bc5b in HPHP::f_hphp_invoke_method(HPHP::Variant const&, HPHP::String const&, HPHP::String const&, HPHP::Variant const&) () | |
| #16 0x0000000000c0ff54 in HPHP::Native::callFunc(HPHP::Func const*, HPHP::TypedValue*, HPHP::TypedValue*, int, HPHP::TypedValue&) () | |
| #17 0x0000000000c1036c in HPHP::Native::functionWrapper(HPHP::ActRec*) () | |
| #18 0x0000000006420734 in ?? () | |
| #19 0x0000000000ef407e in enterTCHelper () | |
| #20 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #21 0x0000000000ce4bdf in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #22 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #23 0x0000000000ce5570 in HPHP::ExecutionContext::invokeUnit(HPHP::TypedValue*, HPHP::Unit*) () | |
| #24 0x0000000000ab24d1 in HPHP::invoke_file(HPHP::String const&, bool, char const*) () | |
| #25 0x0000000000ab2a92 in HPHP::include_impl_invoke(HPHP::String const&, bool, char const*) () | |
| #26 0x0000000000a32fa0 in HPHP::hphp_invoke(HPHP::ExecutionContext*, std::string const&, bool, HPHP::Array const&, HPHP::VRefParamValue const&, std::string const&, std::string const&, bool&, std::string&, bool, bool, bool) () | |
| #27 0x0000000000b4bc5e in HPHP::HttpRequestHandler::executePHPRequest(HPHP::Transport*, HPHP::RequestURI&, HPHP::SourceRootInfo&, bool) () | |
| #28 0x0000000000b4cd88 in HPHP::HttpRequestHandler::handleRequest(HPHP::Transport*) () | |
| #29 0x0000000000b42605 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJobImpl(std::shared_ptr<HPHP::LibEventJob>, bool) () | |
| #30 0x0000000000b42858 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJob(std::shared_ptr<HPHP::LibEventJob>) | |
| () | |
| #31 0x0000000000b41594 in HPHP::JobQueueWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() () | |
| #32 0x00000000015889e7 in HPHP::AsyncFuncImpl::ThreadFunc(void*) () | |
| #33 0x00007f1c233ee9d1 in start_thread () from /lib64/libpthread.so.0 | |
| #34 0x00007f1c2299bb6d in clone () from /lib/libc.so.6 | |
| (gdb) bt | |
| #0 0x00007f3ebb5bc925 in raise () from /lib/libc.so.6 | |
| #1 0x00007f3ebb5be105 in abort () from /lib/libc.so.6 | |
| #2 0x00007f3ebb92e461 in _Unwind_Resume () from /lib64/libgcc_s.so.1 | |
| #3 0x0000000010972ee8 in ?? () | |
| #4 0x0000000000ef407e in enterTCHelper () | |
| #5 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #6 0x0000000000ce4c53 in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #7 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #8 0x0000000000abb7e6 in HPHP::ObjectData::o_invoke(HPHP::String const&, HPHP::Variant const&, bool) () | |
| #9 0x000000000111bc5b in HPHP::f_hphp_invoke_method(HPHP::Variant const&, HPHP::String const&, HPHP::String const&, HPHP::Variant const&) () | |
| #10 0x0000000000c0ff54 in HPHP::Native::callFunc(HPHP::Func const*, HPHP::TypedValue*, HPHP::TypedValue*, int, HPHP::TypedValue&) () | |
| #11 0x0000000000c1036c in HPHP::Native::functionWrapper(HPHP::ActRec*) () | |
| #12 0x0000000004e1a513 in ?? () | |
| #13 0x0000000000ef407e in enterTCHelper () | |
| #14 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #15 0x0000000000ce4bdf in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #16 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #17 0x0000000000ce5570 in HPHP::ExecutionContext::invokeUnit(HPHP::TypedValue*, HPHP::Unit*) () | |
| #18 0x0000000000ab24d1 in HPHP::invoke_file(HPHP::String const&, bool, char const*) () | |
| #19 0x0000000000ab2a92 in HPHP::include_impl_invoke(HPHP::String const&, bool, char const*) () | |
| #20 0x0000000000a32fa0 in HPHP::hphp_invoke(HPHP::ExecutionContext*, std::string const&, bool, HPHP::Array const&, HPHP::VRefParamValue const&, std::string const&, std::string const&, bool&, std::string&, bool, bool, bool) () | |
| #21 0x0000000000b4bc5e in HPHP::HttpRequestHandler::executePHPRequest(HPHP::Transport*, HPHP::RequestURI&, HPHP::SourceRootInfo&, bool) () | |
| #22 0x0000000000b4cd88 in HPHP::HttpRequestHandler::handleRequest(HPHP::Transport*) () | |
| #23 0x0000000000b42605 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJobImpl(std::shared_ptr<HPHP::LibEventJob>, bool) () | |
| #24 0x0000000000b42858 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJob(std::shared_ptr<HPHP::LibEventJob>) | |
| () | |
| #25 0x0000000000b41594 in HPHP::JobQueueWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() () | |
| #26 0x00000000015889e7 in HPHP::AsyncFuncImpl::ThreadFunc(void*) () | |
| #27 0x00007f3ebc0c59d1 in start_thread () from /lib64/libpthread.so.0 | |
| #28 0x00007f3ebb672b6d in clone () from /lib/libc.so.6 | |
| (gdb) bt | |
| #0 0x00007f6fe5ba0925 in raise () from /lib/libc.so.6 | |
| #1 0x00007f6fe5ba2105 in abort () from /lib/libc.so.6 | |
| #2 0x00007f6fe5f12461 in _Unwind_Resume () from /lib64/libgcc_s.so.1 | |
| #3 0x0000000010471918 in ?? () | |
| #4 0x0000000000ef407e in enterTCHelper () | |
| #5 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #6 0x0000000000ce4c53 in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #7 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #8 0x0000000000ab3a10 in HPHP::vm_call_user_func(HPHP::Variant const&, HPHP::Variant const&, bool) () | |
| #9 0x00000000009ffdf9 in HPHP::ExecutionContext::callUserErrorHandler(HPHP::Exception const&, int, bool) () | |
| #10 0x0000000000a00304 in HPHP::ExecutionContext::handleError(std::string const&, int, bool, HPHP::ExecutionContext::ErrorThrowMode, std::string const&, bool) () | |
| #11 0x000000000098db6a in HPHP::raise_notice(char const*, ...) () | |
| #12 0x0000000000a8924c in HPHP::Variant::toStringHelper() const () | |
| #13 0x00000000011e2e19 in HPHP::debug_string_backtrace(bool, bool, long) () | |
| #14 0x0000000000a53be6 in HPHP::bt_handler(int) () | |
| #15 <signal handler called> | |
| #16 0x00007f6fe5ba0925 in raise () from /lib/libc.so.6 | |
| #17 0x00007f6fe5ba2105 in abort () from /lib/libc.so.6 | |
| #18 0x00007f6fe5f12461 in _Unwind_Resume () from /lib64/libgcc_s.so.1 | |
| #19 0x0000000010471804 in ?? () | |
| #20 0x0000000000ef407e in enterTCHelper () | |
| #21 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #22 0x0000000000ce4bdf in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #23 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #24 0x0000000000abb7e6 in HPHP::ObjectData::o_invoke(HPHP::String const&, HPHP::Variant const&, bool) () | |
| #25 0x000000000111bc5b in HPHP::f_hphp_invoke_method(HPHP::Variant const&, HPHP::String const&, HPHP::String const&, HPHP::Variant const&) () | |
| #26 0x0000000000c0ff54 in HPHP::Native::callFunc(HPHP::Func const*, HPHP::TypedValue*, HPHP::TypedValue*, int, HPHP::TypedValue&) () | |
| #27 0x0000000000c1036c in HPHP::Native::functionWrapper(HPHP::ActRec*) () | |
| #28 0x0000000004a1fa3e in ?? () | |
| #29 0x0000000000ef407e in enterTCHelper () | |
| #30 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #31 0x0000000000ce4bdf in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #32 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #33 0x0000000000ce5570 in HPHP::ExecutionContext::invokeUnit(HPHP::TypedValue*, HPHP::Unit*) () | |
| #34 0x0000000000ab24d1 in HPHP::invoke_file(HPHP::String const&, bool, char const*) () | |
| #35 0x0000000000ab2a92 in HPHP::include_impl_invoke(HPHP::String const&, bool, char const*) () | |
| #36 0x0000000000a32fa0 in HPHP::hphp_invoke(HPHP::ExecutionContext*, std::string const&, bool, HPHP::Array const&, HPHP::VRefParamValue const&, std::string const&, std::string const&, bool&, std::string&, bool, bool, bool) () | |
| #37 0x0000000000b4bc5e in HPHP::HttpRequestHandler::executePHPRequest(HPHP::Transport*, HPHP::RequestURI&, HPHP::SourceRootInfo&, bool) () | |
| #38 0x0000000000b4cd88 in HPHP::HttpRequestHandler::handleRequest(HPHP::Transport*) () | |
| #39 0x0000000000b42605 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJobImpl(std::shared_ptr<HPHP::LibEventJob>, bool) () | |
| #40 0x0000000000b42858 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJob(std::shared_ptr<HPHP::LibEventJob>) | |
| () | |
| #41 0x0000000000b41594 in HPHP::JobQueueWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() () | |
| #42 0x00000000015889e7 in HPHP::AsyncFuncImpl::ThreadFunc(void*) () | |
| #43 0x00007f6fe66a99d1 in start_thread () from /lib64/libpthread.so.0 | |
| #44 0x00007f6fe5c56b6d in clone () from /lib/libc.so.6 | |
| (gdb) bt | |
| #0 0x00007fb4c7e30925 in raise () from /lib/libc.so.6 | |
| #1 0x00007fb4c7e32105 in abort () from /lib/libc.so.6 | |
| #2 0x00007fb4c81a2461 in _Unwind_Resume () from /lib64/libgcc_s.so.1 | |
| #3 0x000000001192ba1e in ?? () | |
| #4 0x0000000000ef407e in enterTCHelper () | |
| #5 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #6 0x0000000000ce4c53 in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #7 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #8 0x0000000000ab3a10 in HPHP::vm_call_user_func(HPHP::Variant const&, HPHP::Variant const&, bool) () | |
| #9 0x00000000009ffdf9 in HPHP::ExecutionContext::callUserErrorHandler(HPHP::Exception const&, int, bool) () | |
| #10 0x0000000000a00304 in HPHP::ExecutionContext::handleError(std::string const&, int, bool, HPHP::ExecutionContext::ErrorThrowMode, std::string const&, bool) () | |
| #11 0x000000000098ce51 in HPHP::raise_recoverable_error(char const*, ...) () | |
| #12 0x0000000000abceaf in HPHP::ObjectData::invokeToString() () | |
| #13 0x0000000000a89268 in HPHP::Variant::toStringHelper() const () | |
| #14 0x00000000011e2e19 in HPHP::debug_string_backtrace(bool, bool, long) () | |
| #15 0x0000000000a53be6 in HPHP::bt_handler(int) () | |
| #16 <signal handler called> | |
| #17 0x00007fb4c7e30925 in raise () from /lib/libc.so.6 | |
| #18 0x00007fb4c7e32105 in abort () from /lib/libc.so.6 | |
| #19 0x00007fb4c81a2461 in _Unwind_Resume () from /lib64/libgcc_s.so.1 | |
| #20 0x000000001192b80d in ?? () | |
| #21 0x0000000000ef407e in enterTCHelper () | |
| #22 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #23 0x0000000000ce4c53 in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #24 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #25 0x0000000000abb7e6 in HPHP::ObjectData::o_invoke(HPHP::String const&, HPHP::Variant const&, bool) () | |
| #26 0x000000000111bc5b in HPHP::f_hphp_invoke_method(HPHP::Variant const&, HPHP::String const&, HPHP::String const&, HPHP::Variant const&) () | |
| #27 0x0000000000c0ff54 in HPHP::Native::callFunc(HPHP::Func const*, HPHP::TypedValue*, HPHP::TypedValue*, int, HPHP::TypedValue&) () | |
| #28 0x0000000000c1036c in HPHP::Native::functionWrapper(HPHP::ActRec*) () | |
| #29 0x0000000005e53bc7 in ?? () | |
| #30 0x0000000000ef407e in enterTCHelper () | |
| #31 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #32 0x0000000000ce4bdf in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #33 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #34 0x0000000000ce5570 in HPHP::ExecutionContext::invokeUnit(HPHP::TypedValue*, HPHP::Unit*) () | |
| #35 0x0000000000ab24d1 in HPHP::invoke_file(HPHP::String const&, bool, char const*) () | |
| #36 0x0000000000ab2a92 in HPHP::include_impl_invoke(HPHP::String const&, bool, char const*) () | |
| #37 0x0000000000a32fa0 in HPHP::hphp_invoke(HPHP::ExecutionContext*, std::string const&, bool, HPHP::Array const&, HPHP::VRefParamValue const&, std::string const&, std::string const&, bool&, std::string&, bool, bool, bool) () | |
| #38 0x0000000000b4bc5e in HPHP::HttpRequestHandler::executePHPRequest(HPHP::Transport*, HPHP::RequestURI&, HPHP::SourceRootInfo&, bool) () | |
| #39 0x0000000000b4cd88 in HPHP::HttpRequestHandler::handleRequest(HPHP::Transport*) () | |
| #40 0x0000000000b42605 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJobImpl(std::shared_ptr<HPHP::LibEventJob>, bool) () | |
| #41 0x0000000000b42858 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJob(std::shared_ptr<HPHP::LibEventJob>) | |
| () | |
| #42 0x0000000000b41594 in HPHP::JobQueueWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() () | |
| #43 0x00000000015889e7 in HPHP::AsyncFuncImpl::ThreadFunc(void*) () | |
| #44 0x00007fb4c89399d1 in start_thread () from /lib64/libpthread.so.0 | |
| #45 0x00007fb4c7ee6b6d in clone () from /lib/libc.so.6 | |
| (gdb) bt | |
| #0 0x00007fb4c7e30925 in raise () from /lib/libc.so.6 | |
| #1 0x00007fb4c7e32105 in abort () from /lib/libc.so.6 | |
| #2 0x00007fb4c81a2461 in _Unwind_Resume () from /lib64/libgcc_s.so.1 | |
| #3 0x000000001192ba1e in ?? () | |
| #4 0x0000000000ef407e in enterTCHelper () | |
| #5 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #6 0x0000000000ce4c53 in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #7 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #8 0x0000000000ab3a10 in HPHP::vm_call_user_func(HPHP::Variant const&, HPHP::Variant const&, bool) () | |
| #9 0x00000000009ffdf9 in HPHP::ExecutionContext::callUserErrorHandler(HPHP::Exception const&, int, bool) () | |
| #10 0x0000000000a00304 in HPHP::ExecutionContext::handleError(std::string const&, int, bool, HPHP::ExecutionContext::ErrorThrowMode, std::string const&, bool) () | |
| #11 0x000000000098ce51 in HPHP::raise_recoverable_error(char const*, ...) () | |
| #12 0x0000000000abceaf in HPHP::ObjectData::invokeToString() () | |
| #13 0x0000000000a89268 in HPHP::Variant::toStringHelper() const () | |
| #14 0x00000000011e2e19 in HPHP::debug_string_backtrace(bool, bool, long) () | |
| #15 0x0000000000a53be6 in HPHP::bt_handler(int) () | |
| #16 <signal handler called> | |
| #17 0x00007fb4c7e30925 in raise () from /lib/libc.so.6 | |
| #18 0x00007fb4c7e32105 in abort () from /lib/libc.so.6 | |
| #19 0x00007fb4c81a2461 in _Unwind_Resume () from /lib64/libgcc_s.so.1 | |
| #20 0x000000001192b80d in ?? () | |
| #21 0x0000000000ef407e in enterTCHelper () | |
| #22 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #23 0x0000000000ce4c53 in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #24 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #25 0x0000000000abb7e6 in HPHP::ObjectData::o_invoke(HPHP::String const&, HPHP::Variant const&, bool) () | |
| #26 0x000000000111bc5b in HPHP::f_hphp_invoke_method(HPHP::Variant const&, HPHP::String const&, HPHP::String const&, HPHP::Variant const&) () | |
| #27 0x0000000000c0ff54 in HPHP::Native::callFunc(HPHP::Func const*, HPHP::TypedValue*, HPHP::TypedValue*, int, HPHP::TypedValue&) () | |
| #28 0x0000000000c1036c in HPHP::Native::functionWrapper(HPHP::ActRec*) () | |
| #29 0x0000000005e53bc7 in ?? () | |
| #30 0x0000000000ef407e in enterTCHelper () | |
| #31 0x0000000000eb6bf8 in HPHP::JIT::MCGenerator::enterTC(unsigned char*, void*) () | |
| #32 0x0000000000ce4bdf in HPHP::ExecutionContext::enterVM(HPHP::ActRec*, unsigned char const*, HPHP::ObjectData*) () | |
| #33 0x0000000000ce4f1f in HPHP::ExecutionContext::invokeFunc(HPHP::TypedValue*, HPHP::Func const*, HPHP::Variant const&, HPHP::ObjectData*, HPHP::Class*, HPHP::VarEnv*, HPHP::StringData*, HPHP::ExecutionContext::InvokeFlags) () | |
| #34 0x0000000000ce5570 in HPHP::ExecutionContext::invokeUnit(HPHP::TypedValue*, HPHP::Unit*) () | |
| #35 0x0000000000ab24d1 in HPHP::invoke_file(HPHP::String const&, bool, char const*) () | |
| #36 0x0000000000ab2a92 in HPHP::include_impl_invoke(HPHP::String const&, bool, char const*) () | |
| #37 0x0000000000a32fa0 in HPHP::hphp_invoke(HPHP::ExecutionContext*, std::string const&, bool, HPHP::Array const&, HPHP::VRefParamValue const&, std::string const&, std::string const&, bool&, std::string&, bool, bool, bool) () | |
| #38 0x0000000000b4bc5e in HPHP::HttpRequestHandler::executePHPRequest(HPHP::Transport*, HPHP::RequestURI&, HPHP::SourceRootInfo&, bool) () | |
| #39 0x0000000000b4cd88 in HPHP::HttpRequestHandler::handleRequest(HPHP::Transport*) () | |
| #40 0x0000000000b42605 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJobImpl(std::shared_ptr<HPHP::LibEventJob>, bool) () | |
| #41 0x0000000000b42858 in HPHP::ServerWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::LibEventTransportTraits>::doJob(std::shared_ptr<HPHP::LibEventJob>) | |
| () | |
| #42 0x0000000000b41594 in HPHP::JobQueueWorker<std::shared_ptr<HPHP::LibEventJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() () | |
| #43 0x00000000015889e7 in HPHP::AsyncFuncImpl::ThreadFunc(void*) () | |
| #44 0x00007fb4c89399d1 in start_thread () from /lib64/libpthread.so.0 | |
| #45 0x00007fb4c7ee6b6d in clone () from /lib/libc.so.6 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment