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

[4.4.0] test_field_cut_off_axis_octree crashes on i386 #5055

Open
olebole opened this issue Nov 12, 2024 · 1 comment
Open

[4.4.0] test_field_cut_off_axis_octree crashes on i386 #5055

olebole opened this issue Nov 12, 2024 · 1 comment
Labels
bug tests: running tests Issues with the test setup
Milestone

Comments

@olebole
Copy link
Contributor

olebole commented Nov 12, 2024

Bug report

Bug summary

When running yt/visualization/tests/test_offaxisprojection.py::test_field_cut_off_axis_octree during the build on a 32-bit Intel platform, I get a segmentation fault.

Actual outcome

yt/visualization/tests/test_offaxisprojection.py::test_field_cut_off_axis_octree Fatal Python error: Segmentation fault
Thread 0xefc39b40 (most recent call first):
  File "/usr/lib/python3.12/threading.py", line 359 in wait
  File "/usr/lib/python3.12/threading.py", line 655 in wait
  File "/usr/lib/python3/dist-packages/tqdm/_monitor.py", line 60 in run
  File "/usr/lib/python3.12/threading.py", line 1075 in _bootstrap_inner
  File "/usr/lib/python3.12/threading.py", line 1032 in _bootstrap
Thread 0xf7b91940 (most recent call first):
  File "/builds/debian-astro-team/yt/debian/output/source_dir/.pybuild/cpython3_3.12_yt/build/yt/visualization/volume_rendering/off_axis_projection.py", line 473 in off_axis_projection
  File "/builds/debian-astro-team/yt/debian/output/source_dir/.pybuild/cpython3_3.12_yt/build/yt/visualization/fixed_resolution.py", line 643 in _generate_image_and_mask
[…]

Full build and test log
This is reproducible.

Expected outcome

Tests should not crash-

Version Information

  • Operating System: Debian unstable, i386
  • Python Version: 3.12.7
  • yt version: 4.4.0
  • Other Libraries (if applicable): (unsure which were of interest here)

Python and all dependencies are installed as packages from Debian unstable, yt is taken as source from PyPI and built during the packaging.

@neutrinoceros neutrinoceros added the tests: running tests Issues with the test setup label Nov 13, 2024
@neutrinoceros neutrinoceros added this to the 4.4.1 milestone Nov 13, 2024
@neutrinoceros
Copy link
Member

Hum, this test isn't new (or changed since yt 4.3.1), so I don't have an immediate idea of where to look.
@cphyc, this looks up your alley, any clues ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug tests: running tests Issues with the test setup
Projects
None yet
Development

No branches or pull requests

2 participants