Juan Navarro
Juan Navarro
Those backtraces are not very useful because debug symbols are not installed. Please do as suggested in the [Troubleshooting Media Server Crashes](https://doc-kurento.readthedocs.io/en/latest/user/troubleshooting.html#media-server-crashes) doc section, and [Install debug symbols](https://doc-kurento.readthedocs.io/en/latest/dev/dev_guide.html#dev-dbg) so we...
Note that with `ulimit -s` you are setting the **stack size limit** for the current shell and its child processes, not the *thread limit*: https://manpages.ubuntu.com/manpages/bionic/en/man1/sh.1.html The thread size limit is,...
The error > streaming task paused, reason not-negotiated comes from GStreamer and it is very common judging by the amount of results that come from a search. As far as...
The debug symbols seem to be correctly installed, as I can see Kurento source file names and line numbers. But the purpose of running with GDB was to let it...
Could you please test with the branch `bionic-gstreamer`? Instructions here: [Kurento 7.0 moving to GStreamer 1.14 in Bionic](https://groups.google.com/d/msg/kurento/VFNHvJHSxUQ/M0RYUUPQAQAJ) You can choose between `apt-get` or Docker image. **Docker is better**. If...
Could you check if the CPU rises to 100% just when the playback starts?
For 6.14.0 we worked on a performance issue that would cause CPU exhaustion when an Endpoint tried to disconnect from N Endpoints, for somewhat big N (depends on the machine,...
So this seems to come from GStreamer, which makes it a bit harder to debug. However I'll add this issue to the list of GStreamer 1.14 related topics, so we...
@MaxIasat Although I said that this doesn't look like a memory corruption bug, just in case, could you confirm if there were any further logs after the `-asan` image crashed?...
Please give us more info. Any obvious error in the logs?