Re: [sqlite] there is problem when getting data by sqlite3's c apis in signal-handling func

2009-07-08 Thread Pavel Ivanov
> there is problem when getting data by sqlite3's c apis in signal-handling > func. What problem? And as a hint: are you sure that your SQLite is in correct thread-safety mode and you're not trying to dead-lock your application? Pavel On Mon, Jul 6, 2009 at 9:58 PM, liubin liu<7101...@sina.com>

[sqlite] there is problem when getting data by sqlite3's c apis in signal-handling func

2009-07-06 Thread liubin liu
there is problem when getting data by sqlite3's c apis in signal-handling func. _ #include // for printf() #include // for signal() #include // for alarm() #include // for system() #include // for sqlite3_