• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Crash report
3about: A hard crash of the interpreter, possibly with a core dump
4labels: "type-crash"
5---
6
7<!--
8  Use this template for hard crashes of the interpreter, segmentation faults, failed C-level assertions, and similar.
9  Do not submit this form if you encounter an exception being unexpectedly raised from a Python function.
10  Most of the time, these should be filed as bugs, rather than crashes.
11
12  The CPython interpreter is itself written in a different programming language, C.
13  For CPython, a "crash" is when Python itself fails, leading to a traceback in the C stack.
14-->
15
16**Crash report**
17
18Tell us what happened, ideally including a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example).
19
20**Error messages**
21
22Enter any relevant error message caused by the crash, including a core dump if there is one.
23
24**Your environment**
25
26<!-- Include as many relevant details as possible about the environment you experienced the bug in -->
27
28- CPython versions tested on:
29- Operating system and architecture:
30
31<!--
32You can freely edit this text. Remove any lines you believe are unnecessary.
33-->
34