Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/net-boost-asio into lp:widelands

2017-06-03 Thread Tino
It seems the Bazaar->Github-Bridge is broken. Both Appveyor und Travis do only 
build on new commits to the Github repo.
-- 
https://code.launchpad.net/~widelands-dev/widelands/net-boost-asio/+merge/324364
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/net-boost-asio.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/net-boost-asio into lp:widelands

2017-06-03 Thread Notabilis
See the positive side: You were able to compile the branch! ;-)

Seems like some kind of memory corruption though I am not sure where it is 
coming from. The line in GameHost indicates that the server crashed. What were 
you doing when it happened? Could it be that your network went offline (just a 
wild guess)?

Which bug in trunk do you mean? Random crashes or something network related? 
(The asio service does not exist in trunk but a similar problem could probably 
happen there, too.)


An unrelated question to whomever: I am a bit worried that Appveyor isn't 
saying anything. Is it just slow or does that mean that the code is still 
broken?
-- 
https://code.launchpad.net/~widelands-dev/widelands/net-boost-asio/+merge/324364
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/net-boost-asio.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/net-boost-asio into lp:widelands

2017-06-03 Thread Klaus Halfmann
After playing quite a qhile (> 1hour) I now got a crash:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   widelands   0x00010a7c2d9c 
boost::asio::basic_io_object::get_service() const + 12 (basic_io_object.hpp:214)
1   widelands   0x00010a7c03ef 
boost::asio::basic_socket::is_open() const + 
31 (basic_socket.hpp:338)
2   widelands   0x00010a7bceb9 
NetClient::is_connected() const + 25 (netclient.cc:24)
3   widelands   0x00010a7bd609 
NetClient::send(SendPacket const&) + 41 (netclient.cc:67)
4   widelands   0x00010a7526c1 
InternetGaming::logout(std::__1::basic_string const&) + 161 
(internet_gaming.cc:225)
5   widelands   0x00010a795f1c GameHost::run() + 
9932 (gamehost.cc:749)


So the interal asio service object was broken :-(

should this be our long searched for bug in trunk?
-- 
https://code.launchpad.net/~widelands-dev/widelands/net-boost-asio/+merge/324364
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/net-boost-asio.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp