8000 ``test_capi`` leaks references · Issue #125512 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

test_capi leaks references #125512

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

Closed
Eclips4 opened this issue Oct 15, 2024 · 3 comments
Closed

test_capi leaks references #125512

Eclips4 opened this issue Oct 15, 2024 · 3 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@Eclips4
Copy link
Member
Eclips4 commented Oct 15, 2024

Bug report

Bug description:

admin@Admins-MacBook-Air ~/p/cpython (main)> ./python.exe -m test -R 3:3 test_capi
Using random seed: 2315181180
0:00:00 load avg: 88.93 Run 1 test sequentially in a single process
0:00:00 load avg: 88.93 [1/1] test_capi
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
123:456
XXX XXX
test_capi leaked [10838, 10834, 10838] references, sum=32510
test_capi leaked [8036, 8034, 8036] memory blocks, sum=24106
test_capi failed (reference leak) in 43.4 sec

== Tests result: FAILURE ==

1 test failed:
    test_capi

Total duration: 43.4 sec
Total tests: run=985 skipped=67
Total test files: run=1/1 failed=1
Result: FAILURE

CPython versions tested on:

CPython main branch

Operating systems tested on:

macOS

Linked PRs

@Eclips4 Eclips4 added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir labels Oct 15, 2024
@Eclips4
Copy link
Member Author
Eclips4 commented Oct 15, 2024

Bisected to 843d28f

@Eclips4
Copy link
Member Author
Eclips4 commented Oct 15, 2024

cc @rhansen

@Eclips4
Copy link
Member Author
Eclips4 commented Oct 15, 2024

FYI, I'm going to revert it to make the buildbots green. We can later revert the revert with the actual fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant
0