Skip to content

cmake build test error on macOS #3058

Description

@leafok88

During build / test from source (version 3.3.6) with CMake on macOS, 1 of 33 tests failed. The error message was as below.

32/33 Test #34: test_event .......................Subprocess aborted***Exception: 0.01 sec
Assertion failed: (bind(fd, (struct sockaddr *)&address, sizeof(address)) == 0), function main, file test_event.c, line 56.

  Start 35: test_resolv_async

97% tests passed, 1 tests failed out of 33

The following tests FAILED:
34 - test_event (Subprocess aborted) unit
Errors while running CTest

The command executed:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
ctest --test-dir build -L 'unit|vendor' --output-on-failure

Testing environment:
cmake version 4.4.3
Darwin Kernel Version 25.6.0: arm64

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions