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

test_multiprocessing_spawn is leaking memory #78034

Closed
pablogsal opened this issue Jun 13, 2018 · 2 comments
Closed

test_multiprocessing_spawn is leaking memory #78034

pablogsal opened this issue Jun 13, 2018 · 2 comments
Labels
3.8 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@pablogsal
Copy link
Member

BPO 33853
Nosy @vstinner, @pablogsal
Superseder
  • bpo-33735: test_multiprocessing_spawn leaked [1, 2, 1] memory blocks on AMD64 Windows8.1 Refleaks 3.7
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-06-13.19:40:16.599>
    created_at = <Date 2018-06-13.15:10:40.880>
    labels = ['3.8', 'type-bug', 'tests']
    title = 'test_multiprocessing_spawn is leaking memory'
    updated_at = <Date 2018-06-13.19:40:16.598>
    user = 'https://github.com/pablogsal'

    bugs.python.org fields:

    activity = <Date 2018-06-13.19:40:16.598>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-06-13.19:40:16.599>
    closer = 'serhiy.storchaka'
    components = ['Tests']
    creation = <Date 2018-06-13.15:10:40.880>
    creator = 'pablogsal'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33853
    keywords = ['buildbot']
    message_count = 2.0
    messages = ['319471', '319472']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'pablogsal']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '33735'
    type = 'behavior'
    url = 'https://bugs.python.org/issue33853'
    versions = ['Python 3.8']

    @pablogsal
    Copy link
    Member Author

    The test test_multiprocessing_spawn is leaking memory according to the x86 Gentoo Refleaks 3.x buildbot:

    x86 Gentoo Refleaks 3.x
    http://buildbot.python.org/all/#/builders/1/builds/253

    test_multiprocessing_spawn leaked [1, 2, 1] memory blocks, sum=4
    1 test failed again:
    test_multiprocessing_spawn

    x86 Gentoo Refleaks 3.7
    http://buildbot.python.org/all/#/builders/114/builds/135

    @pablogsal pablogsal added 3.8 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jun 13, 2018
    @vstinner
    Copy link
    Member

    Duplicate of bpo-33735.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants