Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
5.4.0
-
None
-
Embedded Linux Kernel 2.6.37.6-4.0-20140320-S
Description
Client and Server are both Embedded Linux Kernel 2.6.37.6-4.0-20140320-S.
Client and Server communicate via HTTP
Client uses: QNetworkAccessManager::post()
Client and Server use SSL RSA
When Client has not received a reply from the server after a timeout, client calls QNetworkReply::abort() on the pending request
Client crashes randomly (from time to time after having run for a while) as follows:
Call list in caller order, last function listed is error location
-------------------- Call Trace --------------------
[QEventDispatcherUNIX::activateSocketNotifiers()]
_[QCoreApplication::notifyInternal(QObject*,]
_[QCoreApplication::notify(QObject*,]
_[QWriteNotifier::event(QEvent*)]
_[QAbstractSocketPrivate::_q_testConnection()]
_[QAbstractSocketPrivate::fetchConnectionParameters()]
_[QMetaObject::activate(QObject*,]
_[QSslSocketPrivate::_q_connectedSlot()]
_[QMetaObject::activate(QObject*,] _[QHttpNetworkConnectionChannel::qt_static_metacall(QObject*,]
_[QHttpNetworkConnectionChannel::_q_connected()]
_[QHttpNetworkConnectionChannel::sendRequest()]
-------------------- End Call Trace --------------------