Skip to content

Instantly share code, notes, and snippets.

@cholcombe973
Created November 16, 2016 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cholcombe973/0e9d28d66dad905909a0e5a59381ca42 to your computer and use it in GitHub Desktop.
Save cholcombe973/0e9d28d66dad905909a0e5a59381ca42 to your computer and use it in GitHub Desktop.
(gdb) backtrace
#0 sqlite3WhereClauseClear (pWC=0x7fffea5a6560) at sqlite3.c:123127
#1 0x00007fffee1cc5b1 in whereInfoFree (db=0x7fffea5a8008, pWInfo=0x7fffea5a6408) at sqlite3.c:125022
#2 0x00007fffee20c044 in sqlite3Select (pParse=pParse@entry=0x7fffea454808, p=<optimized out>,
pDest=pDest@entry=0x7fffffff2e10) at sqlite3.c:115416
#3 0x00007fffee237bde in yy_reduce (yyruleno=111, yypParser=0x7fffea465008) at sqlite3.c:130315
#4 sqlite3Parser (yyp=yyp@entry=0x7fffea465008, yymajor=yymajor@entry=1, yyminor=...,
pParse=pParse@entry=0x7fffea454808) at sqlite3.c:331
#5 0x00007fffee23b9f0 in sqlite3RunParser (pParse=pParse@entry=0x7fffea454808,
zSql=zSql@entry=0x7fffea5af300 "SELECT blocks FROM mtime_cache WHERE path=? AND mtime=? AND mtime_nsec=? AND size=?", pzErrMsg=pzErrMsg@entry=0x7fffffff2f40) at sqlite3.c:132342
#6 0x00007fffee23c082 in sqlite3Prepare (db=db@entry=0x7fffea5a8008,
zSql=zSql@entry=0x7fffea5af300 "SELECT blocks FROM mtime_cache WHERE path=? AND mtime=? AND mtime_nsec=? AND size=?", nBytes=nBytes@entry=84, saveSqlFlag=saveSqlFlag@entry=1, pReprepare=pReprepare@entry=0x0,
ppStmt=ppStmt@entry=0x7fffffff3058, pzTail=0x0) at sqlite3.c:109991
#7 0x00007fffee23c40a in sqlite3LockAndPrepare (db=0x7fffea5a8008,
zSql=0x7fffea5af300 "SELECT blocks FROM mtime_cache WHERE path=? AND mtime=? AND mtime_nsec=? AND size=?",
nBytes=84, saveSqlFlag=1, pOld=0x0, ppStmt=0x7fffffff3058, pzTail=0x0) at sqlite3.c:110083
#8 0x00007fffee23c6e6 in sqlite3_prepare_v2 (db=<optimized out>, zSql=<optimized out>, nBytes=<optimized out>,
ppStmt=<optimized out>, pzTail=<optimized out>) at sqlite3.c:110159
#9 0x00005555556ad16c in rusqlite::{{impl}}::prepare (self=<optimized out>, conn=<optimized out>, sql=...)
at /home/chris/.multirust/toolchains/stable/cargo/registry/src/github.com-1ecc6299db9ec823/rusqlite-0.6.0/src/lib.rs:677
#10 rusqlite::{{impl}}::prepare (self=0x7fffffff5938, sql=...)
at /home/chris/.multirust/toolchains/stable/cargo/registry/src/github.com-1ecc6299db9ec823/rusqlite-0.6.0/src/lib.rs:416
---Type <return> to continue, or q <return> to quit---
#11 0x00005555556291f9 in rusqlite::{{impl}}::query_row<collections::string::String,closure> (
sql=<error reading variable: access outside bounds of object referenced via synthetic pointer>,
params=<error reading variable: access outside bounds of object referenced via synthetic pointer>,
self=<optimized out>, f=...)
at /home/chris/.multirust/toolchains/stable/cargo/registry/src/github.com-1ecc6299db9ec823/rusqlite-0.6.0/src/lib.rs:335
#12 preserve::cmds::create::read_file<&std::path::PathBuf> (file=0x7fffea4531f8, base_path=<optimized out>,
cache_db=0x7fffffff5938, block_store=0x7fffffff5798,
backend=<error reading variable: access outside bounds of object referenced via synthetic pointer>,
progress=<optimized out>, total_size=30064771068) at /home/chris/repos/preserve/src/cmds/create/mod.rs:531
#13 0x0000555555621a60 in preserve::cmds::create::{{impl}}::read_files (self=<optimized out>)
at /home/chris/repos/preserve/src/cmds/create/mod.rs:493
#14 preserve::cmds::create::execute (args=<optimized out>) at /home/chris/repos/preserve/src/cmds/create/mod.rs:68
#15 0x0000555555631d83 in preserve::main () at /home/chris/repos/preserve/src/main.rs:99
#16 0x0000555555719eb7 in __rust_maybe_catch_panic ()
#17 0x0000555555710bf2 in std::rt::lang_start::h538f8960e7644c80 ()
#18 0x00007fffed11b830 in __libc_start_main (main=0x555555637ac0 <main>, argc=9, argv=0x7fffffffe5d8,
init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe5c8)
at ../csu/libc-start.c:291
#19 0x00005555555fe759 in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment