現在、繰り返しタイマーで 4 つの異なる時間に呼び出される 4 つの QNetworkAccessManagers を持つアプリケーションがあります。私が電話するマネージャーと一緒に投稿/再読する時が来たら:
例:
reply = manager#->get(QNetworkRequest(QUrl(URL)));
タイマーは次の間隔で期限切れになります:
Manager1 - 10s
Manager2 - 15s
Manager3 - 90s
Manager4 - 300s
これはうまくいきます。ただし、この実行を何日も続けた後、4 つのうちの 1 つから返信を受け取った後、
can't find linker symbol for virtual table for `QDynamicMetaObjectData' value
found `QXmlUtils::isPublicID(QString const&)' instead
Couldn't restore frame #2 in current thread, at reparsed frame #0
Couldn't restore frame #2 in current thread, at reparsed frame #0
あるいは単に
Couldn't restore frame #1 in current thread, at reparsed frame #0
Couldn't restore frame #1 in current thread, at reparsed frame #0
Couldn't restore frame #1 in current thread, at reparsed frame #0
Couldn't restore frame #1 in current thread, at reparsed frame #0
その後、プログラムがクラッシュします。私の質問は: 誰もこれを見たことがありますか?