Guys,

Im facing a wierd issue when thread 1 is doing a sqlite3_exec and if
thread 2 attempts to call sqlite3_release_memory, the thread1 never
returns from sqlite3_exec? It seems to take 100% cpu forever.

Any suggestion, on how the memory should be freed or are there any
guidelines on how to use this api? Thanks

-Srini.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to