[Bug 207647] py27-matplotlib segmentation fault

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 2 16:44:46 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207647

            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 at FreeBSD.org
          Reporter: jucesri at 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 = np.arange(-10,10,0.1)
>>> y = np.sin(0.2*x)
>>> pl.plot(x,y)
Segmentation fault


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

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


More information about the freebsd-ports-bugs mailing list