Opened 3 years ago

Last modified 3 years ago

#63918 assigned defect

IPython3-3.8 import of pyplot quits with 'Abort trap: 6' — at Initial Version

Reported by: aaronm6 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: pyplot, ipython Cc:
Port: py-ipython, py-matplotlib

Description

Description: Importing matplotlib.pyplot within IPython3 (python3.8) runs fine, but then when exiting, IPython throws a abort error, followed by a "Python quit unexpectedly" popup window (see attached).

Relevant port versions:

py38-ipython @7.28.0_0
py38-matplotlib @3.4.3_0+cairo+webagg
py38-matplotlib-inline @0.1.3_0
py38-numpy @1.21.4_0+gfortran+openblas

Terminal behavior

:~$ ipython3-3.8
Python 3.8.12 (default, Nov 11 2021, 05:33:59) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.28.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: from matplotlib import pyplot

In [2]: quit
Abort trap: 6
:~$ 

Change History (1)

Changed 3 years ago by aaronm6

Note: See TracTickets for help on using tickets.