Skip to content

3.14rc2 segfaults when running MkDocsΒ #138619

@pawamoy

Description

@pawamoy

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 .  # crashes

If 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 ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-crashA hard crash of the interpreter, possibly with a core dump

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions