Hello colleagues,
i get (sometimes) and only on v0.4 this error:
lobi@orange4:~/juliarepo$ ../julia04/julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0-rc1 (2015-09-09 16:07 UTC)
_/ |\__'_|_|_|\__'_| |
|__/ | x86_64-linux-gnu
julia> using Rsvg
julia> test_get_dimension()
Rsvg.RsvgDimensionData(692,551,692.0,551.0)
julia> test_error in running finalizer: Base.KeyError(key=Rsvg.RsvgHandle(
ptr=0x0000000002c5e0d0))
julia>
lobi@orange4:~/juliarepo$ ../julia04/julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0-rc1 (2015-09-09 16:07 UTC)
_/ |\__'_|_|_|\__'_| |
|__/ | x86_64-linux-gnu
julia> using Rsvg
julia> test_get_dimension()
Rsvg.RsvgDimensionData(692,551,692.0,551.0)
I would somehow understand, that the finalizer itself has problems with the
content (actually an externally allocated data structure) but what is this
key error?
Wishing a happy day,
Andreas