Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Crash when inspecting frame of generator #94262

Closed
Assignees
markshannon
Labels
3.11only security fixesrelease-blockertype-crashA hard crash of the interpreter, possibly with a core dump
@kumaraditya303

Description

@kumaraditya303

Crash report

This was discovered in anasyncio program when interrupted with CTRL - C.
Minimal Reproducer:

importgcimportinspectgc.set_threshold(1,0,0)f= []defcb(*args):f.append(inspect.stack())gc.callbacks.append(cb)defgen():yield1g=gen()g.__next__()

Error messages

python: Python/ceval.c:5436: _PyEval_EvalFrameDefault: Assertion `frame->frame_obj == NULL' failed.Aborted (core dumped)

Your environment

  • CPython versions tested on: Python 3.12.0a051fd4de, Python 3.11.0b3+41e4b42
  • Operating system and architecture: Linux 5.4.0-1074-azure

cc@markshannon@pablogsal

Metadata

Metadata

Assignees

Labels

3.11only security fixesrelease-blockertype-crashA hard crash of the interpreter, possibly with a core dump

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp