I am using SQLSmith to fuzz test MonetDB, but the database process frequently crashes with a segmentation fault.
These crashes occur during random query generation, even for relatively simple statements.
The same SQLSmith configuration works fine for PostgreSQL and SQLite, but MonetDB consistently crashes after only a few queries.
In some cases, even when a few tests run successfully, the process eventually terminates with the following error:
double free or corruption (!prev)
Aborted (core dumped)