On 12/6/2005 at 15:29 [EMAIL PROTECTED] wrote:
>
>This assertion failure inside of sqliteOsEnterMutex indicates
>that the program was probably not compiled THREADSAFE.  That 
>assert() statement was put there specifically to catch this
>kind of problem.  (Good thing you didn't compile with -DNDEBUG
>to disable assert() statements - if the program had continued
>the consequences could have been a corrupted database rather
>than just a program crash.)

Thank you.   

Moving to THREADSAFE solved this problem.  (Now I just get to correct
the rest of the bugs in my code)

Reply via email to