JuliaPy / JuliaPy/PyPlot.jl

segfault if process title is not "julia"

Đang mở
#512 2 bình luận 5 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Julia
Star
488
Fork
90
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

_clean install of PyPlot v2.9.0 on Julia 1.5.3, MacOS. Python 3.8.2 was preinstalled but I never launched it before_

This runs fine:
```julia
fons@rekenmachine ~ % julia --banner=no

julia> using PyPlot

julia> plot(1:3,1:3);

julia>
```

This segfaults:
```julia
fons@rekenmachine ~ % julia --banner=no

julia> Sys.set_process_title("asdfasdf")

julia> using PyPlot

julia> plot(1:3,1:3);

signal (11): Segmentation fault: 11
in expression starting at REPL[3]:1
_ZNK7QScreen6handleEv at /Users/fons/.julia/conda/3/lib/libQt5Gui.5.9.7.dylib (unknown line)
Allocations: 12180057 (Pool: 12175774; Big: 4283); GC: 11
zsh: segmentation fault julia
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.