Skip to content

Instantly share code, notes, and snippets.

@cholcombe973
Last active November 17, 2016 17:35
Show Gist options
  • Save cholcombe973/db3fe13854d23e4d401766468fd097f8 to your computer and use it in GitHub Desktop.
Save cholcombe973/db3fe13854d23e4d401766468fd097f8 to your computer and use it in GitHub Desktop.
#0 0x0000555555726d2d in arena_dalloc_bin_locked_impl ()
#1 0x000055555574108a in je_tcache_bin_flush_small ()
#2 0x0000555555729376 in je_arena_ralloc ()
#3 0x000055555571f4b1 in rallocx ()
#4 0x000055555561e214 in alloc::heap::reallocate (ptr=<optimized out>, old_size=32, size=1048608, align=1)
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/obj/../src/liballoc/heap.rs:79
#5 alloc::raw_vec::{{impl}}::reserve<u8> (used_cap=32, needed_extra_cap=<optimized out>, self=<optimized out>)
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/obj/../src/liballoc/raw_vec.rs:427
#6 collections::vec::{{impl}}::reserve<u8> (additional=<optimized out>, self=<optimized out>)
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/obj/../src/libcollections/vec.rs:428
#7 collections::vec::{{impl}}::extend_from_slice<u8> (other=..., self=<optimized out>)
at /buildslave/rust-buildbot/slave/stable-dist-rustc-linux/build/obj/../src/libcollections/vec.rs:1092
#8 preserve::keystore::{{impl}}::encrypt_block (self=<optimized out>,
block=<error reading variable: access outside bounds of object referenced via synthetic pointer>,
id=<optimized out>, secret=<optimized out>) at /home/chris/repos/preserve/src/keystore.rs:293
#9 preserve::block::{{impl}}::new_block_from_plaintext (self=<optimized out>,
plaintext=<error reading variable: access outside bounds of object referenced via synthetic pointer>,
backend=...) at /home/chris/repos/preserve/src/block.rs:32
#10 preserve::cmds::create::read_file_inner<&std::path::PathBuf> (block_store=<optimized out>, backend=...,
total_size=<optimized out>, expected_mtime=1479396635, expected_mtime_nsec=933444385, expected_size=485490688,
path=<optimized out>, progress=<optimized out>) at /home/chris/repos/preserve/src/cmds/create/mod.rs:692
#11 preserve::cmds::create::read_file<&std::path::PathBuf> (base_path=<optimized out>, block_store=0x7fffe4a00000,
backend=<error reading variable: access outside bounds of object referenced via synthetic pointer>,
progress=<optimized out>, total_size=464, file=<optimized out>)
at /home/chris/repos/preserve/src/cmds/create/mod.rs:590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment