I have multiple WResource classes handling requests.
Once there happened a situation when wthttpd stopped serving requests. The
server is still listening its port but rejects connections. So I want to
ask, what can turn wthttpd to such strange behavior. Can it be an exception
thrown in WResource?

Here is stacktrace
thread 1:

> #0  0x000000080199e72c in select () from /lib/libc.so.7
>
> #1  0x0000000800e7b2af in boost::asio::detail::select_reactor<false>::run
>> (this=0x803e07e80, block=true) at socket_ops.hpp:647
>
> #2  0x0000000800e7c0f6 in
>> boost::asio::detail::task_io_service<boost::asio::detail::select_reactor<false>
>> >::run (this=0x803ea9100, e...@0x7ffffe5f3f60) at task_io_service.hpp:260
>
> #3  0x0000000800e698ef in http::server::Server::run
>> (this=dwarf2_read_address: Corrupted DWARF expression.
>
> ) at io_service.ipp:58
>
> #4  0x0000000801af0b8d in thread_proxy () from
>> /usr/local/lib/libboost_thread.so
>
> #5  0x0000000801f724b1 in pthread_getprio () from /lib/libthr.so.3
>
> #6  0x0000000000000000 in ?? ()
>
> Error accessing memory address 0x7ffffe5f4000: Bad address.
>
> thread 2 and others:

> #0  0x0000000801f7c23c in __error () from /lib/libthr.so.3
> #1  0x0000000801f7a335 in pthread_cond_signal () from /lib/libthr.so.3
> #2  0x0000000800e7c1c0 in
> boost::asio::detail::task_io_service<boost::asio::detail::select_reactor<false>
> >::run (this=0x803ea9100, e...@0x7ffffe7f4f60) at posix_event.hpp:90
> #3  0x0000000800e698ef in http::server::Server::run
> (this=dwarf2_read_address: Corrupted DWARF expression.
> ) at io_service.ipp:58
> #4  0x0000000801af0b8d in thread_proxy () from
> /usr/local/lib/libboost_thread.so
> #5  0x0000000801f724b1 in pthread_getprio () from /lib/libthr.so.3
> #6  0x0000000000000000 in ?? ()
> Error accessing memory address 0x7ffffe7f5000: Bad address.
>
> --
Ilya Biin
MIPT
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to