Re: [Interest] Very interesting problem with TCP sockets

2014-09-01 Thread Donald Carr
Original Message- > From: Thiago Macieira > Sent: Monday, September 01, 2014 9:32 PM > To: interest@qt-project.org > Subject: Re: [Interest] Very interesting problem with TCP sockets > > On Monday 01 September 2014 12:24:38 Igor Mironchik wrote: > > Hi, > > > &g

Re: [Interest] Very interesting problem with TCP sockets

2014-09-01 Thread Igor Mironchik
Hi, all fine and with Qt and with Boost... Problem was in my code in Boost server implementation. Thanks. -Original Message- From: Thiago Macieira Sent: Monday, September 01, 2014 9:32 PM To: interest@qt-project.org Subject: Re: [Interest] Very interesting problem with TCP sockets On

Re: [Interest] Very interesting problem with TCP sockets

2014-09-01 Thread Thiago Macieira
On Monday 01 September 2014 12:24:38 Igor Mironchik wrote: > Hi, > > seems that with Qt all is OK. > > Look at the pcap file... Agreed. It looks like the first 86 connections worked fine. The 87th crashed. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open So

Re: [Interest] Very interesting problem with TCP sockets

2014-09-01 Thread Igor Mironchik
Hi, seems that with Qt all is OK. Look at the pcap file... -Original Message- From: Thiago Macieira Sent: Monday, September 01, 2014 9:54 AM To: interest@qt-project.org Subject: Re: [Interest] Very interesting problem with TCP sockets On Monday 01 September 2014 09:37:12 Igor

Re: [Interest] Very interesting problem with TCP sockets

2014-08-31 Thread Thiago Macieira
On Monday 01 September 2014 09:37:12 Igor Mironchik wrote: > Hi guys, > > I was trying to connect Qt TCP Socket with Boost Asio TCP socket. > > And what I found. Qt writes simple 12 bytes message to the Boost and in most > situations Boost reads garbage. Even more Boost can crash. > > And my que