Segfault on load_extension() with authorizer in SQLite
Segfault upon load_extension() when setting an authorizer In the provided forum discussion, a user encountered a segmentation fault (segfault) when attempting to load an SQLite extension that sets an authorizer using the SELECT load_extension(‘…’) command. The user reported that the extension worked perfectly when loaded using the .load command, raising questions about the differences between…