Describe the bug
After the upgrade of PySide6 (any version after 6.7.3), parallel uploads of projects in Data-verse tool leads to segmentation fault and crashes the whole application.
Steps To Reproduce
Steps to reproduce the behavior:
Install the latest version of PASTA App from the main branch.
Run the PASTA application
Create multiple test projects in PASTA
Go to System | Dataverse Configuration, Do the dataverse configuration as needed.
Go to System | Upload to dataverse, make sure to define the minimally required metadata
Select Multiple project and click "Start Upload" button.
The project uploads start and in some seconds, the app hangs and crashes throwing the following error:
Expected behavior
Parallel uploads of multiple projects should succeed without throwing any segmentation fault.
Screenshots
Provided above.
Desktop (please complete the following information):
Describe the bug After the upgrade of PySide6 (any version after 6.7.3), parallel uploads of projects in Data-verse tool leads to segmentation fault and crashes the whole application.
Steps To Reproduce Steps to reproduce the behavior:
Expected behavior Parallel uploads of multiple projects should succeed without throwing any segmentation fault.
Screenshots Provided above.
Desktop (please complete the following information):
Additional context The default behavior of Signal-Slot communication changed after the PySide6=6.7.3 version and hence leading to these problems.