-
Notifications
You must be signed in to change notification settings - Fork 298
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
DBG: Add debug logs to track down segfault #2423
Conversation
This PR bumps up the Docker image base to Ubuntu Focal LTS (20.04). As a result, a number of packages were updated, including: - AFNI - FSL - Connectome Workbench - Graphviz - Pandoc Furthermore, Python was bumped to 3.8.x, and many of its packages were "modernized" accordingly.
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
bb61abb
to
e16bc4c
Compare
With
With our own
Seems it's a thread spawned by sentry that's causing problems, regardless of how it's killed. Have a hunch that it's a result of getsentry/sentry-python#994, so pinning <1.0.0 (see https://github.com/getsentry/sentry-python/releases/tag/1.0.0). |
Giving up for now. Will leave open in case someone wants to try to pick it up, but feel free to close it. |
1488f04
to
827a920
Compare
@mgxd It's not Sentry... I think it may be nipype. |
this can be closed since #2409 is in |
Adjunct to #2409.