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

http_request::reply causes SIGSEGV on Linux #44

Closed
robertbindar opened this issue Dec 23, 2015 · 2 comments
Closed

http_request::reply causes SIGSEGV on Linux #44

robertbindar opened this issue Dec 23, 2015 · 2 comments

Comments

@robertbindar
Copy link

I would appreciate if you could help me with this issue. I built the 'master' branch and I get segfault every time I want to reply to a request.

Part of the stack trace looks like this:
#0 0x0000000000686410 in vtable for web::http::details::_http_response ()
#1 0x000000000044609b in __gnu_cxx::new_allocatorweb::http::details::_http_response::destroyweb::http::details::_http_response (this=0x7fffd4000f00,

__p=0x7fffd4000f00) at /usr/include/c++/4.9/ext/new_allocator.h:124

#2 0x0000000000442af9 in std::allocator_traitsstd::allocator<web::http::details::_http_response >::_S_destroyweb::http::details::_http_response (__a=...,

__p=0x7fffd4000f00) at /usr/include/c++/4.9/bits/alloc_traits.h:282

#3 0x000000000043fcbf in std::allocator_traitsstd::allocator<web::http::details::_http_response >::destroyweb::http::details::_http_response (__a=...,

__p=0x7fffd4000f00) at /usr/include/c++/4.9/bits/alloc_traits.h:411

#4 0x000000000043ac81 in std::_Sp_counted_ptr_inplace<web::http::details::_http_response, std::allocatorweb::http::details::_http_response, (__gnu_cxx::_Lock_p

olicy)2>::_M_dispose (this=0x7fffd4000ef0) at /usr/include/c++/4.9/bits/shared_ptr_base.h:524

@kavyako
Copy link
Contributor

kavyako commented Jan 5, 2016

Could you please share the sample test code and the underlying platform details.

@ras0219-msft
Copy link
Contributor

no repro.

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

3 participants