Skip to content

[Bug]: Segmentation fault when resizing on Python 3.12 and MacOS 14 #27262

Closed
@JRI98

Description

@JRI98

Bug summary

I upgraded Python from 3.11 to 3.12 and now I am unable to resize the window, even with a simple plot.
Apart from that, the plots are displayed correctly and I can move the window.

Code for reproduction

import matplotlib.pyplot as plt

plt.subplots()
plt.show()

Actual outcome

[1] xxxxx segmentation fault python3.12 main.py

Expected outcome

I expected the window to be resized without crashing

Additional information

No response

Operating system

MacOS 14

Matplotlib Version

3.8.1

Matplotlib Backend

MacOSX

Python version

3.12.0

Jupyter version

No response

Installation

pip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions