-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
3.14rc2 segfaults when running MkDocs #138619
Copy link
Copy link
Closed as not planned
Labels
type-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Description
Crash report
What happened?
mkdir /tmp/test-mkdocs
cd /tmp/test-mkdocs
uv venv --python 3.14.0rc2
uv pip install mkdocs
. .venv/bin/activate
mkdocs new . # crashesIf we were to run mkdocs new . from another Python version, then following commands like mkdocs serve or mkdocs build would crash too.
Note that this isn't new with 3.14.0rc2, previous 3.14 versions would segfault too. I'm just reporting now, sorry 😄
Very happy to provide more information if you let me know how to do that 😄
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0rc2 (main, Aug 14 2025, 16:22:12) [Clang 20.1.4 ]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump