Skip to content

weird ctrl z crash in terminal #129114

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

Closed
Eligamer5678 opened this issue Jan 21, 2025 · 5 comments
Closed

weird ctrl z crash in terminal #129114

Eligamer5678 opened this issue Jan 21, 2025 · 5 comments
Labels
stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error

Comments

@Eligamer5678
Copy link

Eligamer5678 commented Jan 21, 2025

Crash report

What happened?

Pressing CTRL+Z in the terminal (opening it from start menu) when there is more than 159 characters typed in it crashes it.

CPython versions tested on:

3.13

Operating systems tested on:

Windows

Output from running 'python -VV' on the command line:

No response

@Eligamer5678 Eligamer5678 added the type-crash A hard crash of the interpreter, possibly with a core dump label Jan 21, 2025
@Eligamer5678
Copy link
Author

Eligamer5678 commented Jan 21, 2025

Image I recorded it & got the error message on the frame before crash

@skirpichev skirpichev added the topic-repl Related to the interactive shell label Jan 21, 2025
@eendebakpt
Copy link
Contributor

This might be related to or a duplicate of #126332.

@Eligamer5678 Could you try PR #126650 (review) and see whether that fixes the issue?

@picnixz picnixz added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error and removed type-crash A hard crash of the interpreter, possibly with a core dump labels Jan 31, 2025
@picnixz
Copy link
Member

picnixz commented Jan 31, 2025

Ah sorry I removed the crash report. Is the crash a segfault or a core dump or something like this? or is it a Python exception? or does Python simply exit without any message?

@picnixz picnixz added the pending The issue will be closed if no feedback is provided label Feb 4, 2025
@eendebakpt
Copy link
Contributor

#126650 has been merged and backported to 3.13, so I think this issue can be closed

@picnixz
Copy link
Member

picnixz commented Mar 14, 2025

Closing unless the OP's issue persists with the latest 3.13 and main.

@picnixz picnixz closed this as completed Mar 14, 2025
@picnixz picnixz removed the pending The issue will be closed if no feedback is provided label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

4 participants