Hi there
Anyone else got this issue besides me? It seems I can’t even get an useful asan dump. I’m not able to figure out what could cause the process to create such an excessive number of threads to hit the kernel limit of 4 million. So weird, got it on 3 different instances of janus running the same build number, and really close as time:
Apr 26 15:20:40 janus9vm janus[1780]: Janus version: 1203 (1.2.3)
Apr 26 15:20:40 janus9vm janus[1780]: Janus commit: 263f1b0ac1d1a4c12c4fa18d675a85234a005118
Apr 26 15:20:40 janus9vm janus[1780]: Compiled on: Fri 26 Apr 2024 02:19:46 PM CEST
May 27 20:32:20 janus9vm janus[1780]: ==1780==AddressSanitizer: Thread limit (4194304 threads) exceeded. Dying.
May 27 20:32:20 janus9vm systemd[1]: janus.service: Main process exited, code=exited, status=1/FAILURE
Apr 26 12:30:01 janus7vm janus[1804]: Janus version: 1203 (1.2.3)
Apr 26 12:30:01 janus7vm janus[1804]: Janus commit: 263f1b0ac1d1a4c12c4fa18d675a85234a005118
Apr 26 12:30:01 janus7vm janus[1804]: Compiled on: Fri 26 Apr 2024 10:34:41 AM CEST
May 28 01:40:44 janus7vm janus[1804]: ==1804==AddressSanitizer: Thread limit (4194304 threads) exceeded. Dying.
May 28 01:40:44 janus7vm systemd[1]: janus.service: Main process exited, code=exited, status=1/FAILURE
Apr 26 15:33:57 janus2vm janus[1739]: Janus version: 1203 (1.2.3)
Apr 26 15:33:57 janus2vm janus[1739]: Janus commit: 263f1b0ac1d1a4c12c4fa18d675a85234a005118
Apr 26 15:33:57 janus2vm janus[1739]: Compiled on: Fri 26 Apr 2024 03:30:46 PM CEST
May 28 07:43:47 janus2vm janus[1739]: ==1739==AddressSanitizer: Thread limit (4194304 threads) exceeded. Dying.
May 28 07:43:48 janus2vm systemd[1]: janus.service: Main process exited, code=exited, status=1/FAILURE
I wonder if anyone else encountered this.