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
$ gdb --args bin/Runner.Listener run
...
Thread 12 ".NET TP Worker" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff74a00640 (LWP 3352941)]
0x00007ffff278f946 in SSL_CTX_set_cipher_list () from /lib/x86_64-linux-gnu/libssl.so.3
(gdb) bt
#0 0x00007ffff278f946 in SSL_CTX_set_cipher_list () from /lib/x86_64-linux-gnu/libssl.so.3
#1 0x00007ffff3ca6f6b in CryptoNative_EnsureLibSslInitialized () from bin/libSystem.Security.Cryptography.Native.OpenSsl.so
#2 0x00007fff7bc28a4f in ?? ()
#3 0x000000001d3b6774 in ?? ()
#4 0x00007ffff76723d8 in ?? () from bin/libcoreclr.so
Platforms affected
Azure DevOps
GitHub Actions - Standard Runners
GitHub Actions - Larger Runners
Runner images affected
Ubuntu 20.04
Ubuntu 22.04
Ubuntu 24.04
macOS 13
macOS 13 Arm64
macOS 14
macOS 14 Arm64
macOS 15
macOS 15 Arm64
Windows Server 2019
Windows Server 2022
Windows Server 2025
Image version and build link
actions-runner-linux-x64-2.321.0
Is it regression?
no
Expected behavior
Won't crash.
Actual behavior
$ ./run.sh
run-helper.sh: line 36: 3354305 Segmentation fault (core dumped) "$DIR"/bin/Runner.Listener run $*
Exiting with unknown error code: 139
Exiting runner...
Repro steps
$ ./run.sh
The text was updated successfully, but these errors were encountered:
Description
Platforms affected
Runner images affected
Image version and build link
actions-runner-linux-x64-2.321.0
Is it regression?
no
Expected behavior
Won't crash.
Actual behavior
Repro steps
The text was updated successfully, but these errors were encountered: