[Interest] iOS program ends with "CommandSession()Hit maximum retries in readGdbReply"

2015-07-26 Thread maitai
Hello, All is in the title: my app on iOS is ending with "CommandSession()Hit maximum retries in readGdbReply" in the console (11 times then ends, not crashing just ending). I see that this message is from qt but cannot figure out how to avoid it... I tried running the app from creator and dir

Re: [Interest] iOS program ends with "CommandSession()Hit maximum retries in readGdbReply"

2015-07-26 Thread Nuno Santos
Hi, Looks by a crash to me. Is that an empty project? Does it happen on a new project? -- Nuno Santos No dia 26/07/2015, às 10:50, maitai escreveu: > Hello, > > All is in the title: my app on iOS is ending with "CommandSession()Hit > maximum retries in readGdbReply" in the console (11 time

Re: [Interest] iOS program ends with "CommandSession()Hit maximum retries in readGdbReply"

2015-07-26 Thread maitai
I am not sure. I recompile it all and also switched from c++ debugger to qml debugger in the run option (I am running in release mode so I don't know if it does something), and no more message and unwanted exit... Strange. Le 26-07-2015 12:18, Nuno Santos a écrit : > Hi, > > Looks by a crash t

Re: [Interest] iOS program ends with "CommandSession()Hit maximum retries in readGdbReply"

2015-07-26 Thread Nuno Santos
If it doesn’t happen on a empty project, you need to see what is going on on your project. Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 26 Jul 2015, at 15:08, maitai wrote: > > I am not sure. I recompile it all and also switched from c++ debugger to > qml debugger