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

Eval Recursion SIGSEGV #59651

Closed
senyai mannequin opened this issue Jul 25, 2012 · 1 comment
Closed

Eval Recursion SIGSEGV #59651

senyai mannequin opened this issue Jul 25, 2012 · 1 comment
Labels
type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@senyai
Copy link
Mannequin

senyai mannequin commented Jul 25, 2012

BPO 15446
Nosy @senyai
Superseder
  • bpo-5765: stack overflow evaluating eval("()" * 30000)
  • 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 2012-07-25.11:38:44.927>
    created_at = <Date 2012-07-25.09:51:56.171>
    labels = ['type-crash']
    title = 'Eval Recursion SIGSEGV'
    updated_at = <Date 2012-07-25.11:38:44.926>
    user = 'https://github.com/senyai'

    bugs.python.org fields:

    activity = <Date 2012-07-25.11:38:44.926>
    actor = 'r.david.murray'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-07-25.11:38:44.927>
    closer = 'r.david.murray'
    components = ['None']
    creation = <Date 2012-07-25.09:51:56.171>
    creator = 'senyai'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 15446
    keywords = []
    message_count = 1.0
    messages = ['166378']
    nosy_count = 1.0
    nosy_names = ['senyai']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '5765'
    type = 'crash'
    url = 'https://bugs.python.org/issue15446'
    versions = ['Python 2.7', 'Python 3.3']

    @senyai
    Copy link
    Mannequin Author

    senyai mannequin commented Jul 25, 2012

    a=lambda:a
    print eval("a" + "()" * 999999)

    @senyai senyai mannequin added the type-crash A hard crash of the interpreter, possibly with a core dump label Jul 25, 2012
    @bitdancer bitdancer changed the title Recursion SIGSEGV Eval Recursion SIGSEGV Jul 25, 2012
    @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
    type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant