You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ingress for very long run > 10 days, there was an issue where threads seem to get blocked on read syscall. The backtrace of thread in question :
[Switching to thread 11 (Thread 0x7cc576000700 (LWP 22))]
#0 __libc_read (nbytes=5, buf=0x7cc54804fcc3, fd=13) at ../sysdeps/unix/sysv/linux/read.c:26
26 ../sysdeps/unix/sysv/linux/read.c: No such file or directory.
(gdb) bt
#0 __libc_read (nbytes=5, buf=0x7cc54804fcc3, fd=13) at ../sysdeps/unix/sysv/linux/read.c:26
#1 __libc_read (fd=13, buf=0x7cc54804fcc3, nbytes=5) at ../sysdeps/unix/sysv/linux/read.c:24
#2 0x00007cc5d219b531 in sock_read () from /usr/lib64/libcrypto.so.3
#3 0x00007cc5d218e72f in bread_conv () from /usr/lib64/libcrypto.so.3
#4 0x00007cc5d218c477 in BIO_read () from /usr/lib64/libcrypto.so.3
#5 0x00007cc5d269d523 in tls_default_read_n () from /usr/lib64/libssl.so.3
#6 0x00007cc5d269d8b1 in tls_get_more_records () from /usr/lib64/libssl.so.3
#7 0x00007cc5d269c72a in tls_read_record () from /usr/lib64/libssl.so.3
#8 0x00007cc5d2694fe5 in ssl3_read_bytes () from /usr/lib64/libssl.so.3
#9 0x00007cc5d26baf07 in tls_get_message_header () from /usr/lib64/libssl.so.3
#10 0x00007cc5d26ae1c3 in state_machine () from /usr/lib64/libssl.so.3
#11 0x00007cc5d26404ba in SSL_do_handshake () from /usr/lib64/libssl.so.3
#12 0x0000000001999bef in proxy_ssl_accept (ssl=0x7cc5480380e0, fd=13) at sockproxy.c:1735
#13 0x000000000199a9af in proxy_notifier (fd=14, type=(unknown: 0), priv=0x7cc530055170) at sockproxy.c:2038
#14 0x000000000199c092 in notify_run (ctx=0x7cc580a00010, thread=2) at notify.c:471
#15 0x000000000199c114 in notify_run_worker (arg=0x7cc560000e50) at notify.c:487
#16 0x00007cc5d205d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#17 0x00007cc5d1f80353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
The text was updated successfully, but these errors were encountered:
Running ingress for very long run > 10 days, there was an issue where threads seem to get blocked on read syscall. The backtrace of thread in question :
The text was updated successfully, but these errors were encountered: