Hi CI wizards,
I’m having some trouble with Travis and was wondering if someone could lend me some wisdom.
I’m getting a few of these warnings:
** (julia:6922): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
and then a segmentation fault right when the test calls a function that plots a few frames to a gif
file using the GR
backend. Ironically, I would get segmentation faults on my machine if I used the PyPlot
backend… So really confused here on what’s causing it.
signal (11): Segmentation fault
while loading /home/travis/.julia/v0.6/TrackRoots/test/runtests.jl, in expression starting on line 44
__longjmp_chk at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
⋮
It occurs in this package, which uses: Cairo, DataDeps, Images, ImageMagick, ImageFeatures, Unitful, Distances, UnitfulAngles, OffsetArrays, StaticArrays, Distributions, ImageFiltering, FileIO, Gtk, ImageView, Colors, GtkReactive, FixedPointNumbers, Plots, GR, and HDF5.
Any ideas how I can fix this?