The issue appears similar to what was mentioned here:
https://github.com/tensorflow/tensorboard/issues/1467


Multiple traces are seen, one of which is as follows:

(gdb) bt
#0  walRestartLog (pWal=0x2001f78) at sqlite3.c:51561
#1  sqlite3WalFrames (sync_flags=2, isCommit=1, nTruncate=68381,
pList=0x2002660, szPage=1024, pWal=0x2001f78)
    at sqlite3.c:51702
#2  pagerWalFrames (pPager=0x1fefc58, pList=0x0, nTruncate=68381,
isCommit=1) at sqlite3.c:44709
#3  0x000000000046fd02 in sqlite3PagerCommitPhaseOne (pPager=0x1fefc58,
zMaster=0x0, noSync=0) at sqlite3.c:47779
#4  0x00000000004701a8 in sqlite3PagerCommitPhaseOne (noSync=0, zMaster=0x0,
pPager=<optimized out>)
    at sqlite3.c:47758
#5  sqlite3BtreeCommitPhaseOne (p=0x1fc7758, zMaster=0x0) at sqlite3.c:56539
#6  0x00000000004816eb in vdbeCommit (p=0x7f2120001808, db=0x1fc7138) at
sqlite3.c:66795
#7  sqlite3VdbeHalt (p=0x7f2120001808) at sqlite3.c:1667
#8  0x00000000004852fd in sqlite3VdbeExec (p=0x7f2120001808) at
sqlite3.c:73820
#9  0x000000000048cf29 in sqlite3Step (p=0x7f2120001808) at sqlite3.c:69487
#10 sqlite3_step (pStmt=0x7f2120001808) at sqlite3.c:4017
#11 0x0000000000491462 in sqlite3_exec (db=0x1fc7138, zSql=<optimized out>,
xCallback=0x0, pArg=0x0, pzErrMsg=0x0)
    at sqlite3.c:101758

Could someone guide on the next steps, have been playing with pragmas for a
while now, but didn't succeed.



--
Sent from: http://sqlite.1065341.n5.nabble.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to