Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2016 16:44:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207647] py27-matplotlib segmentation fault
Message-ID:  <bug-207647-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207647

            Bug ID: 207647
           Summary: py27-matplotlib segmentation fault
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jucesri@gmail.com

Using the plot function pylab it raises a segmentation fault on freebsd
12.2-release

This is the example:

>>> from matplotlib import pylab as pl
>>> import numpy as np
>>> x =3D np.arange(-10,10,0.1)
>>> y =3D np.sin(0.2*x)
>>> pl.plot(x,y)
Segmentation fault


I tested this in freebsd and pcbsd and the same error is obtained

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207647-13>