Skip to content

Instantly share code, notes, and snippets.

@cmsd2
Created September 11, 2015 17:05
Show Gist options
  • Save cmsd2/d92d55cf90e2dd78fc6b to your computer and use it in GitHub Desktop.
Save cmsd2/d92d55cf90e2dd78fc6b to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x00007f14bd7768f0 in oom::h8cb42d0549966493atb ()
#1 0x00007f14bd65ba6c in zookeeper::raw_vec::RawVec<T>::with_capacity (cap=18446744073709551615) at ../src/liballoc/raw_vec.rs:95
#2 0x00007f14bd65b9b0 in zookeeper::vec::Vec<T>::with_capacity (capacity=18446744073709551615) at ../src/libcollections/vec.rs:207
#3 0x00007f14bd65fc90 in zookeeper::vec::from_elem<u8> (elem=0 '\000', n=18446744073709551615) at ../src/libcollections/vec.rs:991
#4 0x00007f14bd68de03 in zookeeper::proto::R.BufferReader::read_buffer (self=0x7f14b9ffcc68) at src/proto.rs:62
#5 0x00007f14bd69af58 in zookeeper::proto::GetDataResponse.ReadFrom::read_from<std::io::cursor::Cursor<collections::vec::Vec<u8>>> (
reader=0x7f14b9ffcc68) at src/proto.rs:399
#6 0x00007f14bd699d11 in zookeeper::zookeeper::ZooKeeper::request<zookeeper::proto::StringAndBoolRequest,zookeeper::proto::GetDataResponse>
(self=0x7f14ba026100, opcode=GetData, xid=18, req=..., watch=...) at src/zookeeper.rs:118
#7 0x00007f14bd6bd6e3 in zookeeper::zookeeper::ZooKeeper::get_data_w<closure> (self=0x7f14ba026100, path=..., watcher=...)
at src/zookeeper.rs:233
#8 0x00007f14bd6b646d in zookeeper::recipes::cache::PathChildrenCache::get_data (zk=..., path=..., data=..., ops_chan=...)
at src/recipes/cache.rs:130
#9 0x00007f14bd6a72ad in zookeeper::recipes::cache::PathChildrenCache::get_children (zk=..., path=..., data=..., ops_chan=...)
at src/recipes/cache.rs:81
#10 0x00007f14bd6c8c20 in zookeeper::recipes::cache::PathChildrenCache::handle_operation (op=..., zk=..., path=..., data=...,
event_listeners=..., ops_chan_tx=...) at src/recipes/cache.rs:217
#11 0x00007f14bd6d55bc in fnfn () at src/recipes/cache.rs:271
#12 0x00007f14bd6d49bc in zookeeper::boxed::F.FnBox<A>::call_box (self=0x7f14baf28230, args=0) at ../src/liballoc/boxed.rs:493
#13 0x00007f14bd6d45ec in zookeeper::boxed::Box<FnBox<A, Output = R>+ Send + 'a>.FnOnce<A>::call_once (self=..., args=0)
at ../src/liballoc/boxed.rs:509
#14 0x00007f14bd6d41ee in fnfn () at ../src/libstd/thread/mod.rs:279
#15 0x00007f14bd6d419a in zookeeper::rt::unwind::try::try_fn<closure> (opt_closure=0x7f14b9ffebf0 "") at ../src/libstd/rt/unwind/mod.rs:164
#16 0x00007f14bd76b789 in __rust_try ()
#17 0x00007f14bd7666c3 in rt::unwind::try::inner_try::hd76c5e575b28c10dwNw ()
#18 0x00007f14bd6d4104 in zookeeper::rt::unwind::try<closure> (f=...) at ../src/libstd/rt/unwind/mod.rs:136
#19 0x00007f14bd6d3f99 in fnfn () at ../src/libstd/thread/mod.rs:279
#20 0x00007f14bd6d47ed in zookeeper::boxed::F.FnBox<A>::call_box (self=0x7f14bbc2e240, args=0) at ../src/liballoc/boxed.rs:493
#21 0x00007f14bd76ac24 in sys::thread::Thread::new::thread_start::h7ae17e540604baffkXv ()
#22 0x00007f14bc69d6aa in start_thread (arg=0x7f14b9fff700) at pthread_create.c:333
#23 0x00007f14bcec6eed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment