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-arm Debug AllSubsets_Mono) failed Apr 27, 2024 in 6m 54s

Build linux-arm Debug AllSubsets_Mono 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-arm Debug AllSubsets_Mono)

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

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,34): error G61E8E90C: (NETCORE_ENGINEERING_TELEMETRY=Build) incompatible function pointer types passing 'CRYPTO_malloc_fn' (aka 'void *(*)(unsigned int, const char *, int)') to parameter of type 'void *(*)(size_t)' (aka 'void *(*)(unsigned int)') [-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-arm Debug AllSubsets_Mono)

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

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,50): error G61E8E90C: (NETCORE_ENGINEERING_TELEMETRY=Build) incompatible function pointer types passing 'CRYPTO_realloc_fn' (aka 'void *(*)(void *, unsigned int, const char *, int)') to parameter of type 'void *(*)(void *, size_t)' (aka 'void *(*)(void *, unsigned int)') [-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-arm Debug AllSubsets_Mono)

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

src/native/libs/System.Security.Cryptography.Native/openssl.c(1485,67): error G61E8E90C: (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-arm Debug AllSubsets_Mono)

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