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

Segmentation fault on CusolverLUSolver #634

Open
shengtsui opened this issue Dec 9, 2023 · 1 comment
Open

Segmentation fault on CusolverLUSolver #634

shengtsui opened this issue Dec 9, 2023 · 1 comment

Comments

@shengtsui
Copy link

❓ Questions and Help

I got this error when running unit test.

tests/theseus_tests/extlib/test_cusolver_lu_solver.py Fatal Python error: Segmentation fault

Current thread 0x00007fd0e5137740 (most recent call first):
  File "/home/stsui/theseus/tests/theseus_tests/extlib/test_cusolver_lu_solver.py", line 56 in check_lu_solver
  File "/home/stsui/theseus/tests/theseus_tests/extlib/test_cusolver_lu_solver.py", line 86 in test_lu_solver_1
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/python.py", line 194 in pytest_pyfunc_call
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 77 in _multicall
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_manager.py", line 115 in _hookexec
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_hooks.py", line 493 in __call__
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/python.py", line 1792 in runtest
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/runner.py", line 169 in pytest_runtest_call
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 77 in _multicall
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_manager.py", line 115 in _hookexec
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_hooks.py", line 493 in __call__
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/runner.py", line 262 in <lambda>
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/runner.py", line 341 in from_call
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/runner.py", line 261 in call_runtest_hook
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/runner.py", line 222 in call_and_report
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/runner.py", line 133 in runtestprotocol
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/runner.py", line 114 in pytest_runtest_protocol
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 77 in _multicall
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_manager.py", line 115 in _hookexec
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_hooks.py", line 493 in __call__
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/main.py", line 350 in pytest_runtestloop
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 77 in _multicall
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_manager.py", line 115 in _hookexec
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_hooks.py", line 493 in __call__
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/main.py", line 325 in _main
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/main.py", line 271 in wrap_session
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/main.py", line 318 in pytest_cmdline_main
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_callers.py", line 77 in _multicall
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_manager.py", line 115 in _hookexec
  File "/home/stsui/.local/lib/python3.10/site-packages/pluggy/_hooks.py", line 493 in __call__
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 169 in main
  File "/home/stsui/.local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 192 in console_main
  File "/home/stsui/.local/lib/python3.10/site-packages/pytest/__main__.py", line 5 in <module>
  File "/usr/lib/python3.10/runpy.py", line 86 in _run_code
  File "/usr/lib/python3.10/runpy.py", line 196 in _run_module_as_main
@luisenp
Copy link
Contributor

luisenp commented Jan 10, 2024

HI @shengtsui. Are you still having this error? Can you share details of your installation? Did you install theseus from source or from pypi? What's your CUDA version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants