Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hooks to debug OpenSSL memory #101626

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

1.x

ea6ac3f
Select commit
Failed to load commit list.
Open

add hooks to debug OpenSSL memory #101626

1.x
ea6ac3f
Select commit
Failed to load commit list.
Azure Pipelines / runtime (Build linux-x64 Debug AllSubsets_Mono_LLVMJIT) failed Apr 27, 2024 in 6m 54s

Build linux-x64 Debug AllSubsets_Mono_LLVMJIT failed

Annotations

Check failure on line 1485 in src/native/libs/System.Security.Cryptography.Native/openssl.c

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-x64 Debug AllSubsets_Mono_LLVMJIT)

src/native/libs/System.Security.Cryptography.Native/openssl.c#L1485

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,34): error G8B5AA271: (NETCORE_ENGINEERING_TELEMETRY=Build) incompatible function pointer types passing 'CRYPTO_malloc_fn' (aka 'void *(*)(unsigned long, const char *, int)') to parameter of type 'void *(*)(size_t)' (aka 'void *(*)(unsigned long)') [-Werror,-Wincompatible-function-pointer-types-strict]

Check failure on line 1485 in src/native/libs/System.Security.Cryptography.Native/openssl.c

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-x64 Debug AllSubsets_Mono_LLVMJIT)

src/native/libs/System.Security.Cryptography.Native/openssl.c#L1485

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,50): error G8B5AA271: (NETCORE_ENGINEERING_TELEMETRY=Build) incompatible function pointer types passing 'CRYPTO_realloc_fn' (aka 'void *(*)(void *, unsigned long, const char *, int)') to parameter of type 'void *(*)(void *, size_t)' (aka 'void *(*)(void *, unsigned long)') [-Werror,-Wincompatible-function-pointer-types-strict]

Check failure on line 1485 in src/native/libs/System.Security.Cryptography.Native/openssl.c

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-x64 Debug AllSubsets_Mono_LLVMJIT)

src/native/libs/System.Security.Cryptography.Native/openssl.c#L1485

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,67): error G8B5AA271: (NETCORE_ENGINEERING_TELEMETRY=Build) incompatible function pointer types passing 'CRYPTO_free_fn' (aka 'void (*)(void *, const char *, int)') to parameter of type 'void (*)(void *)' [-Werror,-Wincompatible-function-pointer-types-strict]

Check failure on line 67 in src/native/libs/build-native.proj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-x64 Debug AllSubsets_Mono_LLVMJIT)

src/native/libs/build-native.proj#L67

src/native/libs/build-native.proj(67,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""/__w/1/s/src/native/libs/build-native.sh" x64 Debug outconfig net9.0-linux-Debug-x64 -os linux -numproc 4 -cross " exited with code 2.