GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "hppa2.0-unknown-linux-gnu"... Reading symbols from /usr/lib/libtcl8.4.so...Reading symbols from /mnt/alt/debug/usr/lib/libtcl8.4.so.debug...done. done. Loaded symbols for /usr/lib/libtcl8.4.so Reading symbols from /lib/libdl.so.2...Reading symbols from /mnt/alt/debug/lib/libdl-2.9.so.debug...done. done. Loaded symbols for /lib/libdl.so.2 Reading symbols from /lib/libm.so.6...Reading symbols from /mnt/alt/debug/lib/libm-2.9.so.debug...done. done. Loaded symbols for /lib/libm.so.6 Reading symbols from /lib/libpthread.so.0...Reading symbols from /mnt/alt/debug/lib/libpthread-2.9.so.debug...done. done. Loaded symbols for /lib/libpthread.so.0 Reading symbols from /lib/libc.so.6...Reading symbols from /mnt/alt/debug/lib/libc-2.9.so.debug...done. done. Loaded symbols for /lib/libc.so.6 Reading symbols from /lib/ld.so.1...Reading symbols from /mnt/alt/debug/lib/ld-2.9.so.debug...done. done. Loaded symbols for /lib/ld.so.1 Core was generated by `./testfixture ./test/veryquick.test'. Program terminated with signal 11, Segmentation fault. [New process 529] [New process 530] #0 0x000324a0 in sqlite3DbMallocSize (db=0x3d277431, p=0x208) at sqlite3.c:15422 15422 return db && p && p>=db->lookaside.pStart && plookaside.pEnd; (gdb) thread apply all bt full Thread 2 (process 530): #0 0x00000000 in ?? () No symbol table info available. #1 0x00000000 in ?? () No symbol table info available. Thread 1 (process 529): #0 0x000324a0 in sqlite3DbMallocSize (db=0x3d277431, p=0x208) at sqlite3.c:15422 No locals. #1 0x0004f1b8 in sqlite3VdbeMemGrow (pMem=0xf8f80, n=368, preserve=0) at sqlite3.c:44939 No locals. #2 0x00063e48 in allocateCursor (p=0xf89b8, iCur=, nField=5, iDb=0, isBtreeCursor=1) at sqlite3.c:50179 pMem = (Mem *) 0xf8f80 pCx = (VdbeCursor *) 0x0 #3 0x00089510 in sqlite3VdbeExec (p=0xf89b8) at sqlite3.c:52939 nField = 0 i = 520 p2 = 1 iDb = 0 pX = (Btree *) 0xfad58 pCur = pKeyInfo = (KeyInfo *) 0x0 wrFlag = 1 pDb = pc = 16 pOp = (Op *) 0xf8be0 rc = db = (sqlite3 *) 0xfa9a8 encoding = pIn1 = (Mem *) 0xf9020 pIn2 = (Mem *) 0x0 pIn3 = (Mem *) 0xf9020 pOut = (Mem *) 0xf9048 iCompare = aPermute = nProgressOps = 0 aTempRec = '\0' , "\001", '\0' #4 0x00075568 in sqlite3_step (pStmt=0xf89b8) at sqlite3.c:49092 cnt = 0 db = (sqlite3 *) 0xfa9a8 rc = 21 #5 0x0002edbc in DbObjCmd (cd=0xdbc48, interp=0xb6048, objc=, objv=) at ./src/tclsqlite.c:1785 i = 1 nVar = 0 nCol = -1 apColName = (Tcl_Obj **) 0x0 zLeft = 0xe8078 "\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+8 FROM t1;\n INSERT INTO t1 SEL"... pArray = (Tcl_Obj *) 0x0 apParm = (Tcl_Obj **) 0xfb6502b8 nParm = 0 zSql = 0xe8060 "\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+8 FROM t1"... pStmt = (sqlite3_stmt *) 0xf89b8 pScript = (Tcl_Obj *) 0x0 aParm = {0x4020ab48, 0x0, 0xb6048, 0x0, 0xf8150, 0x4020ab48, 0xb6048, 0x4020ab48, 0xf8198, 0xb6048} pRet = (Tcl_Obj *) 0xf81b0 pPreStmt = (SqlPreparedStmt *) 0x0 rc2 = choice = 13 rc = 0 DB_strs = {0x93f94 "authorizer", 0x92000 "backup", 0x93e44 "busy", 0x92f40 "cache", 0x8fba8 "changes", 0x902cc "close", 0x91f1c "collate", 0x93fa0 "collation_needed", 0x93fb4 "commit_hook", 0x921d0 "complete", 0x93fc0 "copy", 0x8fc60 "enable_load_extension", 0x93fc8 "errorcode", 0x93fd4 "eval", 0x93fdc "exists", 0x93fe4 "function", 0x92288 "incrblob", 0x90388 "interrupt", 0x9024c "last_insert_rowid", 0x93ff0 "nullvalue", 0x93ffc "onecolumn", 0x94008 "profile", 0x970b4 "progress", 0x90364 "rekey", 0x94010 "restore", 0x94018 "rollback_hook", 0x92f50 "status", 0x94028 "timeout", 0x94030 "total_changes", 0x923c4 "trace", 0x96210 "transaction", 0x92404 "unlock_notify", 0x94040 "update_hook", 0x9404c "version", 0x0} #6 0x40163004 in TclEvalObjvInternal (interp=0xb6048, objc=3, objv=0xfb64ff48, command=0x11cd68 "db eval {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., length=344, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:3219 cmdPtr = newObjv = savedVarFramePtr = (CallFrame *) 0x0 code = 0 traceCode = 0 checkTraces = 0 savedNsPtr = (Namespace *) 0x0 #7 0x401634f8 in Tcl_EvalEx (interp=0xb6048, script=0x11cd68 "db eval {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., numBytes=, flags=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:4011 iPtr = p = next = parse = {commentStart = 0x0, commentSize = 0, commandStart = 0x11cd68 "db eval {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., commandSize = 344, numWords = 3, tokenPtr = 0xfb64ffd0, numTokens = 6, tokensAvailable = 20, errorType = 0, string = 0x11cd68 "db eval {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., end = 0x11cec0 "", interp = 0xb6048, term = 0x11cec0 "", incomplete = 0, staticTokens = {{type = 2, start = 0x11cd68 "db eval {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., size = 2, numComponents = 1}, {type = 4, start = 0x11cd68 "db eval {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., size = 2, numComponents = 0}, {type = 2, start = 0x11cd6b "eval {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+8 F"..., size = 4, numComponents = 1}, {type = 4, start = 0x11cd6b "eval {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+8 F"..., size = 4, numComponents = 0}, {type = 2, start = 0x11cd70 "{\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+8 FROM t"..., size = 336, numComponents = 1}, {type = 4, start = 0x11cd71 "\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+8 FROM t1"..., size = 334, numComponents = 0}, {type = 1016048, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = -77268436, numComponents = 9}, {type = 690, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 12, numComponents = 1075884872}, {type = 1075884872, start = 0x65
, size = 745544, numComponents = -77268724}, {type = 1075882824, start = 0xfb64f10c "", size = -77268648, numComponents = 1075325183}, {type = 64, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 745544, numComponents = 1075882824}, {type = 0, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = -77267296, numComponents = 9}, {type = 977960, start = 0x1
, size = 977995, numComponents = 977995}, {type = 1075882824, start = 0x0, size = 0, numComponents = 978053}, {type = 0, start = 0x0, size = 0, numComponents = 15}, {type = 25, start = 0x1c
, size = 2, numComponents = 11}, {type = 34, start = 0x12
, size = 0, numComponents = 1}, {type = 978003, start = 0x66
, size = 1631150392, numComponents = 0}, {type = 978003, start = 0xf
, size = 0, numComponents = 1}, { type = 978019, start = 0x10
, size = -77266713, numComponents = 4}}} staticObjArray = {0xf8150, 0xf8180, 0xf8198, 0x1, 0xeec24, 0xfb64fa3c, 0x4020ab48, 0x4020ab48, 0xf80f0, 0x401b66d7, 0xee870, 0x8f8d9400, 0x4020ab48, 0x0, 0xfb64fecc, 0x3, 0x11cd70, 0x4020ab48, 0x8, 0xfb64fecc} objv = (Tcl_Obj **) 0xfb64ff48 tokenPtr = (Tcl_Token *) 0xfb650010 code = 0 i = commandLength = bytesLeft = 344 nested = savedVarFramePtr = (CallFrame *) 0x0 gotParse = objectsUsed = 3 #8 0x401641e4 in Tcl_EvalObjEx (interp=0xb6048, objPtr=0xbc118, flags=262144) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:4529 iPtr = script = 0x208
numSrcBytes = 344 result = savedVarFramePtr = #9 0x401cd8ac in Tcl_UplevelObjCmd (dummy=, interp=0x3d277431, objc=, objv=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclProc.c:748 objPtr = (Tcl_Obj *) 0x208 optLevel = result = savedVarFramePtr = (CallFrame *) 0xfb64f6d4 framePtr = (CallFrame *) 0x0 #10 0x40163004 in TclEvalObjvInternal (interp=0xb6048, objc=2, objv=0xbe810, command=0x0, length=0, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:3219 cmdPtr = newObjv = savedVarFramePtr = (CallFrame *) 0xfb64f6d4 code = 0 traceCode = 0 checkTraces = 1 savedNsPtr = (Namespace *) 0x0 #11 0x40193418 in TclExecuteByteCode (interp=0xb6048, codePtr=0xdf250) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclExecute.c:1509 objv = (Tcl_Obj **) 0xbe810 preservedStackRefCountPtr = eePtr = (ExecEnv *) 0xb5868 stackPtr = (Tcl_Obj **) 0xbe7fc stackTop = 6 pc = opnd = pcAdjustment = rangePtr = result = 0 storeFlags = 0 valuePtr = (Tcl_Obj *) 0xbc1c0 value2Ptr = objPtr = bytes = length = 0 i = w = 2408420352 cleanup = objResultPtr = part1 = part2 = varPtr = arrayPtr = (Var *) 0x18 varFramePtr = (CallFrame *) 0xfb64f6d4 catchStackStorage = {0, 745544, 1149600, -77270136} catchStackPtr = (int *) 0xfb64fb38 catchTop = -1 #12 0x40196ee4 in TclCompEvalObj (interp=0xb6048, objPtr=0xbc1a8) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclExecute.c:1034 codePtr = (ByteCode *) 0xdf250 oldCount = 145 script = numSrcBytes = 54 result = -1 namespacePtr = (Namespace *) 0x48 #13 0x401ccfb0 in TclObjInterpProc (clientData=, interp=0xb6048, objc=, objv=0xfb64f388) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclProc.c:1180 iPtr = procPtr = (Proc *) 0xe4018 nsPtr = (Namespace *) 0x3 frame = {nsPtr = 0xb6848, isProcCallFrame = 1, objc = 2, objv = 0xfb64f388, callerPtr = 0xfb64eb14, callerVarPtr = 0x0, level = 1, procPtr = 0xe4018, varTablePtr = 0x0, numCompiledLocals = 2, compiledLocals = 0xfb64f77c} varPtr = (Var *) 0xfb64f79c localPtr = (CompiledLocal *) 0x0 procName = 0x118aa0 "execsql" nameLen = localCt = numArgs = 2 argCt = -1 i = 3 result = localStorage = {{value = {objPtr = 0xf8168, tablePtr = 0xf8168, linkPtr = 0xf8168}, name = 0xe40b0 "sql", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 257}, {value = { objPtr = 0xbc1c0, tablePtr = 0xbc1c0, linkPtr = 0xbc1c0}, name = 0xe40f0 "db", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 257}, {value = { objPtr = 0x8f8d9400, tablePtr = 0x8f8d9400, linkPtr = 0x8f8d9400}, name = 0x2
, nsPtr = 0x0, hPtr = 0xf7f88, refCount = 902344, tracePtr = 0x18, searchPtr = 0x4020ab48, flags = 0}, { value = {objPtr = 0xca198, tablePtr = 0xca198, linkPtr = 0xca198}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0x8f8d9400, hPtr = 0x401be45b, refCount = 1075569755, tracePtr = 0x118aa0, searchPtr = 0x0, flags = 0}, {value = {objPtr = 0x200, tablePtr = 0x200, linkPtr = 0x200}, name = 0x0, nsPtr = 0x0, hPtr = 0xb6048, refCount = 1075882824, tracePtr = 0x0, searchPtr = 0xfb64f608, flags = 2}, {value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0x15b, hPtr = 0x1, refCount = 1075662567, tracePtr = 0xfb64f410, searchPtr = 0xfb64f840, flags = 0}, {value = {objPtr = 0xc8, tablePtr = 0xc8, linkPtr = 0xc8}, name = 0x18
, nsPtr = 0x4020ab48, hPtr = 0x0, refCount = 0, tracePtr = 0xc, searchPtr = 0x2, flags = 0}, {value = { objPtr = 0x4, tablePtr = 0x4, linkPtr = 0x4}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0xfb64f45c, hPtr = 0x4019d90f, refCount = 1075642395, tracePtr = 0x401f7304, searchPtr = 0x4020ab48, flags = 913488}, {value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0xb6048, hPtr = 0xb53c0, refCount = -77270136, tracePtr = 0x8, searchPtr = 0x0, flags = 673830}, {value = {objPtr = 0x8f000, tablePtr = 0x8f000, linkPtr = 0x8f000}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0xfa9a8, hPtr = 0xe7ca5, refCount = 1075191335, tracePtr = 0xfb64f808, searchPtr = 0x0, flags = 0}, {value = {objPtr = 0xca198, tablePtr = 0xca198, linkPtr = 0xca198}, name = 0xa4816 "@", nsPtr = 0xa47ce, hPtr = 0x1, refCount = 3, tracePtr = 0x0, searchPtr = 0xa4826, flags = 585728}, {value = { objPtr = 0xa481e, tablePtr = 0xa481e, linkPtr = 0xa481e}, name = 0xb6048 "", nsPtr = 0xfb64f6c8, hPtr = 0x2, refCount = 349151, tracePtr = 0xfb64f788, searchPtr = 0xffffffff, flags = -77268984}, { value = {objPtr = 0x8f8d9400, tablePtr = 0x8f8d9400, linkPtr = 0x8f8d9400}, name = 0x0, nsPtr = 0xa47ce, hPtr = 0xe7cab, refCount = 0, tracePtr = 0x0, searchPtr = 0x8, flags = -77270056}, { value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0xfb64f388 "", nsPtr = 0x2, hPtr = 0xfb64f794, refCount = 0, tracePtr = 0x0, searchPtr = 0xb6048, flags = 1075882824}, {value = { objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x0, nsPtr = 0x0, hPtr = 0x1, refCount = 2, tracePtr = 0x0, searchPtr = 0xb6848, flags = 0}, {value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0xb6848, hPtr = 0x201, refCount = 1075568391, tracePtr = 0x53, searchPtr = 0x7a6f4e38, flags = 0}, {value = {objPtr = 0xc8, tablePtr = 0xc8, linkPtr = 0xc8}, name = 0x118aa0 "execsql", nsPtr = 0x4020ab48, hPtr = 0x118aa7, refCount = 1, tracePtr = 0xfa9a8, searchPtr = 0x8f7fc, flags = 12}, { value = {objPtr = 0x8f7fc, tablePtr = 0x8f7fc, linkPtr = 0x8f7fc}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0x0, hPtr = 0x4019d86f, refCount = 282799, tracePtr = 0x53, searchPtr = 0x7a6f4e38, flags = 0}, { value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0xc
, nsPtr = 0x0, hPtr = 0xb6048, refCount = 1075882824, tracePtr = 0x0, searchPtr = 0x6, flags = 827032}, { value = {objPtr = 0xbc0e8, tablePtr = 0xbc0e8, linkPtr = 0xbc0e8}, name = 0x4077d81c "@u¯À@u°\004@uü\200@v\030\224@v\030`@v\030l@v\030x@v\030\204@v\027P@v\027x@uàð@uàì@uÍü@v\027\204@v\027\210@v\027\214@v\017\020@v\027 @v\027Ä@v\030\b@v\027¬@v\027¤@v\030", nsPtr = 0x0, hPtr = 0x40163007, refCount = 284967, tracePtr = 0x53, searchPtr = 0x7a6f4e38, flags = 0}} compiledLocals = (Var *) 0xfb64f77c #14 0x40163004 in TclEvalObjvInternal (interp=0xb6048, objc=2, objv=0xfb64f388, command=0xe7cab "execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., length=345, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:3219 cmdPtr = newObjv = savedVarFramePtr = (CallFrame *) 0x0 code = 0 traceCode = 0 checkTraces = 0 savedNsPtr = (Namespace *) 0x0 #15 0x401634f8 in Tcl_EvalEx (interp=0xb6048, script=0xe7c60 "\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 F"..., numBytes=, flags=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:4011 iPtr = p = next = parse = {commentStart = 0x0, commentSize = 0, commandStart = 0xe7cab "execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., commandSize = 345, numWords = 2, tokenPtr = 0xfb64f410, numTokens = 4, tokensAvailable = 20, errorType = 0, string = 0xe7ca9 " execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT "..., end = 0xe7e06 "", interp = 0xb6048, term = 0xe7e03 "\n;\n", incomplete = 0, staticTokens = {{type = 2, start = 0xe7cab "execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., size = 7, numComponents = 1}, {type = 4, start = 0xe7cab "execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+"..., size = 7, numComponents = 0}, {type = 2, start = 0xe7cb3 "{\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+8 FROM t"..., size = 336, numComponents = 1}, {type = 4, start = 0xe7cb4 "\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELECT a+8 FROM t1"..., size = 334, numComponents = 0}, {type = 4, start = 0xe7ca6 "DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n INSERT INTO t1 SELECT a+4 FROM t1;\n INSERT INTO t1 SELE"..., size = 2, numComponents = 0}, {type = 16, start = 0xe7c6a "[sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 FROM t1;\n "..., size = 31, numComponents = 0}, {type = 0, start = 0x0, size = 1230216, numComponents = 1075882824}, {type = 1075124460, start = 0x0, size = -1, numComponents = -77270060}, {type = 1075882824, start = 0x4013bd70 "", size = 1076067552, numComponents = 899400}, {type = 1076061512, start = 0x120f17 "", size = 1075184931, numComponents = 1075966855}, { type = 1150880, start = 0x1
, size = -77270064, numComponents = -77270264}, {type = 0, start = 0x5
, size = 1, numComponents = 1073744800}, {type = 5, start = 0x2c7
, size = 1, numComponents = 0}, {type = 0, start = 0x0, size = 0, numComponents = 12}, {type = 2, start = 0x0, size = 780292, numComponents = 3}, {type = -77270520, start = 0xd6eb0 "", size = 1075003392, numComponents = 1}, {type = 1076061512, start = 0x40262364 "", size = 1073743144, numComponents = 0}, { type = -77270264, start = 0x0, size = 1075047685, numComponents = 1076061512}, {type = -77270080, start = 0x1
, size = 0, numComponents = 5}, { type = 0, start = 0x0, size = 1076066428, numComponents = -77269868}}} staticObjArray = {0xf7f88, 0xf8168, 0xf8108, 0xf, 0x12c5a8, 0x1, 0x4020ab48, 0x8f8d9400, 0x40160523, 0x4019d663, 0x10, 0x0, 0x4, 0xfb64f340, 0x4020ab48, 0xfb64f208, 0x4013bd70, 0x4077b360, 0x1, 0xf} objv = (Tcl_Obj **) 0xfb64f388 tokenPtr = (Tcl_Token *) 0xfb64f430 code = 0 i = commandLength = bytesLeft = 349 nested = savedVarFramePtr = (CallFrame *) 0x0 gotParse = objectsUsed = 2 #16 0x401641e4 in Tcl_EvalObjEx (interp=0xb6048, objPtr=0xf8120, flags=262144) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:4529 iPtr = script = 0x208
numSrcBytes = 422 result = savedVarFramePtr = #17 0x401cd8ac in Tcl_UplevelObjCmd (dummy=, interp=0x3d277431, objc=, objv=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclProc.c:748 objPtr = (Tcl_Obj *) 0x208 optLevel = result = savedVarFramePtr = (CallFrame *) 0xfb64eb14 framePtr = (CallFrame *) 0x0 #18 0x40163004 in TclEvalObjvInternal (interp=0xb6048, objc=3, objv=0xbe804, command=0x0, length=0, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:3219 cmdPtr = newObjv = savedVarFramePtr = (CallFrame *) 0xfb64eb14 code = 0 traceCode = 0 checkTraces = 1 savedNsPtr = (Namespace *) 0x0 #19 0x40193418 in TclExecuteByteCode (interp=0xb6048, codePtr=0x11c968) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclExecute.c:1509 objv = (Tcl_Obj **) 0xbe804 preservedStackRefCountPtr = eePtr = (ExecEnv *) 0xb5868 stackPtr = (Tcl_Obj **) 0xbe7fc stackTop = 4 pc = opnd = pcAdjustment = rangePtr = result = 0 storeFlags = -77271220 valuePtr = (Tcl_Obj *) 0xf7e68 value2Ptr = objPtr = bytes = length = 0 i = w = 1 cleanup = objResultPtr = part1 = part2 = varPtr = arrayPtr = (Var *) 0x0 varFramePtr = (CallFrame *) 0xfb64eb14 catchStackStorage = {1, 745544, 1149376, -77273144} catchStackPtr = (int *) 0xfb64ef78 catchTop = 0 #20 0x40196ee4 in TclCompEvalObj (interp=0xb6048, objPtr=0xbc0b8) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclExecute.c:1034 codePtr = (ByteCode *) 0x11c968 oldCount = 135 script = numSrcBytes = 1047 result = 0 namespacePtr = (Namespace *) 0x48 #21 0x401ccfb0 in TclObjInterpProc (clientData=, interp=0xb6048, objc=, objv=0xfb64e7c8) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclProc.c:1180 iPtr = procPtr = (Proc *) 0xe3858 nsPtr = (Namespace *) 0x4 frame = {nsPtr = 0xb6848, isProcCallFrame = 1, objc = 4, objv = 0xfb64e7c8, callerPtr = 0x0, callerVarPtr = 0x0, level = 1, procPtr = 0xe3858, varTablePtr = 0x0, numCompiledLocals = 13, compiledLocals = 0xfb64ebbc} varPtr = (Var *) 0xfb64ebfc localPtr = (CompiledLocal *) 0x115498 procName = 0x1189c0 "do_test" nameLen = localCt = numArgs = 3 argCt = 0 i = 4 result = localStorage = {{value = {objPtr = 0xf7ee0, tablePtr = 0xf7ee0, linkPtr = 0xf7ee0}, name = 0xe38f0 "name", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 257}, {value = { objPtr = 0xf7e68, tablePtr = 0xf7e68, linkPtr = 0xf7e68}, name = 0xe3930 "cmd", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 257}, {value = {objPtr = 0xf7e38, tablePtr = 0xf7e38, linkPtr = 0xf7e38}, name = 0xe3970 "expected", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 257}, {value = {objPtr = 0xe3598, tablePtr = 0xe3598, linkPtr = 0xe3598}, name = 0x1154b0 "skip_test", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 4}, { value = {objPtr = 0xdb188, tablePtr = 0xdb188, linkPtr = 0xdb188}, name = 0x12a5d8 "argv", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 4}, {value = {objPtr = 0xbbd88, tablePtr = 0xbbd88, linkPtr = 0xbbd88}, name = 0x12a618 "go", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 1}, {value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x12a658 "", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 521}, {value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x12a698 "", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 521}, {value = { objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x12a6d8 "pattern", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 9}, {value = {objPtr = 0xe3518, tablePtr = 0xe3518, linkPtr = 0xe3518}, name = 0x12a718 "nTest", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 4}, {value = { objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x12a798 "result", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 9}, {value = {objPtr = 0xe34d8, tablePtr = 0xe34d8, linkPtr = 0xe34d8}, name = 0x12a818 "nErr", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 4}, {value = { objPtr = 0xe30d8, tablePtr = 0xe30d8, linkPtr = 0xe30d8}, name = 0x12a858 "maxErr", nsPtr = 0x0, hPtr = 0x0, refCount = 0, tracePtr = 0x0, searchPtr = 0x0, flags = 4}, {value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0xfb64e7c8 "", nsPtr = 0x4, hPtr = 0xfb64ebd4, refCount = 0, tracePtr = 0x0, searchPtr = 0xb6048, flags = 1075882824}, {value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0x12c588, hPtr = 0x12c588, refCount = 0, tracePtr = 0x2, searchPtr = 0x12d68d, flags = 6}, {value = {objPtr = 0x1, tablePtr = 0x1, linkPtr = 0x1}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0x12d68d, hPtr = 0x6, refCount = 1075568391, tracePtr = 0x2, searchPtr = 0x12d55b, flags = 218}, {value = {objPtr = 0x1, tablePtr = 0x1, linkPtr = 0x1}, name = 0x1189c0 "do_test", nsPtr = 0x4020ab48, hPtr = 0x1189c7, refCount = 0, tracePtr = 0x1, searchPtr = 0x1b, flags = 1136592}, { value = {objPtr = 0x0, tablePtr = 0x0, linkPtr = 0x0}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0x8, hPtr = 0x0, refCount = 0, tracePtr = 0xfb64e7c8, searchPtr = 0x2, flags = 0}, { value = {objPtr = 0xf7e80, tablePtr = 0xf7e80, linkPtr = 0xf7e80}, name = 0xb6048 "", nsPtr = 0x4077f244, hPtr = 0x4077d81c, refCount = 1230208, tracePtr = 0x0, searchPtr = 0x4020ab48, flags = 913232}, {value = {objPtr = 0x4020ab48, tablePtr = 0x4020ab48, linkPtr = 0x4020ab48}, name = 0x4020ab48 "@\034Vø@ «H@ ²Ü", nsPtr = 0xf7e80, hPtr = 0xf7e80, refCount = 1075663307, tracePtr = 0xad8b8, searchPtr = 0x4020ab48, flags = 1075894656}} compiledLocals = (Var *) 0xfb64ebbc #22 0x40163004 in TclEvalObjvInternal (interp=0xb6048, objc=4, objv=0xfb64e7c8, command=0x1158b8 "do_test aggerror-1.1 {\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSER"..., length=449, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:3219 cmdPtr = newObjv = savedVarFramePtr = (CallFrame *) 0x0 code = 0 traceCode = 0 checkTraces = 0 savedNsPtr = (Namespace *) 0x0 #23 0x401634f8 in Tcl_EvalEx (interp=0xb6048, script=0x115558 "# 2006 January 20\n#\n# The author disclaims copyright to this source code. In place of\n# a legal notice, here is a blessing:\n#\n# May you do good and not evil.\n# May you find forgiveness for your"..., numBytes=, flags=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:4011 iPtr = p = next = parse = { commentStart = 0x1157ed "# Add the x_count aggregate function to the database handle.\n# x_count will error out if its input is 40 or 41 or if its\n# final results is 42. Make sure that such errors are handled\n# appropriately."..., commentSize = 203, commandStart = 0x1158b8 "do_test aggerror-1.1 {\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSER"..., commandSize = 449, numWords = 4, tokenPtr = 0xfb64e850, numTokens = 8, tokensAvailable = 20, errorType = 0, string = 0x1157eb "\n\n# Add the x_count aggregate function to the database handle.\n# x_count will error out if its input is 40 or 41 or if its\n# final results is 42. Make sure that such errors are handled\n# appropriatel"..., end = 0x115d02 "", interp = 0xb6048, term = 0x115a78 "\ndo_test aggerror-1.2 {\n execsql {\n INSERT INTO t1 VALUES(40);\n SELECT x_count(*) FROM t1;\n }\n} {40}\ndo_test aggerror-1.3 {\n catchsql {\n SELECT x_count(a) FROM t1;\n }\n} {1 {value of 40 ha"..., incomplete = 0, staticTokens = {{type = 2, start = 0x1158b8 "do_test aggerror-1.1 {\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSER"..., size = 7, numComponents = 1}, {type = 4, start = 0x1158b8 "do_test aggerror-1.1 {\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSER"..., size = 7, numComponents = 0}, {type = 2, start = 0x1158c0 "aggerror-1.1 {\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t"..., size = 12, numComponents = 1}, {type = 4, start = 0x1158c0 "aggerror-1.1 {\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t"..., size = 12, numComponents = 0}, {type = 2, start = 0x1158cd "{\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 "..., size = 422, numComponents = 1}, {type = 4, start = 0x1158ce "\n set DB [sqlite3_connection_pointer db]\n sqlite3_create_aggregate $DB\n execsql {\n CREATE TABLE t1(a);\n INSERT INTO t1 VALUES(1);\n INSERT INTO t1 VALUES(2);\n INSERT INTO t1 SELECT a+2 F"..., size = 420, numComponents = 0}, {type = 2, start = 0x115a74 "{39}\ndo_test aggerror-1.2 {\n execsql {\n INSERT INTO t1 VALUES(40);\n SELECT x_count(*) FROM t1;\n }\n} {40}\ndo_test aggerror-1.3 {\n catchsql {\n SELECT x_count(a) FROM t1;\n }\n} {1 {value of 4"..., size = 4, numComponents = 1}, {type = 4, start = 0x115a75 "39}\ndo_test aggerror-1.2 {\n execsql {\n INSERT INTO t1 VALUES(40);\n SELECT x_count(*) FROM t1;\n }\n} {40}\ndo_test aggerror-1.3 {\n catchsql {\n SELECT x_count(a) FROM t1;\n }\n} {1 {value of 40"..., size = 2, numComponents = 0}, {type = 1075882824, start = 0x0, size = 1075829604, numComponents = -77273016}, {type = 1075882824, start = 0x74616765
, size = 1075471323, numComponents = 1075471639}, {type = 32, start = 0xfb64e890 "", size = -77272948, numComponents = -77272952}, { type = 0, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 913232, numComponents = 913232}, {type = 0, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 913232, numComponents = 1075882824}, {type = 1075882824, start = 0xf65d8 "", size = 1009112, numComponents = 1075663307}, {type = 710840, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 1075894656, numComponents = 875442735}, {type = 1075882824, start = 0x1153d8 "", size = 1135576, numComponents = 0}, {type = 1075882824, start = 0x1
, size = 710584, numComponents = 0}, {type = 1075882824, start = 0x4020909a "6h@ «H@\0366ü@ «H@\036=Ð@ «H@\036H\\@ «H@\036P @ «H@\036Q°@ «H@\036S¨@ «H@\036U", size = 1075872960, numComponents = 1075626127}, { type = 1075894024, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 913232, numComponents = -77272704}, {type = 1075882824, start = 0x1153d8 "", size = 1, numComponents = 0}}} staticObjArray = {0xf7e80, 0xf7ee0, 0xf7e68, 0xf7e38, 0xf65f0, 0x8, 0x4020ab48, 0x0, 0xbe7fc, 0x2, 0x1, 0xf65d8, 0xb6048, 0x1153d8, 0x4020ab48, 0xf65f0, 0xb6048, 0x8f8d9400, 0xc, 0x4020ab48} objv = (Tcl_Obj **) 0xfb64e7c8 tokenPtr = (Tcl_Token *) 0xfb64e8b0 code = 0 i = commandLength = bytesLeft = 1303 nested = savedVarFramePtr = (CallFrame *) 0x0 gotParse = objectsUsed = 4 #24 0x401b4e44 in Tcl_FSEvalFile (interp=0xb6048, pathPtr=0xf65d8) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclIOUtil.c:1776 result = length = 1962 statBuf = {st_dev = 2068, __pad1 = 0, __st_ino = 0, st_mode = 33188, st_nlink = 1, st_uid = 250, st_gid = 250, st_rdev = 0, __pad2 = 0, st_size = 1962, st_blksize = 4096, st_blocks = 8, st_atim = { tv_sec = 1246374656, tv_nsec = 0}, st_mtim = {tv_sec = 1233850733, tv_nsec = 0}, st_ctim = {tv_sec = 1246374659, tv_nsec = 0}, st_ino = 497046} oldScriptFile = (Tcl_Obj *) 0xbbae8 iPtr = string = 0x208
chan = objPtr = (Tcl_Obj *) 0xf65f0 #25 0x40163004 in TclEvalObjvInternal (interp=0xb6048, objc=2, objv=0xbe7fc, command=0x0, length=0, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:3219 cmdPtr = newObjv = savedVarFramePtr = (CallFrame *) 0x0 code = 0 traceCode = 0 checkTraces = 1 savedNsPtr = (Namespace *) 0x0 #26 0x40193418 in TclExecuteByteCode (interp=0xb6048, codePtr=0xf0c70) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclExecute.c:1509 objv = (Tcl_Obj **) 0xbe7fc preservedStackRefCountPtr = eePtr = (ExecEnv *) 0xb5868 stackPtr = (Tcl_Obj **) 0xbe7fc stackTop = 1 pc = opnd = pcAdjustment = rangePtr = result = 0 storeFlags = -77274264 valuePtr = (Tcl_Obj *) 0xbbf68 value2Ptr = objPtr = bytes = length = 0 i = w = 31 cleanup = objResultPtr = part1 = part2 = varPtr = arrayPtr = (Var *) 0x0 varFramePtr = (CallFrame *) 0x0 catchStackStorage = {0, 0, 0, 16} catchStackPtr = (int *) 0xfb64e378 catchTop = -1 #27 0x40196ee4 in TclCompEvalObj (interp=0xb6048, objPtr=0xbc100) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclExecute.c:1034 codePtr = (ByteCode *) 0xf0c70 oldCount = 96 script = numSrcBytes = 790 result = 0 namespacePtr = (Namespace *) 0x48 #28 0x4016412c in Tcl_EvalObjEx (interp=0x3d277431, objPtr=0x208, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:4618 iPtr = script = numSrcBytes = result = savedVarFramePtr = (CallFrame *) 0x0 #29 0x4016a690 in Tcl_ForeachObjCmd (dummy=, interp=0xb6048, objc=0, objv=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclCmdAH.c:1895 result = 4 i = 4 j = 0 maxj = 477 v = 1 numLists = 1 bodyPtr = (Tcl_Obj *) 0xbc100 argObjStorage = {0xbbab8, 0xbc0a0, 0xbc550, 0xbc100, 0x3, 0x40162b37, 0x6, 0x14, 0x0} argObjv = (Tcl_Obj **) 0xfb64e0d8 indexArray = {1, 0, 770184, 954707} varcListArray = {1, 0, 1075882824, 954713} varvListArray = {0xca098, 0x401c2e8b, 0x4, 0xe9159} argcListArray = {477, 0, 745544, 0} argvListArray = {0x120570, 0x4020ab48, 0xb6048, 0x4020ab48} index = (int *) 0xfb64e088 varcList = (int *) 0xfb64e098 varvList = (Tcl_Obj ***) 0xfb64e0a8 argcList = (int *) 0xfb64e0b8 argvList = (Tcl_Obj ***) 0xfb64e0c8 #30 0x40163004 in TclEvalObjvInternal (interp=0xb6048, objc=4, objv=0xfb64dd48, command=0xe9141 "foreach testfile [lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the "..., length=853, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:3219 cmdPtr = newObjv = savedVarFramePtr = (CallFrame *) 0x0 code = 0 traceCode = 0 checkTraces = 0 savedNsPtr = (Namespace *) 0x0 #31 0x401634f8 in Tcl_EvalEx (interp=0xb6048, script=0xe8860 "#\n# May you do good and not evil.\n# May you find forgiveness for yourself and forgive others.\n# May you share freely, never taking more than you give.\n#\n#", '*' ..., numBytes=, flags=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:4011 iPtr = p = next = parse = {commentStart = 0x0, commentSize = 0, commandStart = 0xe9141 "foreach testfile [lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the "..., commandSize = 853, numWords = 4, tokenPtr = 0xfb64ddd0, numTokens = 8, tokensAvailable = 20, errorType = 0, string = 0xe9140 "\nforeach testfile [lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the"..., end = 0xe9523 "", interp = 0xb6048, term = 0xe9495 "\n#set argv quick\n#source $testdir/permutations.test\n#set argv \"\"\nsource $testdir/misuse.test\n\nset sqlite_open_file_count 0\nreally_finish_test\n", incomplete = 0, staticTokens = {{type = 2, start = 0xe9141 "foreach testfile [lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the "..., size = 7, numComponents = 1}, {type = 4, start = 0xe9141 "foreach testfile [lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the "..., size = 7, numComponents = 0}, {type = 2, start = 0xe9149 "testfile [lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the malloc o"..., size = 8, numComponents = 1}, {type = 4, start = 0xe9149 "testfile [lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the malloc o"..., size = 8, numComponents = 0}, {type = 1, start = 0xe9152 "[lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the malloc or \n # "..., size = 42, numComponents = 1}, {type = 16, start = 0xe9152 "[lsort -dictionary [glob $testdir/*.test]] {\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the malloc or \n # "..., size = 42, numComponents = 0}, {type = 2, start = 0xe917d "{\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the malloc or \n # IO error simulations.\n if {[info exists "..., size = 792, numComponents = 1}, {type = 4, start = 0xe917e "\n set tail [file tail $testfile]\n if { [lsearch $QUICKTEST_INCLUDE $tail]<0 } {\n # If this is \"veryquick.test\", do not run any of the malloc or \n # IO error simulations.\n if {[info exists I"..., size = 790, numComponents = 0}, {type = 1075882824, start = 0x0, size = 1075829604, numComponents = -77275704}, {type = 1075882824, start = 0x2e
, size = 1075471323, numComponents = 1075471639}, {type = 32, start = 0xfb64de10 "", size = -77275636, numComponents = -77275640}, {type = 0, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 911440, numComponents = 911440}, {type = 0, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 911440, numComponents = 1075882824}, {type = 1075882824, start = 0xbbae8 "", size = 768744, numComponents = 1075663307}, {type = 710840, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 1075894656, numComponents = 875442735}, {type = 1075882824, start = 0xe2a58 "\n catch {db close}\n show_memstats\n", size = 928344, numComponents = 0}, {type = 1075882824, start = 0x0, size = 710584, numComponents = 0}, {type = 1075882824, start = 0x4020909a "6h@ «H@\0366ü@ «H@\036=Ð@ «H@\036H\\@ «H@\036P @ «H@\036Q°@ «H@\036S¨@ «H@\036U", size = 1075872960, numComponents = 1075626127}, { type = 1075894024, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = 911440, numComponents = -77275392}, {type = 1075882824, start = 0xe2a58 "\n catch {db close}\n show_memstats\n", size = 1, numComponents = 0}}} staticObjArray = {0xbbab8, 0xbc0a0, 0xbc550, 0xbc100, 0xbbce0, 0x8, 0x4020ab48, 0x0, 0xfb64d848, 0x2, 0x1, 0xbbae8, 0xb6048, 0xe2a58, 0x4020ab48, 0xbbce0, 0xb6048, 0x8f8d9400, 0xfb64d920, 0xb6848} objv = (Tcl_Obj **) 0xfb64dd48 tokenPtr = (Tcl_Token *) 0xfb64de30 code = 0 i = commandLength = bytesLeft = 995 nested = savedVarFramePtr = (CallFrame *) 0x0 gotParse = objectsUsed = 4 #32 0x401b4e44 in Tcl_FSEvalFile (interp=0xb6048, pathPtr=0xbbae8) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclIOUtil.c:1776 result = length = 3267 statBuf = {st_dev = 2068, __pad1 = 0, __st_ino = 0, st_mode = 33188, st_nlink = 1, st_uid = 250, st_gid = 250, st_rdev = 0, __pad2 = 0, st_size = 3267, st_blksize = 4096, st_blocks = 8, st_atim = { tv_sec = 1246374656, tv_nsec = 0}, st_mtim = {tv_sec = 1241494808, tv_nsec = 0}, st_ctim = {tv_sec = 1246374659, tv_nsec = 0}, st_ino = 491857} oldScriptFile = (Tcl_Obj *) 0xbbad0 iPtr = string = 0x208
chan = objPtr = (Tcl_Obj *) 0xbbce0 #33 0x40163004 in TclEvalObjvInternal (interp=0xb6048, objc=2, objv=0xfb64d848, command=0xe4a6c "source $testdir/quick.test\n", length=27, flags=0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:3219 cmdPtr = newObjv = savedVarFramePtr = (CallFrame *) 0x0 code = 0 traceCode = 0 checkTraces = 0 savedNsPtr = (Namespace *) 0x0 #34 0x401634f8 in Tcl_EvalEx (interp=0xb6048, script=0xe4858 "#\n# May you do good and not evil.\n# May you find forgiveness for yourself and forgive others.\n# May you share freely, never taking more than you give.\n#\n#", '*' ..., numBytes=, flags=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclBasic.c:4011 iPtr = p = next = parse = {commentStart = 0x0, commentSize = 0, commandStart = 0xe4a6c "source $testdir/quick.test\n", commandSize = 27, numWords = 2, tokenPtr = 0xfb64d8d0, numTokens = 6, tokensAvailable = 20, errorType = 0, string = 0xe4a6c "source $testdir/quick.test\n", end = 0xe4a87 "", interp = 0xb6048, term = 0xe4a86 "\n", incomplete = 0, staticTokens = {{type = 2, start = 0xe4a6c "source $testdir/quick.test\n", size = 6, numComponents = 1}, {type = 4, start = 0xe4a6c "source $testdir/quick.test\n", size = 6, numComponents = 0}, {type = 1, start = 0xe4a73 "$testdir/quick.test\n", size = 19, numComponents = 3}, {type = 32, start = 0xe4a73 "$testdir/quick.test\n", size = 8, numComponents = 1}, { type = 4, start = 0xe4a74 "testdir/quick.test\n", size = 7, numComponents = 0}, {type = 4, start = 0xe4a7b "/quick.test\n", size = 11, numComponents = 0}, {type = 559, start = 0xad8b8 "", size = 224896, numComponents = -560}, {type = 0, start = 0x5
, size = 1, numComponents = 0}, { type = 1075882824, start = 0x0, size = 1075799748, numComponents = 1}, { type = 1076061512, start = 0x2e
, size = 1075471323, numComponents = 1075982879}, {type = 32, start = 0xfb64d910 "", size = -77276916, numComponents = -77276920}, { type = 1075123596, start = 0x4020ab48 "@\034Vø@ «H@ ²Ü", size = -1, numComponents = 911440}, {type = 0, start = 0x40138f80 "", size = 1076067552, numComponents = 1075882824}, {type = 1075882824, start = 0xbbad0 "", size = 768720, numComponents = 1075663307}, { type = 710840, start = 0x0, size = 4, numComponents = -1174405120}, { type = 1075882824, start = 0xdb348 "./test/quick.test", size = 897864, numComponents = 0}, {type = 1075882824, start = 0x36e80 "OÇ?\001GS", size = 226944, numComponents = 271856}, {type = 475816, start = 0x1
, size = 222848, numComponents = 224896}, {type = 224896, start = 0x36680 "@s", size = 224896, numComponents = 224896}, {type = 1, start = 0xd6c70 "\003\211", size = 1075003392, numComponents = 0}}} staticObjArray = {0xbbc08, 0xbbae8, 0xbbc68, 0x4020ab48, 0xbbb30, 0x36e80, 0x4020ab48, 0x36680, 0x36e80, 0x36e80, 0x206c8763, 0x0, 0x4, 0xba000000, 0x41d2928b, 0x10800000, 0x41d2928a, 0xbf000000, 0xfb64d84c, 0xfb64d848} objv = (Tcl_Obj **) 0xfb64d848 tokenPtr = (Tcl_Token *) 0xfb64d8f0 code = 0 i = commandLength = bytesLeft = 27 nested = savedVarFramePtr = (CallFrame *) 0x0 gotParse = objectsUsed = 2 #35 0x401b4e44 in Tcl_FSEvalFile (interp=0xb6048, pathPtr=0xbbad0) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclIOUtil.c:1776 result = length = 559 statBuf = {st_dev = 2068, __pad1 = 0, __st_ino = 0, st_mode = 33188, st_nlink = 1, st_uid = 250, st_gid = 250, st_rdev = 0, __pad2 = 0, st_size = 559, st_blksize = 4096, st_blocks = 8, st_atim = { tv_sec = 1246374656, tv_nsec = 0}, st_mtim = {tv_sec = 1215874341, tv_nsec = 0}, st_ctim = {tv_sec = 1246374659, tv_nsec = 0}, st_ino = 497215} oldScriptFile = (Tcl_Obj *) 0x0 iPtr = string = 0x208
chan = objPtr = (Tcl_Obj *) 0xbbb30 #36 0x401b4f64 in Tcl_EvalFile (interp=0x0, fileName=) at /mnt/alt/portage-tmp/portage/dev-lang/tcl-8.4.18/work/tcl8.4.18/unix/../generic/tclIOUtil.c:291 ret = pathPtr = (Tcl_Obj *) 0xbbad0 #37 0x0002cffc in main (argc=2, argv=0xfb64d01c) at ./src/tclsqlite.c:2901 i = -77277752 zArgc = "0\000W@\000\003s \000\n]\026@wØ\034\000\000\000\000\000\000\000\000@wØ\034\000\000\000" interp = (Tcl_Interp *) 0xb6048 (gdb) quit