On Friday 03 October 2014 14:23:33 william.croc...@analog.com wrote:
> > If you could at least give me a line number of where waitForFinished is
> > crashing, I might be able to give you some hypotheses.
>
> I assume that requires I compile the host file with debug.
> Are there any tricks to copyi
>
> If you could at least give me a line number of where waitForFinished is
> crashing, I might be able to give you some hypotheses.
>
I assume that requires I compile the host file with debug.
Are there any tricks to copying a file out of the Qt source tree
into my space and compiling that one fi
On Friday 03 October 2014 11:12:24 Bill Crocker wrote:
> Hello:
>
> I have a multi-threaded, server application
> which has been crashing in QProcess::waitForFinished(int)
> The frequency is low compared to the work the
> application does, but it *is* happening.
>
> A back trace shows all other t
Dear all,
I am writing large XML files with QXmlStreamWriter.
Some parts of the file contain large lists of numbers as text data. Even
with auto formatting on, the writer does not insert line breaks and it
results in huge lines, which are not very text-editor friendly.
I have tried writeCharacter
Hello:
I have a multi-threaded, server application
which has been crashing in QProcess::waitForFinished(int)
The frequency is low compared to the work the
application does, but it *is* happening.
A back trace shows all other threads waiting
for something to do. Running with debug is not
an option
On Thursday 02 October 2014 20:44:21 Till Oliver Knoll wrote:
> Am 02.10.14 20:19, schrieb Keith Gardner:
> > ...
> >
> > "Could not resolve SDK path for 'macosx10.8'"
> >
> > I set the qmake variable QMAKE_MAC_SDK to "macosx10.10". This fixed the
> > problem with XCode 6.* for me.
>
> Yes,