|
---|
|
CMaNGOS-4.3.4 Commits Изменения, принятые в официальный репозиторий ядра CMaNGOS. git://github.com/cmangos/mangos-cata.git |
|
Опции темы | Поиск в этой теме | Опции просмотра |
04.01.2017, 10:08 | #1 |
News Bot
Регистрация: 20.11.2009
Сообщений: 1,290
Сказал(а) спасибо: 0
Поблагодарили 5 раз(а) в 5 сообщениях
|
Fix crash at shutdown
Автор: Jose123456
<pre style='white-space:pre-wrap;width:81ex'>Fix crash at shutdown The boost::io_service created in NetworkThread is not being allowed to clean itself up in the destructor. Here***39;s a quote from the boost docs: Alternatively, if the application requires that all operations and handlers be allowed to finish normally, the work object may be explicitly destroyed. boost::asio::io_service io_service; auto_ptr<boost::asio::io_service::work> work( new boost::asio::io_service::work(io_service)); ... work.reset(); // Allow run() to exit. http://www.boost.org/doc/libs/1_62_0...o_service.html close https://github.com/cmangos/mangos-classic/pull/208</pre> Подробнее... |
|
|
Похожие темы | ||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
Fix crash at shutdown | newsbot | CMaNGOS Commits | 0 | 21.12.2016 22:48 |
Fixed SOAP crash on shutdown | newsbot | CMaNGOS Commits | 0 | 14.03.2016 02:40 |
Shutdown messages are now sent in blizzlike intervals. Author: Shauren | newsbot | CMaNGOS Commits | 0 | 24.09.2011 11:40 |
[10579] Better wording in log for shutdown cancelled case. | newsbot | CMaNGOS Commits | 0 | 06.10.2010 03:40 |
[9074] Fix typo in 'server shutdown' description. | newsbot | CMaNGOS Commits | 0 | 27.12.2009 22:40 |