Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dataverse): implement fix for data-verse upload crash #366

Conversation

jmurugan-fzj
Copy link
Contributor

  • Removed signal disconnect calls which leads to segmentation fault with the latest version of pyside6.
  • Connected finish and cancel signals with respective slots via DirectConnection for the slots to be executed in the calling thread itself(just flipping the respective flags used inside the threads).

…ith the latest version of pyside6.

- Connected finish and cancel signals with respective slots via DirectConnection for the slots to be executed in the calling thread itself(just flipping the respective flags used inside the threads).
@jmurugan-fzj jmurugan-fzj self-assigned this Nov 14, 2024
@jmurugan-fzj jmurugan-fzj added the bug Something isn't working label Nov 14, 2024
@jmurugan-fzj
Copy link
Contributor Author

@SteffenBrinckmann Could you please review this PR, this is the issue which I had discussed today.

@jmurugan-fzj jmurugan-fzj merged commit 7534359 into main Nov 15, 2024
11 checks passed
@jmurugan-fzj jmurugan-fzj deleted the 365-data-verse-parallel-uploads-throws-segmentation-fault-and-crashes-pasta-app branch November 15, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data-verse parallel uploads throws segmentation fault and crashes PASTA App
2 participants