Bug #4534
openWt crashes
0%
Description
Wt crashes on http request
#0 0x00007ffff2cb68d7 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x00007ffff2cb853a in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x00007ffff35befdd in _gnu_cxx::_verbose_terminate_handler() ()
from /lib64/libstdc.so.6
No symbol table info available.
#3 0x00007ffff35bce56 in ?? () from /lib64/libstdc.so.6
No symbol table info available.
#4 0x00007ffff35bbe59 in ?? () from /lib64/libstdc.so.6
No symbol table info available.
#5 0x00007ffff35bc65a in __gxx_personality_v0 () from /lib64/libstdc.so.6
No symbol table info available.
#6 0x00007ffff304f013 in ?? () from /lib64/libgcc_s.so.1
No symbol table info available.
#7 0x00007ffff304f537 in _Unwind_Resume () from /lib64/libgcc_s.so.1
No symbol table info available.
#8 0x00007ffff69df39b in boost::spirit::classic::grammar<Wt::(anonymous namespace)::ValueListParser, boost::spirit::classic::parser_contextboost::spirit::classic::nil_t >::~grammar() () from /lib64/libwt.so.38
No symbol table info available.
#9 0x00007ffff69e09a4 in Wt::WebRequest::parsePreferredAcceptValue(char const*) const () from /lib64/libwt.so.38
---Type to continue, or q to quit---
No symbol table info available.
#10 0x00007ffff69e0e04 in Wt::WebRequest::parseLocale() const ()
from /lib64/libwt.so.38
No symbol table info available.
#11 0x00007ffff66e6ee8 in Wt::WEnvironment::init(Wt::WebRequest const&) ()
from /lib64/libwt.so.38
No symbol table info available.
#12 0x00007ffff69e3750 in Wt::WebSession::init(Wt::WebRequest const&) ()
from /lib64/libwt.so.38
No symbol table info available.
#13 0x00007ffff69e7dac in Wt::WebSession::handleRequest(Wt::WebSession::Handler&) () from /lib64/libwt.so.38
No symbol table info available.
#14 0x00007ffff69d889b in Wt::WebController::handleRequest(Wt::WebRequest*) ()
from /lib64/libwt.so.38
No symbol table info available.
#15 0x00007ffff6edc1df in boost::asio::detail::completion_handler<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Wt::WebController, Wt::WebRequest*, boost::_bi::list2<boost::_bi::value<Wt::WebController>, boost::_bi::value<http::server::HTTPRequest*> > > >::do_complete(boost::asio::detail::task_io_service, boost::asio::detail::task_io_service_operation*, boost::system::error_code const&, unsigned long) () from /lib64/libwthttp.so.38
Updated by Koen Deforche almost 9 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
- Target version set to 3.3.5
There seems to be something wrong with boost::spirit. What version of boost is this, what platform and what compiler?
Did you build Wt yourself or did you install a package?