-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 4.4.4
-
Fix Version/s: NoFixVersionApplicable
-
Component/s: Direct Transfer, GUI
-
Epic Link:
.Scenario:
- Uploading 1,000 small files.
- Pause one transfer and click on "Cancel".
Results:
Object 0x7fb349735810 destroyed while one of its QML signal handlers is in progress. Most likely the object was deleted synchronously (use QObject::deleteLater() instead), or the application is running a nested event loop. This behavior is NOT supported! file:///.../data/qml/TransferItem.qml:91: function() { [native code] } 37912 Killed: 9 ${PYTHON_OPT} -m nxdrive
I tried to decorate the impacted code with a try/catch blok, without effect.
- duplicates
-
NXDRIVE-2379 Review how the GUI is repainted to fix a crash
- Resolved