Skip to content

Segfault with qt >=4.8.6 on ubuntu #234

@swt30

Description

@swt30

I updated my (systemwide) miniconda installation but now PyPlot is in trouble:

julia> using PyPlot

julia> plot(1:10, randn(10))

signal(11): Segmentation fault
unknown function (ip: 0x32736)
unknown function (ip: (nil))
[1]    4493 segmentation fault: julia

The issue remains with a fresh installation of PyPlot and ENV["PYTHON"] = "" to ensure that a fresh download of Conda.jl is used instead. But everything is fine if I plot from Python directly. I'm using julia 0.4.6 on Linux x86_64 (ubuntu 16.04).

Anything I can do to diagnose this further?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions