Hi,

Apparently deselecting MEMSTATUS did not fix every fault:

(gdb) bt
#0  0x0000000801e35400 in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7
#1  0x0000000801e3dad5 in free () from /lib/libc.so.7
#2  0x000000080130208e in sqlite3HashClear (pH=0x80255e0a0) at sqlite3.c:22278
#3  0x000000080130dc70 in sqlite3SchemaClear (p=Variable "p" is not available.
) at sqlite3.c:85429
#4  0x000000080130fc35 in sqlite3ResetInternalSchema (db=0x802408000, 
iDb=Variable "iDb" is not available.
) at sqlite3.c:81632
#5  0x0000000801336532 in sqlite3_close (db=0x802408000) at sqlite3.c:113175
#6  0x0000000802117a4a in ~SoftSession (this=0x802418300) at 
../../../src/lib/SoftSession.cpp:109
#7  0x0000000802116f2d in SoftHSMInternal::closeSession (this=0x802503600, 
hSession=Variable "hSession" is not available.
) at ../../../src/lib/SoftHSMInternal.cpp:180
#8  0x000000000041b40e in hsm_session_close ()
#9  0x000000000041b4df in hsm_ctx_close ()
#10 0x000000000041d795 in hsm_close ()
#11 0x0000000000404b98 in server_main ()
#12 0x000000000040967b in main ()
(gdb) bt full
#0  0x0000000801e35400 in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7
No symbol table info available.
#1  0x0000000801e3dad5 in free () from /lib/libc.so.7
No symbol table info available.
#2  0x000000080130208e in sqlite3HashClear (pH=0x80255e0a0) at sqlite3.c:22278
        next_elem = (HashElem *) 0x0
        elem = (HashElem *) 0x80252afd0
#3  0x000000080130dc70 in sqlite3SchemaClear (p=Variable "p" is not available.
) at sqlite3.c:85429
        temp1 = {htsize = 0, count = 4, first = 0x80252af70, ht = 0x0}
        temp2 = {htsize = 0, count = 1, first = 0x80252afa0, ht = 0x0}
        pElem = Variable "pElem" is not available.

--
Jerry Lundström - Software Engineer
.SE - The Internet Infrastructure Foundation
http://www.iis.se/


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

Reply via email to