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

Closed
wants to merge 24 commits into from

1.x

ea6ac3f
Select commit
Loading
Failed to load commit list.
Closed

add hooks to debug OpenSSL memory #101626

1.x
ea6ac3f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build linux-arm64 Release AllSubsets_Mono_LLVMAOT) failed Apr 27, 2024 in 9m 36s

Build linux-arm64 Release AllSubsets_Mono_LLVMAOT 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-arm64 Release AllSubsets_Mono_LLVMAOT)

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

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,34): error GAD44F555: (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-arm64 Release AllSubsets_Mono_LLVMAOT)

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

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,50): error GAD44F555: (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-arm64 Release AllSubsets_Mono_LLVMAOT)

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

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,67): error GAD44F555: (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-arm64 Release AllSubsets_Mono_LLVMAOT)

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" arm64 Release outconfig net9.0-linux-Release-arm64 -os linux -numproc 4 -cross " exited with code 2.