Hello.

Always crash when browser refreshed.(very quickly, or deep pushing F5)
browser crash rate : chrome > ie7.
server crash rate : linux(always), windows xp(never)

I can meet this crash, just pushing F5( 5~10 seconds ).
any example( hello.wt crash too )

case 1:

server : fedora 9 (x86), boost 1.34(rpm), + asio(rpm), wt 2.2.0, wthttpd
client : windows xp, chrome( can refresh web page, pushing F5), ie7
result : crash.

> terminate called after throwing an instance of 'asio::system_error'

  what():  Transport endpoint is not connected


case 2:

server : fedora 9 (x86), boost 1.35( compile ), wt 2.2.0, wthttpd
client : windows xp, chrome, ie7
result : crash.

> terminate called after throwing an instance of 'boost::system_error'

  what():  Transport endpoint is not connected


case 3:

server : fedora 9 (x86), boost 1.36( compile ), wt 2.2.0, wthttpd
client : windows xp, chrome, ie7
result : crash.

> terminate called after throwing an instance of
> 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error>
> >'
>
  what():  Transport endpoint is not connected
>

case 4:

server : linux (arm), boost 1.35( cross compile ), wt 2.2.0, wthttpd
client : windows xp, chrome, ie7
result : crash.

> terminate called after throwing an instance of 'boost::system_error'

  what():  Transport endpoint is not connected


 case 5:

server : windows xp (x86), boost 1.35( pro binary ), wt 2.2.0, wthttpd
client : windows xp, chrome, ie7
result : not crash.

Is this asio problem?


thx
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to