On 2007.06.19, JAMSHED QURESHI <[EMAIL PROTECTED]> wrote: > <% > set pool "sqlite3" > set sql "SELECT * from data" > if {[catch {set db [ns_db gethandle $pool]}] } { > ns_log notice "Unable to get db handle from pool." > } else { > ns_log notice "DB Handle retrieved:$db" > catch { ns_db releasehandle $db } > } > %> > > Command prompt windows shows that handle 'nsdb0' was retrieved. > > [19/Jun/2007:10:14:48][4092.1880][-driver-] Notice: driver: accepting > connections > [19/Jun/2007:10:14:52][4092.1860][-conn:server1::0] Notice: dbdrv: > opening database > 'nssqlite3:d:/DATA/AOLserver/servers/server1/modules/nssqlite3/sqlite3.d > b' > [19/Jun/2007:10:14:52][4092.1860][-conn:server1::0] Notice: DB Handle > retrieved:nsdb0 > > Windows reports the crash of the process nsd.exe with error signature: > AppName: nsd.exe AppVer: 0.0.0.0 ModName: nssqlite3.so > ModVer: 0.0.0.0 Offset: 00001895
Can you run this with Dr. Watson running, then email me directly the log file and crash dump files? Description of the Dr. Watson for Windows (Drwtsn32.exe) Tool http://support.microsoft.com/kb/308538 Looking at the code snippet you included and the log messages--the problem isn't in the code you included. The crash is happening later on. -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.