-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Assertion failure in Objects/call.c
:342: !_PyErr_Occurred(tstate)
failed
#112388
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
Labels
type-crash
A hard crash of the interpreter, possibly with a core dump
Comments
See also #112387 |
It appears the "invalid non-printable character" error was identified, but not promptly emitted to the user. Then when the "expected an indented block" error comes around, we see we are about to overwrite an error and we abort. |
Thanks for the report and bisecting. cc @pablogsal |
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Nov 25, 2023
…verwrite tokenizer errors
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Nov 25, 2023
…verwrite tokenizer errors Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal
added a commit
that referenced
this issue
Nov 27, 2023
…te tokenizer errors (#112410) Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 27, 2023
…verwrite tokenizer errors (pythonGH-112410) (cherry picked from commit 2c8b191) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 27, 2023
…verwrite tokenizer errors (pythonGH-112410) (cherry picked from commit 2c8b191) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Thanks for the report! |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…verwrite tokenizer errors (python#112410) Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…verwrite tokenizer errors (python#112410) Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Crash report
What happened?
I found some crashes when adding an additional fuzz target in #111721.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Output from running 'python -VV' on the command line:
Python 3.13.0a1+ (heads/main:3701f3bc10, Nov 24 2023, 23:05:42) [Clang 15.0.0 (clang-1500.0.40.1)]
Linked PRs
The text was updated successfully, but these errors were encountered: