> I was having problems inserting into a :memory: database using tclsqlite last 
> week.
> First I create a table, then start doing inserts.
> 
> At about record 2400, I was getting a "Bus error(coredump)".

As a SWAG:
The last time I had a buserror coredump on a machine like that it was
cured by recompiling with a compiler option to align data on word boundaries.
It was caused by fetching bytes from odd addresses. No really! ;)

Reply via email to