Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGABRT on line number 429 #6

Open
ppatel-uptycs opened this issue Jul 7, 2021 · 0 comments
Open

SIGABRT on line number 429 #6

ppatel-uptycs opened this issue Jul 7, 2021 · 0 comments

Comments

@ppatel-uptycs
Copy link

Causing sig abort:

resp.content.reserve(resp.content.size() + chunkSize);

#0 __GI_raise (sig=41436) at ../sysdeps/unix/sysv/linux/raise.c:37
#1 0x00007f0398a14187 in __GI_abort () at abort.c:118
#2 0x00005565ea1116f6 in abort_message ()
#3 0x00005565ea111419 in demangling_terminate_handler() ()
#4 0x00005565ea111173 in std::__terminate(void ()()) ()
#5 0x00005565ea112984 in __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception
) ()
#6 0x00005565ea112953 in __cxa_throw ()
#7 0x00005565ea0ae14a in (anonymous namespace)::handle_oom(void* ()(void), void*, bool, bool) ()
#8 0x00005565eb6f7743 in tcmalloc::allocate_full_cpp_throw_oom(unsigned long) ()
#9 0x00005565eb02b9f6 in std::__1::__allocate (__size=9223372036854775807)
at /usr/local/osquery/include/c++/v1/new:228
#10 std::__1::allocator::allocate (this=, __n=)
at /usr/local/osquery/include/c++/v1/memory:1793
#11 std::__1::allocator_traits<std::__1::allocator >::allocate (__a=..., __n=)
at /usr/local/osquery/include/c++/v1/memory:1547
#12 std::__1::__split_buffer<char, std::__1::allocator&>::__split_buffer (
this=, __start=0, __a=..., __cap=)
at /usr/local/osquery/include/c++/v1/__split_buffer:311
#13 std::__1::vector<char, std::__1::allocator >::reserve (this=0x7f038fa565c0,
__n=9223372036854775807) at /usr/local/osquery/include/c++/v1/vector:1541
#14 0x00005565eb2085ba in httpparser::HttpRequestParser::consume (begin=,
this=, req=..., end=)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant