[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] Mac with Retina Display - Look is "Pixilated" with Qt-5.4.2

2015-07-26 Thread Robert Iakobashvili
Regards, Robert On Fri, Jul 24, 2015 at 4:48 PM, Robert Iakobashvili wrote: > On Fri, Jul 24, 2015 at 2:36 PM, Till Oliver Knoll > wrote: >> >>> Am 22.07.2015 um 08:43 schrieb Robert Iakobashvili : >>> >>> On Wed, Jul 22, 2015 at 9:16 AM, Hamish Moffatt >>> wrote: On 22/07/15 15:52, Rober

Re: [Interest] building Qt 4.8.7 with gcc 5 and link-time optimisation on Linux

2015-07-26 Thread René J . V . Bertin
Thiago Macieira wrote: >> %> clang -dM -E -xc /dev/null | fgrep -i SSE >> #define __SSE2_MATH__ 1 >> #define __SSE2__ 1 >> #define __SSE3__ 1 >> #define __SSE_MATH__ 1 >> #define __SSE__ 1 >> #define __SSSE3__ 1 > > This confirms it enables SSS3 by default, but not SSE4.1. I didn't check this y

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

[Interest] QProcess::execute never returning (5.4/5.5 behaviour change)

2015-07-26 Thread Alejandro Exojo
Hi. I have one application on Mac with one line like the following: result = QProcess::execute("/sbin/umount", QStringList() << m_mountedPath); That stopped working one day, and I could not figure out why. The process is executed and runs successfully (I can see it unmounts), but it never retur

Re: [Interest] building Qt 4.8.7 with gcc 5 and link-time optimisation on Linux

2015-07-26 Thread Thiago Macieira
On Sunday 26 July 2015 12:24:04 René J. V. Bertin wrote: > Thiago Macieira wrote: > >> %> clang -dM -E -xc /dev/null | fgrep -i SSE > >> #define __SSE2_MATH__ 1 > >> #define __SSE2__ 1 > >> #define __SSE3__ 1 > >> #define __SSE_MATH__ 1 > >> #define __SSE__ 1 > >> #define __SSSE3__ 1 > > > > This

Re: [Interest] QProcess::execute never returning (5.4/5.5 behaviour change)

2015-07-26 Thread Thiago Macieira
On Sunday 26 July 2015 19:11:55 Alejandro Exojo wrote: > This works perfectly fine in a test case that just calls execute(), so I > think the issue is that I'm using the FUSE library. That library calls fork > and exec, and at some point sets up SIGCHLD in a way that probably prevents > QProcess fr

Re: [Interest] Dynamic translation

2015-07-26 Thread André Somers
Op 24-7-2015 om 16:38 schreef Graham Labdon: > Hi > My Qt application supports dynamic translation IE the user can change > languages whilst the application is running > > Now I have a need to find the English equivalent of a translated string and > don't seem to be able to find a way > > For exa