[Qt-interest] QNetworkAccessManager and SIGPIPE
Jason Wood
jwood275 at googlemail.com
Mon Feb 22 14:04:09 CET 2010
Hi,
I'm working on an application which uses QNetworkAccessManager to upload
data to a web server, I'm using the latest Qt release (4.6.2) and I'm seeing
an issue which seems to stop my uploads permanently.
The scenario is:
Main thread starts and spawns a new thread to handle uploads.
Upload thread owns 3 QNetworkAccessManagers to upload simultaneously.
All 3 uploads begin as normal.
Main thread receives a SIGPIPE signal.
One of the 3 uploads now stops moving and never hits the finished() signal
with or without an error.
This only happens on OSX as the Windows build functions normally. Is there
anything that would cause this? Perhaps I've got a build setting wrong
somewhere? Is there anything more I can do to debug?
Thanks,
Jason.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100222/f0566e1a/attachment.html
More information about the Qt-interest-old
mailing list