Noticing strange behaviour of a package in julia, I don’t know which is the culprit: Is the downloading of packages from Github secure?
My system is OpenSuse Leap 15.1, my julia has version 1.4.1.
After running include(“LoadPacl.jl”) with
using DifferentialEquations
using Plots
using LinearAlgebra
using DiffEqParamEstim
using RecursiveArrayTools
using Optim
using BlackBoxOptim
then running some selfwritten optimization with differential equations and stopping julia and doing
ps xa | grep julia
I get
8619 pts/6 S 0:00 /home/ad08/.julia/packages/GR/cRdXQ/src/…/deps/gr/bin/gksqt
Meanwhile this process cannot be killed with a simple kill 8619. Instead I need kill -9 8619.
Sometimes this process even survives a shutdown of my system, of course with changed PID. I’ve asked JHeinen concerning GR. He has no idea. So again my question: Is it possible that some of the above mentioned packages is infected? I know that GR not necessarily is the culprit.