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

OrderedDict: crash with threads #68549

Closed
skrah mannequin opened this issue Jun 2, 2015 · 3 comments
Closed

OrderedDict: crash with threads #68549

skrah mannequin opened this issue Jun 2, 2015 · 3 comments
Assignees
Labels
extension-modules C modules in the Modules dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@skrah
Copy link
Mannequin

skrah mannequin commented Jun 2, 2015

BPO 24361
Nosy @rhettinger, @gpshead, @ncoghlan, @pitrou, @scoder, @ericvsmith, @tiran, @benjaminp, @ned-deily, @ezio-melotti, @merwok, @alex, @asvetlov, @skrah, @florentx, @markshannon, @ericsnowcurrently, @JimJJewett, @serhiy-storchaka, @1st1, @westurner, @refi64, @MojoVampire
Files
  • crash-th.py
  • 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 = 'https://github.com/ericsnowcurrently'
    closed_at = <Date 2015-06-03.16:56:46.196>
    created_at = <Date 2015-06-02.10:02:57.649>
    labels = ['extension-modules', 'type-crash']
    title = 'OrderedDict: crash with threads'
    updated_at = <Date 2015-06-03.16:56:46.195>
    user = 'https://github.com/skrah'

    bugs.python.org fields:

    activity = <Date 2015-06-03.16:56:46.195>
    actor = 'eric.snow'
    assignee = 'eric.snow'
    closed = True
    closed_date = <Date 2015-06-03.16:56:46.196>
    closer = 'eric.snow'
    components = ['Extension Modules']
    creation = <Date 2015-06-02.10:02:57.649>
    creator = 'skrah'
    dependencies = []
    files = ['39595']
    hgrepos = []
    issue_num = 24361
    keywords = []
    message_count = 3.0
    messages = ['244661', '244713', '244774']
    nosy_count = 29.0
    nosy_names = ['rhettinger', 'gregory.p.smith', 'ncoghlan', 'pitrou', 'scoder', 'eric.smith', 'christian.heimes', 'benjamin.peterson', 'ned.deily', 'ezio.melotti', 'eric.araujo', 'mrabarnett', 'Arfrever', 'alex', 'asvetlov', 'skrah', 'flox', 'BreamoreBoy', 'Mark.Shannon', 'python-dev', 'eric.snow', 'Jim.Jewett', 'serhiy.storchaka', 'yselivanov', 'westurner', 'refi64', 'josh.r', 'tonn81', 'introom']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue24361'
    versions = ['Python 3.6']

    @skrah
    Copy link
    Mannequin Author

    skrah mannequin commented Jun 2, 2015

    I tried to disprove my own claim of unreachable code in resize()/get_index() using a convoluted threaded test case.

    The code still fails to be reached, but another segfault turned up.

    @skrah skrah mannequin added extension-modules C modules in the Modules dir type-crash A hard crash of the interpreter, possibly with a core dump labels Jun 2, 2015
    @ericsnowcurrently
    Copy link
    Member

    FYI, this doesn't crash when I have the patch from bpo-24362 applied.

    @ericsnowcurrently ericsnowcurrently self-assigned this Jun 2, 2015
    @ericsnowcurrently
    Copy link
    Member

    This has been fixed via bpo-24362.

    @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
    extension-modules C modules in the Modules dir type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant