Skip to content

Fix possible SIGSGV when asyncio.Future is created in __del__ #77804

@1st1

Description

@1st1
BPO 33623
Nosy @vstinner, @ned-deily, @asvetlov, @serhiy-storchaka, @1st1, @miss-islington, @pbasista
PRs
  • bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ #7080
  • [3.7] bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080) #7151
  • [3.6] bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080) #7152
  • Files
  • uvloop-test.gdb-backtrace.txt: GDB backtrace showing the assertion failure while using uvloop
  • 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-05-29.15:16:35.878>
    created_at = <Date 2018-05-23.18:55:46.468>
    labels = ['3.7', '3.8', 'release-blocker', 'type-crash', 'expert-asyncio']
    title = 'Fix possible SIGSGV when asyncio.Future is created in __del__'
    updated_at = <Date 2018-05-29.15:16:35.877>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2018-05-29.15:16:35.877>
    actor = 'yselivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-29.15:16:35.878>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2018-05-23.18:55:46.468>
    creator = 'yselivanov'
    dependencies = []
    files = ['47619']
    hgrepos = []
    issue_num = 33623
    keywords = ['patch']
    message_count = 12.0
    messages = ['317437', '317440', '317441', '317444', '317602', '317658', '317858', '317863', '317864', '317868', '317930', '318026']
    nosy_count = 7.0
    nosy_names = ['vstinner', 'ned.deily', 'asvetlov', 'serhiy.storchaka', 'yselivanov', 'miss-islington', 'pbasista']
    pr_nums = ['7080', '7151', '7152']
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue33623'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions