-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[1.x] Fatal (internal) error in ../silk/float/LPC_analysis_filter_FLP.c, line 242: assertion failed: 0 #3327
Comments
Yes, it looks like a crash in libopus. Nothing we can do in Janus for sure. Try installing the library manually instead of from the repo to see if you get a different result. |
Just to let you know if someone else have the same problem. What we have found is that it happens randomly when switching between rooms with different sampling rate. When we switch only between rooms with same sampling rate, there is no problem at all. |
|
I left a script running in the background, and it crashed janus eventually
|
@Creiger I am unable to reproduce with the patch below, can you test it please?
|
@Creiger any update ? |
Hi sorry for no answer. We did not have time to test it yet. Will let you know ASAP. |
@Creiger ping 😁 |
@Creiger still nothing to report? |
@Creiger we have merged the fix since it fixed the issue for us. |
What version of Janus is this happening on?
1201 (1.2.1)
Compiled with package: libopus-dev (1.3.1-0.1)
Audiobridge
Have you tested a more recent version of Janus too?
Yes
Was this working before?
Not sure
Is there a gdb or libasan trace of the issue?
Fatal (internal) error in ../silk/float/LPC_analysis_filter_FLP.c, line 242: assertion failed: 0
Additional context
This fatal error appears few times per day. It depends on number or type of clients connected, we cannot tell for sure. We think it has something to do with opus codec?
The text was updated successfully, but these errors were encountered: