jonhoo / jonhoo/rucache

arithmetic operation overflowed in src/bins.rs:96

Open
#1 7 comments 0 reactions 1 assignee Claimed by @jonhoo View on GitHub
Dominant language
Rust
Stars
7
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Hi,

I was benchmarking `rucache` using `memtier_benchmark` and I ran into this crash.

The problem seems to be in an unsafe line.

```
if let Some(av) = unsafe { mem::transmute::<*mut sync::Arc, &sync::Weak>(v) }.upgrade() {
```

```

24: 0x7f4e3b76cf9b - thread::Builder::spawn_inner::closure.5697
thread ' thread ' ' panicked at ' arithmetic operation overflowed ', ../src/liballoc/arc.rsat :../src/libstd/thread/mod.rs' panicked at 'arithmetic operation overflowed470',
../src/liballoc/arc.rs:thread ':345470

' panicked at 'arithmetic operation overflowed', ../src/liballoc/arc.rs:470
25: thread ' 0x7f4e3b76cf1e - rt::' panicked at 'unwindarithmetic operation overflowed::', try::../src/liballoc/arc.rs:try_fn470
::__rust_abi::h2486951598883450401
at ../src/libstd/rt/unwind/mod.rs:158
26: 0x7f4e3b76ceb9 - rt::unwind::try::try_fn::h2486951598883450401
27: 0x7f4e3b7db0b8 - rust_try_inner
28: 0x7f4e3b7db0a5 - rust_try
thread '29: ' panicked at '0xarithmetic operation overflowed7f4e3b7d15d7 - ', rt../src/liballoc/arc.rs:::470unwind
::try::inner_try::h5a570ede378561c67Aw
thread '30: thread '0x7f4e3b76ce1f - rt' panicked at '::arithmetic operation overflowedunwind', ::../src/liballoc/arc.rstry:470::h15165529387770719262' panicked at '

arithmetic operation overflowed ', ../src/liballoc/arc.rs : 470
at ../src/libstd/rt/unwind/mod.rs:130
31: 0x7f4e3b76cc6b - thread::Builder::spawn_inner::closure.5649
at ../src/libstd/thread/mod.rs:345
32: 0x7f4e3b76d7bd - boxed::F.FnBox::call_box::h16188778627384758739
' panicked at 'arithmetic operation overflowed ', ../src/liballoc/arc.rs : 470
at thread '../src/liballoc/boxed.rsthread ':371
33' panicked at ': arithmetic operation overflowed ', ../src/liballoc/arc.rsthread ' :470
0x7f4e3b7d5ad1 - sys::thread::Thread::new::' panicked at 'thread_start::arithmetic operation overflowed', ../src/liballoc/arc.rshf1e1efd2327aff2e3Kv:
470
' panicked at 'arithmetic operation overflowed', 34../src/liballoc/arc.rs: : 470
0x7f4e3a821181 - start_thread
thread 'thread '35: 0x7f4e3b03c00c - __clone' panicked at '
arithmetic operation overflowed', ../src/liballoc/arc.rs:470
36: ' panicked at ' arithmetic operation overflowed', ../src/liballoc/arc.rs : 470
0xthread '0 - ' panicked at '
arithmetic operation overflowedstack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
14: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
15: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
16: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
17: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
18: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
19: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
20: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
21: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
22: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
23: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
33: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
34: 0x7f4e3a821181 - start_thread
35: 0x7f4e3b03c00c - __clone
36: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b781582 - bins::Bin::has::h236ff579b451d1f98ca
at src/bins.rs:71
11: 0x7f4e3b799f74 - CuckooMap::get::h09dc8483a8ad087dQhc
at src/lib.rs:282
12: 0x7f4e3b799258 - Map::get::h93ba2d01850398fdg5b
at src/lib.rs:186
13: 0x7f4e3b772af1 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:195
14: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
15: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
16: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
17: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
18: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
28: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
29: 0x7f4e3a821181 - start_thread
30: 0x7f4e3b03c00c - __clone
31: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b781582 - bins::Bin::has::h236ff579b451d1f98ca
at src/bins.rs:71
11: 0x7f4e3b799f74 - CuckooMap::get::h09dc8483a8ad087dQhc
at src/lib.rs:282
12: 0x7f4e3b799258 - Map::get::h93ba2d01850398fdg5b
at src/lib.rs:186
13: 0x7f4e3b772af1 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:195
14: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
15: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
16: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
17: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
18: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
28: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
29: 0x7f4e3a821181 - start_thread
30: 0x7f4e3b03c00c - __clone
31: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b7aa2ff - CuckooMap::validate_execute::h24944bc0f0a92aadK5c
at src/lib.rs:534
11: 0x7f4e3b797c5b - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:422
12: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
13: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
14: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
15: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
16: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
17: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
18: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
19: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
29: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
30: 0x7f4e3a821181 - start_thread
31: 0x7f4e3b03c00c - __clone
32: 0x0 -
stack backtrace:
thread '' panicked at 'called `Result::unwrap()` on an `Err` value: "PoisonError { inner: .. }"', ../src/libcore/result.rs:1731:
0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b783ed2 - bins::Bin::available::hfd98bb4350866401Lka
at src/bins.rs:170
11: 0x7f4e3b7ab668 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:517
12: 0x7f4e3b7ab794 - CuckooMap::find::hec76350194b7a30820c
at src/lib.rs:520
13: 0x7f4e3b7a8b8e - CuckooMap::search::h7746ab2972970349BZc
at src/lib.rs:462
14: 0x7f4e3b797635 - CuckooMap::insert::hb028a866befd3087Dtc
at src/lib.rs:397
15: 0x7f4e3b798fdc - Map::op::hdbf4d35b44e33734d4b
at src/lib.rs:173
16: 0x7f4e3b79b139 - Map::set::hdee45e28c0f88abfR5b
at src/lib.rs:194
17: 0x7f4e3b773192 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:152
18: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
19: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
20: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
21: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
22: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
32: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
33: 0x7f4e3a821181 - start_thread
34: 0x7f4e3b03c00c - __clone
35: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b781582 - bins::Bin::has::h236ff579b451d1f98ca
at src/bins.rs:71
11: 0x7f4e3b799f74 - CuckooMap::get::h09dc8483a8ad087dQhc
at src/lib.rs:282
12: 0x7f4e3b799258 - Map::get::h93ba2d01850398fdg5b
at src/lib.rs:186
13: 0x7f4e3b772af1 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:195
14: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
15: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
16: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
17: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
18: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
28: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
29: 0x7f4e3a821181 - start_thread
30: 0x7f4e3b03c00c - __clone
31: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b781582 - bins::Bin::has::h236ff579b451d1f98ca
at src/bins.rs:71
11: 0x7f4e3b799f74 - CuckooMap::get::h09dc8483a8ad087dQhc
at src/lib.rs:282
12: 0x7f4e3b799258 - Map::get::h93ba2d01850398fdg5b
at src/lib.rs:186
13: 0x7f4e3b772af1 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:195
14: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
15: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
16: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
17: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
18: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
28: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
29: 0x7f4e3a821181 - start_thread
30: 0x7f4e3b03c00c - __clone
31: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b781582 - bins::Bin::has::h236ff579b451d1f98ca
at src/bins.rs:71
11: 0x7f4e3b799f74 - CuckooMap::get::h09dc8483a8ad087dQhc
at src/lib.rs:282
12: 0x7f4e3b799258 - Map::get::h93ba2d01850398fdg5b
at src/lib.rs:186
13: 0x7f4e3b772af1 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:195
14: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
15: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
16: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
17: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
18: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
28: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
29: 0x7f4e3a821181 - start_thread
30: 0x7f4e3b03c00c - __clone
31: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b781582 - bins::Bin::has::h236ff579b451d1f98ca
at src/bins.rs:71
11: 0x7f4e3b799f74 - CuckooMap::get::h09dc8483a8ad087dQhc
at src/lib.rs:282
12: 0x7f4e3b799258 - Map::get::h93ba2d01850398fdg5b
at src/lib.rs:186
13: 0x7f4e3b772af1 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:195
14: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
15: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
16: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
17: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
18: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
28: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
29: 0x7f4e3a821181 - start_thread
30: 0x7f4e3b03c00c - __clone
31: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b781582 - bins::Bin::has::h236ff579b451d1f98ca
at src/bins.rs:71
11: 0x7f4e3b799f74 - CuckooMap::get::h09dc8483a8ad087dQhc
at src/lib.rs:282
12: 0x7f4e3b799258 - Map::get::h93ba2d01850398fdg5b
at src/lib.rs:186
13: 0x7f4e3b772af1 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:195
14: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
15: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
16: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
17: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
18: 0x7f4e3b76d4cb - boxed::Box::call_box::h16188778627384758739
at ../src/liballoc/boxed.rs:371
28: 0x7f4e3b7d5ad1 - sys::thread::Thread::new::thread_start::hf1e1efd2327aff2e3Kv
29: 0x7f4e3a821181 - start_thread
30: 0x7f4e3b03c00c - __clone
31: 0x0 -
stack backtrace:
1: 0x7f4e3b7d3a03 - sys::backtrace::write::hd82c5999a7a62630jgs
2: 0x7f4e3b7d6fc1 - panicking::on_panic::h99b1fe3d1528bf2cuZw
3: 0x7f4e3b7c77ba - rt::unwind::begin_unwind_inner::hde455772bd68f136eFw
4: 0x7f4e3b7c7e87 - rt::unwind::begin_unwind_fmt::h89431a182cf4200ekEw
5: 0x7f4e3b7d6916 - rust_begin_unwind
6: 0x7f4e3b802354 - panicking::panic_fmt::h570b659a09929624i5B
7: 0x7f4e3b801ce4 - panicking::panic::hff0f3a83c5723052P3B
8: 0x7f4e3b78245d - arc::Weak::upgrade::h5662465544976330830
at ../src/liballoc/arc.rs:470
9: 0x7f4e3b781b04 - bins::Bin::v::h9d63469f070f77e8vea
at src/bins.rs:96
10: 0x7f4e3b781582 - bins::Bin::has::h236ff579b451d1f98ca
at src/bins.rs:71
11: 0x7f4e3b799f74 - CuckooMap::get::h09dc8483a8ad087dQhc
at src/lib.rs:282
12: 0x7f4e3b799258 - Map::get::h93ba2d01850398fdg5b
at src/lib.rs:186
13: 0x7f4e3b772af1 - execute::hd091faf5b6115dc4Bqa
at src/main.rs:195
14: 0x7f4e3b776af8 - handle_client::h504b72682c58ffefYBa
at src/main.rs:282
15: 0x7f4e3b76dba2 - handle_clients::h781a51bf04bb75e4DHa
at src/main.rs:304
16: 0x7f4e3b76d99f - main::closure.5723
at src/main.rs:88
17: 0x7f4e3b76d920 - boxed::F.FnBox
::call_box::h1197734960997403474
at ../src/liballoc/boxed.rs:371
18: 0x7f4e3b76d4cb - boxed::Box

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.