-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
Description
Details
When trying to save a animation with gif(anim, "anim.gif") an error is thrown:
ERROR: failed process: Process(`/home/test/.julia/artifacts/7f40eeb66d90d3026ae5fb68761c263b57adb840/bin/ffmpeg -v 16 -framerate 20 -i /tmp/jl_b1XznB/%06d.png -i /tmp/jl_b1XznB/palette.bmp -lavfi paletteuse=dither=sierra2_4a -loop 0 -y /home/helge/test.gif`, ProcessSignaled(11)) [0]
The Problem seems to be an segmentation violation by the ffmpeg executable. When I use the same command in a terminal with /bin/ffmpeg instead everything seems to work fine.
This seems to be related to the following issue. I am running Arch Linux as well.
My full stacktraces is attatched: anim.log
Backends
This bug occurs on ( insert x below )
| Backend | yes | no | untested |
|---|---|---|---|
| gr (default) | x | ||
| pyplot | x | ||
| plotly | x | ||
| plotlyjs | x | ||
| pgfplotsx | x | ||
| inspectdr | x |
Versions
Plots.jl version: 1.16.5
Backend version (]st -m <backend(s)>): 0.57.5
Output of versioninfo():
Julia Version 1.6.1
Commit 6aaedecc44* (2021-04-23 05:59 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.0 (ORCJIT, ivybridge)
mo8it