-
Notifications
You must be signed in to change notification settings - Fork 3k
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
segfaults when comiled with clang 3.4.2 #1570
Comments
The working run in gdb:
|
The backtrace:
|
mpv -v:
|
I can't reproduce, though I tried with clang 3.5. |
I agree. I bit the bullet and now have the shiny new clang 3.5 and the problem disappeared in my setting as well. |
We never knew what caused this (clang codegen bug somewhat likely), and the code causing this has been removed from git master anyway. |
There seems to be a problem in the audio filters. All files I tried lead to segfault when audio is enabled. I can't say if it's due to a bug in clang or it's just hidden with gcc (where everything works just right).
mpv does not segfault when run in gdb, however then audio is disabled.
I'll attach the run in gdb, a backtrace and the actual run with verbose enabled.
This is not completely new to me with mpv, I had that problem about half a year ago but went with compiling with gcc.
The text was updated successfully, but these errors were encountered: