Hello, On Tuesday, September 13, 2016 at 10:17:30 PM UTC+2, Yichao Yu wrote:
> > On Tue, Sep 13, 2016 at 4:11 PM, Yichao Yu <[email protected] <javascript:> > > wrote: > >> I'm able to reproduce it in rr and found the issue. >> TL;DR the issue is at >> https://github.com/JuliaGraphics/Cairo.jl/blame/master/src/Cairo.jl#L625, >> where it passes the ownership of a cairo pointer to julia, causing a double >> free. >> > > Which comes from your commit a year ago ;-p > > https://github.com/JuliaGraphics/Cairo.jl/commit/23681dc1270882c964059d23863a88d4276f6fd8 > True. Actually Tim recommended this, i had initially a solution with unsafe_load on single elements. But we both and subsequent editors never recognized the problem. I've filed an PR.
