You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 24.04, Python 3.12.3, torch 2.4.0+cu124
Simply having import torch in a test.py file, and using viztracer test.py gives me: Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
I agree segfault is probably not the way to go even if this is a bug of CPython, but we do have some assumptions in VizTracer (for example, a c_return always corresponds to a c_call, not a call), and if those assumptions are broken by CPython, we can't really figure out what's going on. So at this time, maybe just upgrade CPython?
Ubuntu 24.04, Python 3.12.3, torch 2.4.0+cu124
Simply having
import torch
in a test.py file, and usingviztracer test.py
gives me:Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: