-
Notifications
You must be signed in to change notification settings - Fork 689
Segmentation Fault #3453
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
Comments
Hi @zanussbaum This looks like data-dependent issue. The code path is tested in many places, and I have never seen this. |
@mthrok Hm that's weird. I'm able to load the same file in I've tested it by running the example in ImageBind and I am able to get a forward pass to work with 1.13 but not 2.1 for the following code
Although I should note that to get this working with torchaudio 1.13, I had to switch machines as the H100s (IIUC) use a different instruction set and require torch 2.0.0 > to use the GPUs effectively. But I was using the same audio file in the repo above |
Hm this now seems to work with
Closing as this seems to be resolved |
This needs to be reopened. Facing the same issue on multiple systems, even with the versions mentioned above. Here is one my files: 00000_mixture.flac.tar.gz Both import torchaudio
torchaudio.info('00000_mixture.flac') # Segmentation fault I have no problem with earlier nightly versions, e.g. this works fine:
I did not try and find which nightly version introduced the bug though. |
Mmh nevermind, latest nightly builds works for me. Weird. |
🐛 Describe the bug
returns
Segmentation fault (core dumped)
Running
gdb --args python -c "import torchaudio; torchaudio.load('.assets/bird_audio.wav')"
shows the following stack trackVersions
Here is my
ffmpeg
version also as it seems that in #3411 that it needs to be < 5The text was updated successfully, but these errors were encountered: