meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.25k stars 2.48k forks source link

[1.x] Janus docker container restarts #3429

Closed Denis155 closed 1 month ago

Denis155 commented 1 month ago

What version of Janus is this happening on? Janus version: 1300 (1.3.0)

Have you tested a more recent version of Janus too? No, we are using the latest version

Additional context Hello I have a problem. Docker container with Janus sometimes restarts. I can't find the reason for this. Are there any errors in the log file that can cause the restart? janus.log The restart usually occurs during periods of most intensive use of the video room plugin. Last restart time [Mon Sep 16 12:27:02 2024]

atoppi commented 1 month ago

v1.3.0 is (still) not provided by us. Closing since we can not help with problems affecting unofficial releases

atoppi commented 1 month ago

Sorry for the misunderstanding, I did not recall that v1.3.0 is the next planned release.

atoppi commented 1 month ago

Well actually there is a very large number of errors in the log file, but nothing seems to directly relate to a crash or similar.

You could try running the server with sanitizers in order to check if some fatal condition is being encountered during the execution.

Denis155 commented 1 month ago

I'll try, thanks.