The program cannot finish duckdb::LoadInternal(duckdb::ExtensionLoader&). There seems to be a deadlock. I don't see the same problem on macOS. But on Ubuntu 24.04 LOAD flock; never finishes. I built duckdb-python and flock from source. It is unrelated to duckdb's versions (I tried 1.4.0, 1.4.1 and yesterday 1.5.0). The versions of duckdb and flock match. I reproduce the same problem on both Ubuntu and EulerOS.
Have anyone successfully tested the extension on Linux? It is weird that it works perfectly on macOS but fails on Linux.
The program cannot finish
duckdb::LoadInternal(duckdb::ExtensionLoader&). There seems to be a deadlock. I don't see the same problem on macOS. But on Ubuntu 24.04LOAD flock;never finishes. I built duckdb-python and flock from source. It is unrelated to duckdb's versions (I tried 1.4.0, 1.4.1 and yesterday 1.5.0). The versions of duckdb and flock match. I reproduce the same problem on both Ubuntu and EulerOS.Have anyone successfully tested the extension on Linux? It is weird that it works perfectly on macOS but fails on Linux.