spotquality.blogg.se

Sidenotes 1.1.1
Sidenotes 1.1.1









sidenotes 1.1.1

This issue may be related to the warnings received in src/test1.c thru src/test4.c and in src/tclsqlite.c regarding Tcl_SetVar, Tcl_GetInt, Tcl_GetBoolean, Tcl_GetIndexFromObj. On a G5 in 10.3.2, this error shows up as a Bus Error. Also, configure does not allow the use of -disable-shared (probably requries a fix in the configure scripts). disable-shared option to the configure script: Not attempt to compile using shared libraries. As far as I can tell, thisĪppears to be Apple's fault. Testsuite fails on btree-1.1.1 (Mac OS X, SQLite 2.8.4)ītree-1.1.1./src/btree.c:2687: failed assertion `pPage->isInit' Even with the recommendations from Apple's technote tn2037 the problem persists.

sidenotes 1.1.1

Local HD is fine (HFS) as well as on USB devices HFS and UFS. Under OSX fcntl returns ENOTSUP (45) = Operation Not Supported when trying to open a DB on AFP or SMB. I've temporarily solved the problem here by disabling SQLite's locking code and implementing higher-level protections in my application. It appears that sqliteOsReadLock always returns SQLITE_BUSY for files on AppleShare volumes. If I try to do a SELECT from a database that resides on an AppleShare volume (from my code or from sqlite), SQLite says that it's locked, even if no other process is using it.

Sidenotes 1.1.1 mac os x#

Can't acquire lock for database on Mac OS X AppleShare volume











Sidenotes 1.1.1