BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.93k stars 183 forks source link

Fix double free #1600

Closed jglaser closed 3 years ago

jglaser commented 3 years ago

Somehow this fix for a UCX double free seg fault only made it into branch-0.19, but was never taken up into the current working branch.

wmalpica commented 3 years ago

Looking into the history from what i can tell is that we released 0.19, then did these changes, and then released 0.19.1, but those changes never made it into 0.20 and so on. BUT they are in the main branch, so they should be in all the conda packages for all stable releases.