Julia crash: libpangoft2-1.0.so.0 issue.
- 主要语言
- Julia
- 星标
- 488
- 派生
- 90
- PR 合并指标
- 30 天内没有已合并 PR
描述
A similar issue was reported [here](https://github.com/JuliaGraphics/Immerse.jl/issues/60). In my case, to produce the crash this is sufficient:
``` Julia
Using PyPlot
plot(rand(10))
```
```
julia: symbol lookup error: /usr/bin/../lib/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType
```
I am on Arch Linux. Running Julia 0.4.5. Here some additional info:
``` Julia
PyPlot.backend
"qt4agg"
```
``` Bash
ls -la /usr/lib/libpangoft2-1.0.so.0
lrwxrwxrwx 1 root root 27 Apr 12 22:38 /usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.4000.1
```
Hope you find this useful.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by reproducing the crash with Julia 0.4.5, PyPlot, the qt4agg backend, and plot(rand(10)); compare the report with the linked Immerse.jl issue. Inspect the reported libpangoft2-1.0.so.0 symbol-lookup failure on Arch Linux, and consider the issue complete when the cause and an appropriate resolution or documentation are established.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia, python
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100