Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme mentions illumos/solaris but this does not seem to build #87

Open
sjorge opened this issue Aug 20, 2023 · 24 comments
Open

readme mentions illumos/solaris but this does not seem to build #87

sjorge opened this issue Aug 20, 2023 · 24 comments

Comments

@sjorge
Copy link

sjorge commented Aug 20, 2023

Before you begin

  1. Have you tried with the latest version of httm?

Yes

  1. Have you read the README and/or the help (httm -h or man httm)?

README, yes, man page, no.

  1. Is this actually a bug report?

Sort of? I was not really expecting it to build/run.

Removing the reference to illumos (did not try on actual solaris as I have no access to that) from the README is probably OK.

Describe the bug
httm fails to build, more specifically I think (not super familiar with rust) a dependent crate. (I think xattr)

To Reproduce
Steps to reproduce the behavior:

  1. boot a illumos system (I tried omnios)
  2. Install rust, gcc, ...
  3. run cargo install --git https://github.com/kimono-koans/httm.git --tag 0.30.0

Expected behavior
It to build as illumos was mentioned in the README

Screenshots
N/a but I have the output from cargo install

    Updating git repository `https://github.com/kimono-koans/httm.git`
  Installing httm v0.30.0 (https://github.com/kimono-koans/httm.git?tag=0.30.0#2e60aceb)
    Updating git repository `https://github.com/kimono-koans/timer.rs`
    Updating crates.io index
  Downloaded aho-corasick v1.0.4
  Downloaded scopeguard v1.2.0
  Downloaded errno v0.3.2
  Downloaded shlex v1.1.0
  Downloaded strsim v0.10.0
  Downloaded fuzzy-muff v0.3.10
  Downloaded thread_local v1.1.7
  Downloaded derive_builder_macro v0.12.0
  Downloaded darling_macro v0.14.4
  Downloaded memoffset v0.9.0
  Downloaded fnv v1.0.7
  Downloaded ident_case v1.0.1
  Downloaded utf8parse v0.2.1
  Downloaded number_prefix v0.4.0
  Downloaded dirs-next v2.0.0
  Downloaded simd-adler32 v0.3.7
  Downloaded static_assertions v1.1.0
  Downloaded itoa v1.0.9
  Downloaded lazy_static v1.4.0
  Downloaded cfg-if v1.0.0
  Downloaded iana-time-zone v0.1.57
  Downloaded version_check v0.9.4
  Downloaded env_logger v0.10.0
  Downloaded clap_lex v0.2.4
  Downloaded xattr v1.0.1
  Downloaded filetime v0.2.22
  Downloaded partition-identity v0.3.0
  Downloaded vte_generate_state_changes v0.1.1
  Downloaded is-terminal v0.4.9
  Downloaded which v4.4.0
  Downloaded deranged v0.3.8
  Downloaded dirs-sys-next v0.1.2
  Downloaded num_threads v0.1.6
  Downloaded atty v0.2.14
  Downloaded equivalent v1.0.1
  Downloaded crossbeam-deque v0.8.3
  Downloaded autocfg v1.1.0
  Downloaded termcolor v1.2.0
  Downloaded quote v1.0.33
  Downloaded terminal_size v0.2.6
  Downloaded defer-drop v1.3.0
  Downloaded proc-mounts v0.3.0
  Downloaded thiserror-impl v1.0.47
  Downloaded bitflags v2.4.0
  Downloaded os_str_bytes v6.5.1
  Downloaded time-core v0.1.1
  Downloaded humantime v2.1.0
  Downloaded derive_builder_core v0.12.0
  Downloaded time-macros v0.2.12
  Downloaded either v1.9.0
  Downloaded thiserror v1.0.47
  Downloaded lscolors v0.14.0
  Downloaded nu-ansi-term v0.47.0
  Downloaded darling v0.14.4
  Downloaded bitflags v1.3.2
  Downloaded crossbeam-utils v0.8.16
  Downloaded log v0.4.20
  Downloaded unicode-width v0.1.10
  Downloaded num_cpus v1.16.0
  Downloaded ahash v0.8.3
  Downloaded ryu v1.0.15
  Downloaded vte v0.11.1
  Downloaded crossbeam-epoch v0.9.15
  Downloaded console v0.15.7
  Downloaded unicode-ident v1.0.11
  Downloaded derive_builder v0.12.0
  Downloaded darling_core v0.14.4
  Downloaded indexmap v1.9.3
  Downloaded textwrap v0.16.0
  Downloaded tuikit v0.5.0
  Downloaded memchr v2.5.0
  Downloaded once_cell v1.18.0
  Downloaded num-traits v0.2.16
  Downloaded crossbeam-channel v0.5.8
  Downloaded proc-macro2 v1.0.66
  Downloaded term v0.7.0
  Downloaded indexmap v2.0.0
  Downloaded rayon-core v1.11.0
  Downloaded serde v1.0.171
  Downloaded indicatif v0.17.6
  Downloaded libc v0.2.147
  Downloaded hashbrown v0.14.0
  Downloaded portable-atomic v1.4.2
  Downloaded two_percent v0.10.19
  Downloaded time v0.3.26
  Downloaded serde_json v1.0.105
  Downloaded hashbrown v0.12.3
  Downloaded rayon v1.7.0
  Downloaded clap v3.2.25
  Downloaded chrono v0.4.26
  Downloaded syn v1.0.109
  Downloaded nix v0.26.2
  Downloaded rustix v0.38.8
  Downloaded regex-automata v0.3.6
  Downloaded rustix v0.37.23
  Downloaded regex-syntax v0.7.4
  Downloaded syn v2.0.29
  Downloaded nix v0.24.3
  Downloaded regex v1.9.3
  Downloaded io-lifetimes v1.0.11
  Downloaded 100 crates (7.1 MB) in 1.49s
   Compiling libc v0.2.147
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.66
   Compiling unicode-ident v1.0.11
   Compiling crossbeam-utils v0.8.16
   Compiling syn v1.0.109
   Compiling once_cell v1.18.0
   Compiling scopeguard v1.2.0
   Compiling fnv v1.0.7
   Compiling memchr v2.5.0
   Compiling bitflags v1.3.2
   Compiling rayon-core v1.11.0
   Compiling ident_case v1.0.1
   Compiling strsim v0.10.0
   Compiling either v1.9.0
   Compiling version_check v0.9.4
   Compiling rustix v0.38.8
   Compiling regex-syntax v0.7.4
   Compiling thiserror v1.0.47
   Compiling io-lifetimes v1.0.11
   Compiling lazy_static v1.4.0
   Compiling memoffset v0.9.0
   Compiling crossbeam-epoch v0.9.15
   Compiling num-traits v0.2.16
   Compiling ahash v0.8.3
   Compiling indexmap v1.9.3
   Compiling bitflags v2.4.0
   Compiling crossbeam-channel v0.5.8
   Compiling aho-corasick v1.0.4
   Compiling quote v1.0.33
   Compiling num_cpus v1.16.0
   Compiling errno v0.3.2
   Compiling crossbeam-deque v0.8.3
   Compiling dirs-sys-next v0.1.2
   Compiling syn v2.0.29
   Compiling dirs-next v2.0.0
   Compiling os_str_bytes v6.5.1
   Compiling rayon v1.7.0
   Compiling termcolor v1.2.0
   Compiling itoa v1.0.9
   Compiling regex-automata v0.3.6
   Compiling log v0.4.20
   Compiling iana-time-zone v0.1.57
   Compiling portable-atomic v1.4.2
   Compiling hashbrown v0.12.3
   Compiling rustix v0.37.23
   Compiling serde v1.0.171
   Compiling chrono v0.4.26
   Compiling clap_lex v0.2.4
   Compiling is-terminal v0.4.9
   Compiling term v0.7.0
   Compiling vte_generate_state_changes v0.1.1
   Compiling nix v0.24.3
   Compiling atty v0.2.14
   Compiling darling_core v0.14.4
   Compiling thread_local v1.1.7
   Compiling thiserror-impl v1.0.47
   Compiling hashbrown v0.14.0
   Compiling regex v1.9.3
   Compiling static_assertions v1.1.0
   Compiling deranged v0.3.8
   Compiling unicode-width v0.1.10
   Compiling time-core v0.1.1
   Compiling utf8parse v0.2.1
   Compiling equivalent v1.0.1
   Compiling num_threads v0.1.6
   Compiling textwrap v0.16.0
   Compiling serde_json v1.0.105
   Compiling humantime v2.1.0
   Compiling time v0.3.26
   Compiling env_logger v0.10.0
   Compiling clap v3.2.25
   Compiling indexmap v2.0.0
   Compiling darling_macro v0.14.4
   Compiling vte v0.11.1
   Compiling tuikit v0.5.0
   Compiling partition-identity v0.3.0
   Compiling nix v0.26.2
   Compiling darling v0.14.4
   Compiling derive_builder_core v0.12.0
   Compiling fuzzy-muff v0.3.10
   Compiling timer v0.2.0 (https://github.com/kimono-koans/timer.rs#4ba32a90)
   Compiling derive_builder_macro v0.12.0
   Compiling derive_builder v0.12.0
   Compiling defer-drop v1.3.0
   Compiling console v0.15.7
   Compiling nu-ansi-term v0.47.0
   Compiling number_prefix v0.4.0
   Compiling ryu v1.0.15
   Compiling shlex v1.1.0
   Compiling two_percent v0.10.19
   Compiling indicatif v0.17.6
   Compiling lscolors v0.14.0
   Compiling terminal_size v0.2.6
   Compiling proc-mounts v0.3.0
   Compiling which v4.4.0
   Compiling xattr v1.0.1
error[E0432]: unresolved import `crate::sys::ENOATTR`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/util.rs:13:5
   |
13 | use crate::sys::ENOATTR;
   |     ^^^^^^^^^^^^^^^^^^^ no `ENOATTR` in `sys`

error[E0432]: unresolved import `sys::XAttrs`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:40:15
   |
40 | pub use sys::{XAttrs, SUPPORTED_PLATFORM};
   |               ^^^^^^ no `XAttrs` in `sys`

error[E0425]: cannot find function `get_path` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:48:31
   |
48 |     util::extract_noattr(sys::get_path(path.as_ref(), name.as_ref()))
   |                               ^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `set_path` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:57:10
   |
57 |     sys::set_path(path.as_ref(), name.as_ref(), value)
   |          ^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `remove_path` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:66:10
   |
66 |     sys::remove_path(path.as_ref(), name.as_ref())
   |          ^^^^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `list_path` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:77:10
   |
77 |     sys::list_path(path.as_ref())
   |          ^^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `get_fd` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:87:35
   |
87 |         util::extract_noattr(sys::get_fd(self.as_raw_fd(), name.as_ref()))
   |                                   ^^^^^^ not found in `sys`

error[E0425]: cannot find function `set_fd` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:95:14
   |
95 |         sys::set_fd(self.as_raw_fd(), name.as_ref(), value)
   |              ^^^^^^ not found in `sys`

error[E0425]: cannot find function `remove_fd` in module `sys`
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:103:14
    |
103 |         sys::remove_fd(self.as_raw_fd(), name.as_ref())
    |              ^^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `list_fd` in module `sys`
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:111:14
    |
111 |         sys::list_fd(self.as_raw_fd())
    |              ^^^^^^^ not found in `sys`

Some errors have detailed explanations: E0425, E0432.
For more information about an error, try `rustc --explain E0425`.
error: could not compile `xattr` (lib) due to 10 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `httm v0.30.0 (https://github.com/kimono-koans/httm.git?tag=0.30.0#2e60aceb)`, intermediate artifacts can be found at `/tmp/cargo-install7TrNz1`

Additional context
Add any other context about the problem here. Perhaps you should include system details like:

  • OS: OmniOS bloody
  • Relevant filesystem/s: n/a
@kimono-koans
Copy link
Owner

kimono-koans commented Aug 20, 2023

Appreciate you filing a bug report, and I am sorry httm isn't working for you.

My guess is, httm can be made to work on illumos pretty easily, and would be happy to work with you to develop a PR to make this work. The issue is -- I have an M1 Macbook and illumos has no Arm64 support, so you will definitely have to test, and it would be helpful if you tracked down most of the issues. But I understand if that's more than you want to take on!

So -- how can this be made work? We can simply work around the fact illumos doesn't support a few things (xattrs aren't core functionality) with Rust's compilation targets #[cfg(not(target_os = "illumos"))].

Fixing the most immediate problem is simple, and I've created a branch for you to test:

    // XAttrs
    {
        #[cfg(not(target_os = "illumos"))]
        if let Ok(xattrs) = xattr::list(src) {
            xattrs
                .flat_map(|attr| xattr::get(src, attr.clone()).map(|opt_value| (attr, opt_value)))
                .filter_map(|(attr, opt_value)| opt_value.map(|value| (attr, value)))
                .try_for_each(|(attr, value)| xattr::set(dst, attr, value.as_slice()))?
        }
    }

If you're still on board, the question -- is will even more complex crates build? I might test this by attempting to build two_percent, my version of skim.

@sjorge
Copy link
Author

sjorge commented Aug 20, 2023

I got a host I can easily try builds on so I can at least do that, I tried your branch (using: cargo install --git https://github.com/kimono-koans/httm.git --branch "illumos_support")

It gives the following errors:

root@omnios:~# cargo install --git https://github.com/kimono-koans/httm.git --branch "illumos_support"
    Updating git repository `https://github.com/kimono-koans/httm.git`
  Installing httm v0.30.0 (https://github.com/kimono-koans/httm.git?branch=illumos_support#d29b2666)
    Updating git repository `https://github.com/kimono-koans/timer.rs`
    Updating crates.io index
   Compiling libc v0.2.147
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.66
   Compiling unicode-ident v1.0.11
   Compiling crossbeam-utils v0.8.16
   Compiling syn v1.0.109
   Compiling once_cell v1.18.0
   Compiling scopeguard v1.2.0
   Compiling fnv v1.0.7
   Compiling memchr v2.5.0
   Compiling rayon-core v1.11.0
   Compiling ident_case v1.0.1
   Compiling strsim v0.10.0
   Compiling bitflags v1.3.2
   Compiling either v1.9.0
   Compiling version_check v0.9.4
   Compiling rustix v0.38.8
   Compiling regex-syntax v0.7.4
   Compiling bitflags v2.4.0
   Compiling lazy_static v1.4.0
   Compiling thiserror v1.0.47
   Compiling io-lifetimes v1.0.11
   Compiling memoffset v0.9.0
   Compiling crossbeam-epoch v0.9.15
   Compiling num-traits v0.2.16
   Compiling ahash v0.8.3
   Compiling crossbeam-channel v0.5.8
   Compiling indexmap v1.9.3
   Compiling quote v1.0.33
   Compiling aho-corasick v1.0.4
   Compiling hashbrown v0.12.3
   Compiling crossbeam-deque v0.8.3
   Compiling errno v0.3.2
   Compiling num_cpus v1.16.0
   Compiling dirs-sys-next v0.1.2
   Compiling syn v2.0.29
   Compiling dirs-next v2.0.0
   Compiling rustix v0.37.23
   Compiling serde v1.0.171
   Compiling iana-time-zone v0.1.57
   Compiling rayon v1.7.0
   Compiling regex-automata v0.3.6
   Compiling portable-atomic v1.4.2
   Compiling os_str_bytes v6.5.1
   Compiling itoa v1.0.9
   Compiling termcolor v1.2.0
   Compiling log v0.4.20
   Compiling clap_lex v0.2.4
   Compiling chrono v0.4.26
   Compiling is-terminal v0.4.9
   Compiling term v0.7.0
   Compiling vte_generate_state_changes v0.1.1
   Compiling nix v0.24.3
   Compiling atty v0.2.14
   Compiling thread_local v1.1.7
   Compiling darling_core v0.14.4
   Compiling thiserror-impl v1.0.47
   Compiling hashbrown v0.14.0
   Compiling regex v1.9.3
   Compiling humantime v2.1.0
   Compiling equivalent v1.0.1
   Compiling textwrap v0.16.0
   Compiling time-core v0.1.1
   Compiling unicode-width v0.1.10
   Compiling static_assertions v1.1.0
   Compiling deranged v0.3.8
   Compiling num_threads v0.1.6
   Compiling utf8parse v0.2.1
   Compiling serde_json v1.0.105
   Compiling vte v0.11.1
   Compiling partition-identity v0.3.0
   Compiling tuikit v0.5.0
   Compiling nix v0.26.2
   Compiling clap v3.2.25
   Compiling time v0.3.26
   Compiling indexmap v2.0.0
   Compiling darling_macro v0.14.4
   Compiling env_logger v0.10.0
   Compiling darling v0.14.4
   Compiling derive_builder_core v0.12.0
   Compiling timer v0.2.0 (https://github.com/kimono-koans/timer.rs#4ba32a90)
   Compiling fuzzy-muff v0.3.10
   Compiling derive_builder_macro v0.12.0
   Compiling derive_builder v0.12.0
   Compiling defer-drop v1.3.0
   Compiling console v0.15.7
   Compiling shlex v1.1.0
   Compiling nu-ansi-term v0.47.0
   Compiling ryu v1.0.15
   Compiling number_prefix v0.4.0
   Compiling indicatif v0.17.6
   Compiling lscolors v0.14.0
   Compiling two_percent v0.10.19
   Compiling terminal_size v0.2.6
   Compiling proc-mounts v0.3.0
   Compiling xattr v1.0.1
error[E0432]: unresolved import `crate::sys::ENOATTR`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/util.rs:13:5
   |
13 | use crate::sys::ENOATTR;
   |     ^^^^^^^^^^^^^^^^^^^ no `ENOATTR` in `sys`

error[E0432]: unresolved import `sys::XAttrs`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:40:15
   |
40 | pub use sys::{XAttrs, SUPPORTED_PLATFORM};
   |               ^^^^^^ no `XAttrs` in `sys`

error[E0425]: cannot find function `get_path` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:48:31
   |
48 |     util::extract_noattr(sys::get_path(path.as_ref(), name.as_ref()))
   |                               ^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `set_path` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:57:10
   |
57 |     sys::set_path(path.as_ref(), name.as_ref(), value)
   |          ^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `remove_path` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:66:10
   |
66 |     sys::remove_path(path.as_ref(), name.as_ref())
   |          ^^^^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `list_path` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:77:10
   |
77 |     sys::list_path(path.as_ref())
   |          ^^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `get_fd` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:87:35
   |
87 |         util::extract_noattr(sys::get_fd(self.as_raw_fd(), name.as_ref()))
   |                                   ^^^^^^ not found in `sys`

error[E0425]: cannot find function `set_fd` in module `sys`
  --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:95:14
   |
95 |         sys::set_fd(self.as_raw_fd(), name.as_ref(), value)
   |              ^^^^^^ not found in `sys`

error[E0425]: cannot find function `remove_fd` in module `sys`
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:103:14
    |
103 |         sys::remove_fd(self.as_raw_fd(), name.as_ref())
    |              ^^^^^^^^^ not found in `sys`

error[E0425]: cannot find function `list_fd` in module `sys`
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs:111:14
    |
111 |         sys::list_fd(self.as_raw_fd())
    |              ^^^^^^^ not found in `sys`

Some errors have detailed explanations: E0425, E0432.
For more information about an error, try `rustc --explain E0425`.
error: could not compile `xattr` (lib) due to 10 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `httm v0.30.0 (https://github.com/kimono-koans/httm.git?branch=illumos_support#d29b2666)`, intermediate artifacts can be found at `/tmp/cargo-install0RntPI`

Which seems to be the same error? So maybe the --branch flag did not do what I think it does?

two_percent on the otherhand seems to build just fine.

root@omnios:~/two_percent# cargo build --release
    Updating crates.io index
  Downloaded crossbeam-deque v0.8.2
  Downloaded memoffset v0.6.5
  Downloaded crossbeam-utils v0.8.12
  Downloaded thread_local v1.1.4
  Downloaded num-integer v0.1.45
  Downloaded fuzzy-matcher v0.3.7
  Downloaded darling v0.14.1
  Downloaded pin-utils v0.1.0
  Downloaded derive_builder_macro v0.11.2
  Downloaded crossbeam-queue v0.3.6
  Downloaded num_cpus v1.13.1
  Downloaded time v0.1.44
  Downloaded scopeguard v1.1.0
  Downloaded crossbeam v0.8.2
  Downloaded quote v1.0.21
  Downloaded num-traits v0.2.15
  Downloaded darling_macro v0.14.1
  Downloaded termcolor v1.1.3
  Downloaded derive_builder_core v0.11.2
  Downloaded iana-time-zone v0.1.51
  Downloaded beef v0.5.2
  Downloaded darling_core v0.14.1
  Downloaded indexmap v1.9.1
  Downloaded utf8parse v0.2.0
  Downloaded timer v0.2.0
  Downloaded log v0.4.17
  Downloaded arrayvec v0.7.2
  Downloaded crossbeam-epoch v0.9.11
  Downloaded vte v0.11.0
  Downloaded either v1.8.0
  Downloaded unicode-ident v1.0.5
  Downloaded proc-macro2 v1.0.47
  Downloaded os_str_bytes v6.3.0
  Downloaded once_cell v1.15.0
  Downloaded env_logger v0.9.1
  Downloaded textwrap v0.15.1
  Downloaded rayon-core v1.9.3
  Downloaded crossbeam-channel v0.5.6
  Downloaded aho-corasick v0.7.19
  Downloaded derive_builder v0.11.2
  Downloaded time v0.3.15
  Downloaded rayon v1.5.3
  Downloaded chrono v0.4.22
  Downloaded clap v3.2.22
  Downloaded nix v0.25.0
  Downloaded syn v1.0.103
  Downloaded regex-syntax v0.6.27
  Downloaded regex v1.6.0
  Downloaded libc v0.2.135
  Downloaded nix v0.24.2
  Downloaded 50 crates (3.8 MB) in 0.89s
   Compiling autocfg v1.1.0
   Compiling libc v0.2.135
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.47
   Compiling unicode-ident v1.0.5
   Compiling quote v1.0.21
   Compiling crossbeam-utils v0.8.12
   Compiling syn v1.0.103
   Compiling strsim v0.10.0
   Compiling ident_case v1.0.1
   Compiling fnv v1.0.7
   Compiling scopeguard v1.1.0
   Compiling memchr v2.5.0
   Compiling once_cell v1.15.0
   Compiling rayon-core v1.9.3
   Compiling bitflags v1.3.2
   Compiling log v0.4.17
   Compiling crossbeam-queue v0.3.6
   Compiling regex-syntax v0.6.27
   Compiling hashbrown v0.12.3
   Compiling iana-time-zone v0.1.51
   Compiling os_str_bytes v6.3.0
   Compiling termcolor v1.1.3
   Compiling thread_local v1.1.4
   Compiling memoffset v0.6.5
   Compiling crossbeam-epoch v0.9.11
   Compiling num-traits v0.2.15
   Compiling crossbeam-channel v0.5.6
   Compiling num-integer v0.1.45
   Compiling indexmap v1.9.1
   Compiling aho-corasick v0.7.19
   Compiling dirs-sys-next v0.1.2
   Compiling atty v0.2.14
   Compiling dirs-next v2.0.0
   Compiling crossbeam-deque v0.8.2
   Compiling num_cpus v1.13.1
   Compiling time v0.1.44
   Compiling rayon v1.5.3
   Compiling term v0.7.0
   Compiling vte_generate_state_changes v0.1.1
   Compiling nix v0.24.2
   Compiling clap_lex v0.2.4
   Compiling lazy_static v1.4.0
   Compiling arrayvec v0.7.2
   Compiling pin-utils v0.1.0
   Compiling utf8parse v0.2.0
   Compiling textwrap v0.15.1
   Compiling num_threads v0.1.6
   Compiling unicode-width v0.1.10
   Compiling either v1.8.0
   Compiling humantime v2.1.0
   Compiling regex v1.6.0
   Compiling clap v3.2.22
   Compiling time v0.3.15
   Compiling chrono v0.4.22
   Compiling vte v0.11.0
   Compiling tuikit v0.5.0
   Compiling nix v0.25.0
   Compiling crossbeam v0.8.2
   Compiling defer-drop v1.3.0
   Compiling fuzzy-matcher v0.3.7
   Compiling env_logger v0.9.1
   Compiling shlex v1.1.0
   Compiling beef v0.5.2
   Compiling timer v0.2.0
   Compiling darling_core v0.14.1
   Compiling darling_macro v0.14.1
   Compiling darling v0.14.1
   Compiling derive_builder_core v0.11.2
   Compiling derive_builder_macro v0.11.2
   Compiling derive_builder v0.11.2
   Compiling skim v0.10.4 (/root/two_percent)
    Finished release [optimized] target(s) in 1m 36s

@kimono-koans
Copy link
Owner

kimono-koans commented Aug 20, 2023

Okay, it seems cargo is still building the dep, even though it may not be used. I've made xattrs an optional feature in your branch. Please re-download and try again. Thanks!

@sjorge
Copy link
Author

sjorge commented Aug 21, 2023

Progess! it builds now

root@omnios:~# cargo install --git https://github.com/kimono-koans/httm.git --branch "illumos_support"
    Updating git repository `https://github.com/kimono-koans/httm.git`
  Installing httm v0.30.0 (https://github.com/kimono-koans/httm.git?branch=illumos_support#786c87f2)
    Updating git repository `https://github.com/kimono-koans/timer.rs`
    Updating crates.io index
   Compiling libc v0.2.147
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.66
   Compiling unicode-ident v1.0.11
   Compiling crossbeam-utils v0.8.16
   Compiling syn v1.0.109
   Compiling once_cell v1.18.0
   Compiling scopeguard v1.2.0
   Compiling memchr v2.5.0
   Compiling fnv v1.0.7
   Compiling bitflags v1.3.2
   Compiling strsim v0.10.0
   Compiling rayon-core v1.11.0
   Compiling ident_case v1.0.1
   Compiling version_check v0.9.4
   Compiling either v1.9.0
   Compiling rustix v0.38.8
   Compiling regex-syntax v0.7.4
   Compiling thiserror v1.0.47
   Compiling lazy_static v1.4.0
   Compiling io-lifetimes v1.0.11
   Compiling bitflags v2.4.0
   Compiling serde v1.0.171
   Compiling memoffset v0.9.0
   Compiling crossbeam-epoch v0.9.15
   Compiling ahash v0.8.3
   Compiling num-traits v0.2.16
   Compiling crossbeam-channel v0.5.8
   Compiling aho-corasick v1.0.4
   Compiling indexmap v1.9.3
   Compiling quote v1.0.33
   Compiling crossbeam-deque v0.8.3
   Compiling num_cpus v1.16.0
   Compiling errno v0.3.2
   Compiling dirs-sys-next v0.1.2
   Compiling syn v2.0.29
   Compiling dirs-next v2.0.0
   Compiling rayon v1.7.0
   Compiling hashbrown v0.12.3
   Compiling rustix v0.37.23
   Compiling regex-automata v0.3.6
   Compiling portable-atomic v1.4.2
   Compiling termcolor v1.2.0
   Compiling iana-time-zone v0.1.57
   Compiling log v0.4.20
   Compiling os_str_bytes v6.5.1
   Compiling itoa v1.0.9
   Compiling clap_lex v0.2.4
   Compiling chrono v0.4.26
   Compiling is-terminal v0.4.9
   Compiling term v0.7.0
   Compiling vte_generate_state_changes v0.1.1
   Compiling atty v0.2.14
   Compiling nix v0.24.3
   Compiling thread_local v1.1.7
   Compiling deranged v0.3.8
   Compiling darling_core v0.14.4
   Compiling thiserror-impl v1.0.47
   Compiling hashbrown v0.14.0
   Compiling regex v1.9.3
   Compiling serde_json v1.0.105
   Compiling humantime v2.1.0
   Compiling time-core v0.1.1
   Compiling unicode-width v0.1.10
   Compiling equivalent v1.0.1
   Compiling num_threads v0.1.6
   Compiling utf8parse v0.2.1
   Compiling static_assertions v1.1.0
   Compiling textwrap v0.16.0
   Compiling vte v0.11.1
   Compiling nix v0.26.2
   Compiling clap v3.2.25
   Compiling partition-identity v0.3.0
   Compiling time v0.3.26
   Compiling darling_macro v0.14.4
   Compiling indexmap v2.0.0
   Compiling tuikit v0.5.0
   Compiling env_logger v0.10.0
   Compiling darling v0.14.4
   Compiling derive_builder_core v0.12.0
   Compiling timer v0.2.0 (https://github.com/kimono-koans/timer.rs#4ba32a90)
   Compiling fuzzy-muff v0.3.10
   Compiling derive_builder_macro v0.12.0
   Compiling derive_builder v0.12.0
   Compiling defer-drop v1.3.0
   Compiling console v0.15.7
   Compiling nu-ansi-term v0.47.0
   Compiling shlex v1.1.0
   Compiling number_prefix v0.4.0
   Compiling ryu v1.0.15
   Compiling indicatif v0.17.6
   Compiling lscolors v0.14.0
   Compiling two_percent v0.10.19
   Compiling terminal_size v0.2.6
   Compiling proc-mounts v0.3.0
   Compiling filetime v0.2.22
   Compiling which v4.4.0
   Compiling simd-adler32 v0.3.7
   Compiling httm v0.30.0 (/root/.cargo/git/checkouts/httm-06074a082ad4c88e/786c87f)
    Finished release [optimized + debuginfo] target(s) in 1m 20s
  Installing /root/.cargo/bin/httm
   Installed package `httm v0.30.0 (https://github.com/kimono-koans/httm.git?branch=illumos_support#786c87f2)` (executable `httm`)
warning: be sure to add `/root/.cargo/bin` to your PATH to be able to run the installed binaries

Not having much luck in it detecting zfs snapshots though, but I'll make around a bit more.

root@mars:/share/documents# /root/httm -r -R -d .
Error: httm could not find any valid datasets on the system.
root@mars:/share/documents# ls .zfs/snapshot/
zrepl_20230814_134711_000  zrepl_20230815_074711_000  zrepl_20230816_014711_000  zrepl_20230816_194711_000  zrepl_20230817_134711_000  zrepl_20230818_074711_000  zrepl_20230819_014711_000  zrepl_20230819_194711_000  zrepl_20230820_134711_000  zrepl_20230821_074711_000
zrepl_20230814_164711_000  zrepl_20230815_104711_000  zrepl_20230816_044711_000  zrepl_20230816_224711_000  zrepl_20230817_164711_000  zrepl_20230818_104711_000  zrepl_20230819_044711_000  zrepl_20230819_224711_000  zrepl_20230820_164711_000  zrepl_20230821_104711_000
zrepl_20230814_194711_000  zrepl_20230815_134711_000  zrepl_20230816_074711_000  zrepl_20230817_014711_000  zrepl_20230817_194711_000  zrepl_20230818_134711_000  zrepl_20230819_074711_000  zrepl_20230820_014711_000  zrepl_20230820_194711_000
zrepl_20230814_224711_000  zrepl_20230815_164711_000  zrepl_20230816_104711_000  zrepl_20230817_044711_000  zrepl_20230817_224711_000  zrepl_20230818_164711_000  zrepl_20230819_104711_000  zrepl_20230820_044711_000  zrepl_20230820_224711_000
zrepl_20230815_014711_000  zrepl_20230815_194711_000  zrepl_20230816_134711_000  zrepl_20230817_074711_000  zrepl_20230818_014711_000  zrepl_20230818_194711_000  zrepl_20230819_134711_000  zrepl_20230820_074711_000  zrepl_20230821_014711_000
zrepl_20230815_044711_000  zrepl_20230815_224711_000  zrepl_20230816_164711_000  zrepl_20230817_104711_000  zrepl_20230818_044711_000  zrepl_20230818_224711_000  zrepl_20230819_164711_000  zrepl_20230820_104711_000  zrepl_20230821_044711_000

At least I can manually see them in the location I think httm should be looking. I'll poke around a bit with truss later.

@sjorge
Copy link
Author

sjorge commented Aug 21, 2023

Oh I think I see where it's getting stuck, last thing it tries is to call /usr/sbin/mount, something's probably trying to figure out what dataset is mounted on the path and it probably can't handle illumos' mount output.

ZFS specific entries look like:

root@mars:/share/documents# /usr/sbin/mount | grep /share/documents
/share/documents on data/shares/documents read/write/setuid/nodevices/nbmand/exec/xattr/noatime/zone=mars/dev=4150037 on Fri Aug 18 18:05:15 2023

There is no way to just get only zfs mounts unfortunately, as there is no equivalent of what mount -t zfs would be on freebsd.

@kimono-koans
Copy link
Owner

kimono-koans commented Aug 21, 2023

Latest commit to this branch should provide for parsing this type of mount command output. Please redownload and try again.

There is no way to just get only zfs mounts unfortunately, as there is no equivalent of what mount -t zfs would be on freebsd.

This should be okay because on a non-Linux filesystem httm will simply try to detect if the .zfs/snapshot directory exists on any given mount.

It may require trying twice as your snapshot directory automounter (as it is on MacOS) may be slower than the Linux automounter, and you may need to make sure the snapdir=visible (although this is not required on Linux).

Good luck!

@sjorge
Copy link
Author

sjorge commented Aug 21, 2023

Same error, but looking at it with truss I see different behavior now, so some progress!

<snip>
/19:	lstat("data/shares/documents/.zfs/snapshot", 0xFFFFFC7FEA7FEAB0) Err#2 ENOENT
<snip>

It seems to be trying to stat in data/shares/documents which is the dataset name

root@mars:/share/documents# pwd
/share/documents
root@mars:/share/documents# mount | grep $(pwd)
/share/documents on data/shares/documents read/write/setuid/nodevices/nbmand/exec/xattr/noatime/zone=mars/dev=4150037 on Fri Aug 18 18:05:15 2023
root@mars:/share/documents# zfs get mountpoint $(mount | grep $(pwd) | awk '{ print $3 }')
NAME                   PROPERTY    VALUE             SOURCE
data/shares/documents  mountpoint  /share/documents  inherited from data/shares
root@mars:/share/documents# stat $(pwd)/.zfs/snapshot
  File: /share/documents/.zfs/snapshot
  Size: 2         	Blocks: 0          IO Block: 512    directory
Device: 261,65591	Inode: 2           Links: 2
Access: (0555/dr-xr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2023-08-21 16:25:23.515767385 +0000
Modify: 2023-08-21 13:47:24.166344122 +0000
Change: 2023-08-21 13:47:24.166344122 +0000
 Birth: -

@kimono-koans
Copy link
Owner

kimono-koans commented Aug 21, 2023

Oops, my mistake. It seems mount and filesystem/dataset/device names are swapped on illumos compared to Linux and FreeBSD/MacOS? (Wow, wonder what silly Unix war that stemmed from!) See:

...
/dev/disk3s6 on /System/Volumes/VM (apfs, local, noexec, journaled, noatime, nobrowse)
/dev/disk3s2 on /System/Volumes/Preboot (apfs, local, journaled, nobrowse)
...

Latest commit to this branch should provide a fix. Please redownload and try again.

@sjorge
Copy link
Author

sjorge commented Aug 21, 2023

Yep, path and dataset/fstype/... is swapped compared to freebsd/linux.

Now it just seems to hang and Ctrl-C does not stop it, SIGKILL does stop it eventually. But it seems to leave the ssh session stuck and when doing it over serial console it just makes it unsuable.

It at least does seem to open the correct .zfs/snapshot dir before spewing yield() calls until killed.

Edit: not using interactive mode seems to work though, I'm guessing it somehow has issues drawing the TUI.

@kimono-koans
Copy link
Owner

kimono-koans commented Aug 21, 2023

Perhaps try the fix described here for FreeBSD?: #20

Although, terminfo seems to be part of the base install?: https://illumos.org/man/5/terminfo

@sjorge
Copy link
Author

sjorge commented Aug 21, 2023

Yes, terminfo is part of the base install and lives in /usr/share/terminfo but exporting the TERMINFO env var doesn't seem to help.

Based on the truss output it does seem to load the right data:

root@mars:~# printenv TERM
xterm
root@mars:~# grep -ri term truss.log
/39:    stat("/root/.terminfo", 0xFFFFFC7FE17FE050)     Err#2 ENOENT
/39:    stat("/etc/terminfo", 0xFFFFFC7FE17FE050)       Err#2 ENOENT
/39:    stat("/lib/terminfo", 0xFFFFFC7FE17FE050)       Err#2 ENOENT
/39:    stat("/usr/share/terminfo", 0xFFFFFC7FE17FE050) = 0
/39:    stat("/usr/share/terminfo/x/xterm", 0xFFFFFC7FE17FE050) = 0
/39:    open("/usr/share/terminfo/x/xterm", O_RDONLY|O_CLOEXEC) = 4

Edit: with or without TERMINFO env set explicitly

@kimono-koans
Copy link
Owner

kimono-koans commented Aug 21, 2023

I'm afraid I can't think of an obvious problem/dumb mistake on my part, from the above, but very pleased to keep working with you, if you keep digging and find more.

I know dtrace is magic and I might try the equivalent of sudo strace -f -o stderr.txt httm -s -R . or sudo strace -f -Z -o stderr.txt httm -s -R . to specifically see any failed syscalls? Perhaps tail in another term to see where you are getting stuck.

If it goes any deeper than that you'd probably need to step through it in a debugger, which is probably where I would quit, but again pleased to assist, if you decide to keep pushing.

I'd also be pleased to assist if you filed a bug with the illumos/Rust on illumos folks, who seem really enthused about Rust, and may be really serious about fixing bugs like this.

@jclulow
Copy link

jclulow commented Aug 21, 2023

FWIW, I do not believe it is a good idea to parse the output of mount without arguments; it's meant for people to read rather than programs to parse.

As described in the mount(8) manual page, you could use mount -p which would emit records in the stable, parseable format of vfstab(5). What I would probably do, though, is: just open and read the magic file /etc/mnttab, as described in mnttab(5), which contains a live list of currently mounted file systems in a stable parseable format.

On the subject of interactive mode:

Now it just seems to hang and Ctrl-C does not stop it, SIGKILL does stop it eventually. But it seems to leave the ssh session stuck and when doing it over serial console it just makes it unsuable.

@sjorge Do you have the output of pstack for a process in this stuck state? Most Rust programs have more than one thread, so while some threads are making yield calls, perhaps there is one stuck for some reason on terminal I/O?

@sjorge
Copy link
Author

sjorge commented Aug 21, 2023

@jclulow I do not, I will grab that tomorrow afterwork.

@kimono-koans
Copy link
Owner

kimono-koans commented Aug 21, 2023

FWIW, I do not believe it is a good idea to parse the output of mount without arguments; it's meant for people to read rather than programs to parse.

Entirely fair. As a method, it does just work, and is fast for FreeBSD and the MacOS. I think it was a (perhaps misguided) effort to combine FreeBSD/MacOS/Linux functionality at a time when this project was younger, because MacOS may have, but doesn't use its /etc/mtab.

But I'd be pleased to parse a special file for illumos, just as we do now for Linux.

@sjorge
Copy link
Author

sjorge commented Aug 22, 2023

@jclulow the pstack

root@mars:~# pstack $(pgrep httm)
26242:  ./httm -r -d -R /share/documents/
--------------------- thread# 1 / lwp# 1 ---------------------
 fffffc7fee2599ba lwp_wait (27, fffffc7fffdfa29c)
 fffffc7fee24ea88 _thrp_join (27, 0, 0, 1) + 168
 fffffc7fee24eb2f pthread_join (27, 0) + 2f
 0000000000dc9c30 _ZN3std3sys4unix6thread6Thread4join17hd70e1748699da18fE () + 10
 00000000009f378d _ZN4httm4exec11interactive17InteractiveBrowse4exec17ha6fd49c3ff19c9f6E () + f1d
 000000000096f283 _ZN4httm4main17h46251b3dc3b33a02E () + 153
 00000000009cdb06 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17haebba323eb722c54E () + 6
 000000000097879c _ZN3std2rt10lang_start28_$u7b$$u7b$closure$u7d$$u7d$17h87bf5d1e9c809f59E.llvm.8544196600306384984 () + c
 0000000000dcba6a _ZN3std9panicking3try17hbe6e52a3f353819bE () + 1a
 0000000000dfd09e _ZN3std2rt19lang_start_internal17h3a5f0ff2076e0359E () + 2e
 000000000096fb03 main () + 33
 0000000000935da7 _start_crt () + 87
 0000000000935d08 _start () + 18
--------------------- thread# 2 / lwp# 2 ---------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f390, 2066550, 0) + 55
 fffffc7fee24c33a __cond_wait (206f390, 2066550) + ba
 fffffc7fee24c37e cond_wait (206f390, 2066550) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f390, 2066550) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc90240) + 77
 fffffc7fee2528f0 _lwp_start ()
--------------------- thread# 3 / lwp# 3 ---------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f350, 2066490, 0) + 55
 fffffc7fee24c33a __cond_wait (206f350, 2066490) + ba
 fffffc7fee24c37e cond_wait (206f350, 2066490) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f350, 2066490) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc90a40) + 77
 fffffc7fee2528f0 _lwp_start ()
--------------------- thread# 4 / lwp# 4 ---------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f310, 20663d0, 0) + 55
 fffffc7fee24c33a __cond_wait (206f310, 20663d0) + ba
 fffffc7fee24c37e cond_wait (206f310, 20663d0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f310, 20663d0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc91240) + 77
 fffffc7fee2528f0 _lwp_start ()
--------------------- thread# 5 / lwp# 5 ---------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f2f0, 20663a0, 0) + 55
 fffffc7fee24c33a __cond_wait (206f2f0, 20663a0) + ba
 fffffc7fee24c37e cond_wait (206f2f0, 20663a0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f2f0, 20663a0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc91a40) + 77
 fffffc7fee2528f0 _lwp_start ()
--------------------- thread# 6 / lwp# 6 ---------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f2b0, 2066370, 0) + 55
 fffffc7fee24c33a __cond_wait (206f2b0, 2066370) + ba
 fffffc7fee24c37e cond_wait (206f2b0, 2066370) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f2b0, 2066370) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc92240) + 77
 fffffc7fee2528f0 _lwp_start ()
--------------------- thread# 7 / lwp# 7 ---------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f3d0, 2066580, 0) + 55
 fffffc7fee24c33a __cond_wait (206f3d0, 2066580) + ba
 fffffc7fee24c37e cond_wait (206f3d0, 2066580) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f3d0, 2066580) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc92a40) + 77
 fffffc7fee2528f0 _lwp_start ()
--------------------- thread# 8 / lwp# 8 ---------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f3f0, 20665b0, 0) + 55
 fffffc7fee24c33a __cond_wait (206f3f0, 20665b0) + ba
 fffffc7fee24c37e cond_wait (206f3f0, 20665b0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f3f0, 20665b0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc93240) + 77
 fffffc7fee2528f0 _lwp_start ()
--------------------- thread# 9 / lwp# 9 ---------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f290, 2066340, 0) + 55
 fffffc7fee24c33a __cond_wait (206f290, 2066340) + ba
 fffffc7fee24c37e cond_wait (206f290, 2066340) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f290, 2066340) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc93a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 10 / lwp# 10 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f230, 2066280, 0) + 55
 fffffc7fee24c33a __cond_wait (206f230, 2066280) + ba
 fffffc7fee24c37e cond_wait (206f230, 2066280) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f230, 2066280) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc94240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 11 / lwp# 11 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f1f0, 2066250, 0) + 55
 fffffc7fee24c33a __cond_wait (206f1f0, 2066250) + ba
 fffffc7fee24c37e cond_wait (206f1f0, 2066250) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f1f0, 2066250) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc94a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 12 / lwp# 12 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f070, 20dfee0, 0) + 55
 fffffc7fee24c33a __cond_wait (206f070, 20dfee0) + ba
 fffffc7fee24c37e cond_wait (206f070, 20dfee0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f070, 20dfee0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc95240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 13 / lwp# 13 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f1d0, 2066220, 0) + 55
 fffffc7fee24c33a __cond_wait (206f1d0, 2066220) + ba
 fffffc7fee24c37e cond_wait (206f1d0, 2066220) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f1d0, 2066220) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc95a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 14 / lwp# 14 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f190, 2066160, 0) + 55
 fffffc7fee24c33a __cond_wait (206f190, 2066160) + ba
 fffffc7fee24c37e cond_wait (206f190, 2066160) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f190, 2066160) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc96240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 15 / lwp# 15 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f030, 20dfe80, 0) + 55
 fffffc7fee24c33a __cond_wait (206f030, 20dfe80) + ba
 fffffc7fee24c37e cond_wait (206f030, 20dfe80) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f030, 20dfe80) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc96a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 16 / lwp# 16 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f010, 20dfe50, 0) + 55
 fffffc7fee24c33a __cond_wait (206f010, 20dfe50) + ba
 fffffc7fee24c37e cond_wait (206f010, 20dfe50) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f010, 20dfe50) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc97240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 17 / lwp# 17 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (206f050, 20dfeb0, 0) + 55
 fffffc7fee24c33a __cond_wait (206f050, 20dfeb0) + ba
 fffffc7fee24c37e cond_wait (206f050, 20dfeb0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (206f050, 20dfeb0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc97a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 18 / lwp# 18 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1f50, 20dfcd0, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1f50, 20dfcd0) + ba
 fffffc7fee24c37e cond_wait (20e1f50, 20dfcd0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1f50, 20dfcd0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc98240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 19 / lwp# 19 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e0f90, 20dfdc0, 0) + 55
 fffffc7fee24c33a __cond_wait (20e0f90, 20dfdc0) + ba
 fffffc7fee24c37e cond_wait (20e0f90, 20dfdc0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e0f90, 20dfdc0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc98a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 20 / lwp# 20 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1e70, 20dfb20, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1e70, 20dfb20) + ba
 fffffc7fee24c37e cond_wait (20e1e70, 20dfb20) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1e70, 20dfb20) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc99240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 21 / lwp# 21 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1f30, 20dfca0, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1f30, 20dfca0) + ba
 fffffc7fee24c37e cond_wait (20e1f30, 20dfca0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1f30, 20dfca0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc99a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 22 / lwp# 22 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1eb0, 20dfb50, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1eb0, 20dfb50) + ba
 fffffc7fee24c37e cond_wait (20e1eb0, 20dfb50) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1eb0, 20dfb50) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9a240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 23 / lwp# 23 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1e10, 20dfa60, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1e10, 20dfa60) + ba
 fffffc7fee24c37e cond_wait (20e1e10, 20dfa60) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1e10, 20dfa60) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9aa40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 24 / lwp# 24 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1d70, 20df8e0, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1d70, 20df8e0) + ba
 fffffc7fee24c37e cond_wait (20e1d70, 20df8e0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1d70, 20df8e0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9b240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 25 / lwp# 25 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1d90, 20df910, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1d90, 20df910) + ba
 fffffc7fee24c37e cond_wait (20e1d90, 20df910) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1d90, 20df910) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9ba40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 26 / lwp# 26 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1d10, 20df820, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1d10, 20df820) + ba
 fffffc7fee24c37e cond_wait (20e1d10, 20df820) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1d10, 20df820) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9c240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 27 / lwp# 27 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1cb0, 20df760, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1cb0, 20df760) + ba
 fffffc7fee24c37e cond_wait (20e1cb0, 20df760) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1cb0, 20df760) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9ca40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 28 / lwp# 28 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1c50, 20df6a0, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1c50, 20df6a0) + ba
 fffffc7fee24c37e cond_wait (20e1c50, 20df6a0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1c50, 20df6a0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9d240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 29 / lwp# 29 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1bf0, 20df5e0, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1bf0, 20df5e0) + ba
 fffffc7fee24c37e cond_wait (20e1bf0, 20df5e0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1bf0, 20df5e0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9da40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 30 / lwp# 30 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1bb0, 20df5b0, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1bb0, 20df5b0) + ba
 fffffc7fee24c37e cond_wait (20e1bb0, 20df5b0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1bb0, 20df5b0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9e240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 31 / lwp# 31 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1b10, 20df460, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1b10, 20df460) + ba
 fffffc7fee24c37e cond_wait (20e1b10, 20df460) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1b10, 20df460) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9ea40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 32 / lwp# 32 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1af0, 20df430, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1af0, 20df430) + ba
 fffffc7fee24c37e cond_wait (20e1af0, 20df430) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1af0, 20df430) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9f240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 33 / lwp# 33 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1ab0, 20df370, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1ab0, 20df370) + ba
 fffffc7fee24c37e cond_wait (20e1ab0, 20df370) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1ab0, 20df370) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fecc9fa40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 34 / lwp# 34 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1a10, 20df220, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1a10, 20df220) + ba
 fffffc7fee24c37e cond_wait (20e1a10, 20df220) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1a10, 20df220) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedc0240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 35 / lwp# 35 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e19b0, 20df160, 0) + 55
 fffffc7fee24c33a __cond_wait (20e19b0, 20df160) + ba
 fffffc7fee24c37e cond_wait (20e19b0, 20df160) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e19b0, 20df160) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedc0a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 36 / lwp# 36 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1990, 20df130, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1990, 20df130) + ba
 fffffc7fee24c37e cond_wait (20e1990, 20df130) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1990, 20df130) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedc1240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 37 / lwp# 37 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (20e1910, 20df010, 0) + 55
 fffffc7fee24c33a __cond_wait (20e1910, 20df010) + ba
 fffffc7fee24c37e cond_wait (20e1910, 20df010) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (20e1910, 20df010) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedc1a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 38 / lwp# 38 --------------------
 0000000000dc9a40 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E(), exit value = 0x0000000000000000
        ** zombie (exited, not detached, not yet joined) **
-------------------- thread# 39 / lwp# 39 --------------------
 fffffc7fee259cea write    (3, 2385010, 25)
 0000000000e08907 _ZN48_$LT$std..fs..File$u20$as$u20$std..io..Write$GT$5write17h1a7829c83f84cd53E () + 27
 0000000000b50182 _ZN68_$LT$tuikit..raw..RawTerminal$LT$W$GT$$u20$as$u20$std..io..Write$GT$5write17h72765c773346883bE () + 12
 0000000000cee9b7 _ZN6tuikit4term8TermLock7present17h2ae5f4eadd0b90b8E () + 1e7
 0000000000b6b2d8 _ZN4skim5model5Model5start17h71e0eb46f4fff8c6E () + 3f08
 0000000000b4490f _ZN4skim4Skim8run_with17h108e862abb10ff22E () + 60f
 00000000009cd6a7 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h5cbc6abdf7bad34dE () + 167
 00000000009e8f18 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hfd5b662790c1207bE () + e8
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedc2a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 50 / lwp# 50 --------------------
 fffffc7fee258aaa sigtimedwait (fffffc7fdebffef0, fffffc7fdebffcf0, 0)
 fffffc7fee243d95 sigwait (fffffc7fdebffef0) + 15
 fffffc7fee22ce34 __posix_sigwait (fffffc7fdebffef0, fffffc7fdebffeac) + 44
 0000000000d14811 _ZN3nix3sys6signal6SigSet4wait17h540986b307d397a7E () + 11
 0000000000ceb738 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hbfc0f7b7ea1cf3d6E () + 18
 0000000000cf3538 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h7fcf994dd87221d3E () + 98
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedc8240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 52 / lwp# 52 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2123b28, 2123b40, 0) + 55
 fffffc7fee24c33a __cond_wait (2123b28, 2123b40) + ba
 fffffc7fee24c37e cond_wait (2123b28, 2123b40) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2123b28, 2123b40) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000cf12c5 _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h005b76b1e3d69817E () + 1b5
 0000000000cf0116 _ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17h307b8d167d289d7bE () + 276
 0000000000ceb424 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h910fbac278e2f17fE () + 34
 0000000000cf336a _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h55a8e1cadad8a536E () + 8a
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedc9240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 78 / lwp# 78 --------------------
 fffffc7fee25948a pollsys  (fffffc7fd57fd850, 2, 0, 0)
 fffffc7fee1ed721 pselect (6, fffffc7fd57fd9c0, 0, 0, 0, 0) + 1e1
 fffffc7fee1edb5c select (6, fffffc7fd57fd9c0, 0, 0, 0) + 5c
 0000000000cfaa4c _ZN6tuikit3sys4file16wait_until_ready17h3cf88035e80a63eeE () + 17c
 0000000000ce353a _ZN6tuikit5input8KeyBoard17next_char_timeout17hcaaaa79f89a5bb2eE () + 22a
 0000000000ce4186 _ZN6tuikit5input8KeyBoard20next_raw_key_timeout17h09a5f0492ae6a55aE () + 96
 0000000000ce3a3c _ZN6tuikit5input8KeyBoard16next_key_timeout17h6cef3259cafd20abE () + 4c
 0000000000ce39e2 _ZN6tuikit5input8KeyBoard8next_key17h6793d7c828658323E () + 12
 0000000000ae28b1 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h916e4b4824913543E () + c1
 0000000000ada056 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h4ac9372eb3aa7fe1E () + 116
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedd6240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 79 / lwp# 79 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (22bab28, 22bab40, 0) + 55
 fffffc7fee24c33a __cond_wait (22bab28, 22bab40) + ba
 fffffc7fee24c37e cond_wait (22bab28, 22bab40) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (22bab28, 22bab40) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b01dbe _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h08cc1f48b402b628E () + 8e
 0000000000affe06 _ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17hdf6b4f32105f5b12E () + 276
 0000000000ae336c _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hfb630d1347d041c6E () + bc
 0000000000ad9e0d _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h39b89221d5a74503E () + 9d
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedd6a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 80 / lwp# 80 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (22baa48, 22baa60, 0) + 55
 fffffc7fee24c33a __cond_wait (22baa48, 22baa60) + ba
 fffffc7fee24c37e cond_wait (22baa48, 22baa60) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (22baa48, 22baa60) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b01dbe _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h08cc1f48b402b628E () + 8e
 0000000000aff7a6 _ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17ha38bdf921875e384E () + 286
 0000000000b5027e _ZN6tuikit4term21Term$LT$UserEvent$GT$10poll_event17ha74f1206b80c6304E () + 4e
 0000000000ae2243 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h8f5f094940a27d31E () + 83
 0000000000ada6e4 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h9a3bb2f359582638E () + f4
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedd7240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 81 / lwp# 81 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324bf0, 2308370, 0) + 55
 fffffc7fee24c33a __cond_wait (2324bf0, 2308370) + ba
 fffffc7fee24c37e cond_wait (2324bf0, 2308370) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324bf0, 2308370) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedd7a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 82 / lwp# 82 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324970, 2348e50, 0) + 55
 fffffc7fee24c33a __cond_wait (2324970, 2348e50) + ba
 fffffc7fee24c37e cond_wait (2324970, 2348e50) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324970, 2348e50) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedd8240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 83 / lwp# 83 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324b10, 2308160, 0) + 55
 fffffc7fee24c33a __cond_wait (2324b10, 2308160) + ba
 fffffc7fee24c37e cond_wait (2324b10, 2308160) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324b10, 2308160) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedd8a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 84 / lwp# 84 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324b50, 2308190, 0) + 55
 fffffc7fee24c33a __cond_wait (2324b50, 2308190) + ba
 fffffc7fee24c37e cond_wait (2324b50, 2308190) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324b50, 2308190) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedd9240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 85 / lwp# 85 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324ab0, 23080a0, 0) + 55
 fffffc7fee24c33a __cond_wait (2324ab0, 23080a0) + ba
 fffffc7fee24c37e cond_wait (2324ab0, 23080a0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324ab0, 23080a0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedd9a40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 86 / lwp# 86 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23249d0, 2348eb0, 0) + 55
 fffffc7fee24c33a __cond_wait (23249d0, 2348eb0) + ba
 fffffc7fee24c37e cond_wait (23249d0, 2348eb0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23249d0, 2348eb0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedda240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 87 / lwp# 87 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324a70, 2348fa0, 0) + 55
 fffffc7fee24c33a __cond_wait (2324a70, 2348fa0) + ba
 fffffc7fee24c37e cond_wait (2324a70, 2348fa0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324a70, 2348fa0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddaa40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 88 / lwp# 88 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324990, 2348e80, 0) + 55
 fffffc7fee24c33a __cond_wait (2324990, 2348e80) + ba
 fffffc7fee24c37e cond_wait (2324990, 2348e80) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324990, 2348e80) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddb240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 89 / lwp# 89 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324930, 2348d90, 0) + 55
 fffffc7fee24c33a __cond_wait (2324930, 2348d90) + ba
 fffffc7fee24c37e cond_wait (2324930, 2348d90) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324930, 2348d90) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddba40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 90 / lwp# 90 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324a10, 2348ee0, 0) + 55
 fffffc7fee24c33a __cond_wait (2324a10, 2348ee0) + ba
 fffffc7fee24c37e cond_wait (2324a10, 2348ee0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324a10, 2348ee0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddc240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 91 / lwp# 91 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324910, 2348ac0, 0) + 55
 fffffc7fee24c33a __cond_wait (2324910, 2348ac0) + ba
 fffffc7fee24c37e cond_wait (2324910, 2348ac0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324910, 2348ac0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddca40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 92 / lwp# 92 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324290, 2354be0, 0) + 55
 fffffc7fee24c33a __cond_wait (2324290, 2354be0) + ba
 fffffc7fee24c37e cond_wait (2324290, 2354be0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324290, 2354be0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddd240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 93 / lwp# 93 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23242b0, 2354c10, 0) + 55
 fffffc7fee24c33a __cond_wait (23242b0, 2354c10) + ba
 fffffc7fee24c37e cond_wait (23242b0, 2354c10) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23242b0, 2354c10) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddda40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 94 / lwp# 94 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23247b0, 23485b0, 0) + 55
 fffffc7fee24c33a __cond_wait (23247b0, 23485b0) + ba
 fffffc7fee24c37e cond_wait (23247b0, 23485b0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23247b0, 23485b0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feedde240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 95 / lwp# 95 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23247d0, 23485e0, 0) + 55
 fffffc7fee24c33a __cond_wait (23247d0, 23485e0) + ba
 fffffc7fee24c37e cond_wait (23247d0, 23485e0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23247d0, 23485e0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddea40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 96 / lwp# 96 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23247f0, 2348610, 0) + 55
 fffffc7fee24c33a __cond_wait (23247f0, 2348610) + ba
 fffffc7fee24c37e cond_wait (23247f0, 2348610) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23247f0, 2348610) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddf240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 97 / lwp# 97 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324750, 2348580, 0) + 55
 fffffc7fee24c33a __cond_wait (2324750, 2348580) + ba
 fffffc7fee24c37e cond_wait (2324750, 2348580) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324750, 2348580) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7feeddfa40) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 98 / lwp# 98 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324610, 2348280, 0) + 55
 fffffc7fee24c33a __cond_wait (2324610, 2348280) + ba
 fffffc7fee24c37e cond_wait (2324610, 2348280) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324610, 2348280) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee670240) + 77
 fffffc7fee2528f0 _lwp_start ()
-------------------- thread# 99 / lwp# 99 --------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324470, 2353f40, 0) + 55
 fffffc7fee24c33a __cond_wait (2324470, 2353f40) + ba
 fffffc7fee24c37e cond_wait (2324470, 2353f40) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324470, 2353f40) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee670a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 100 / lwp# 100 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23245f0, 2348250, 0) + 55
 fffffc7fee24c33a __cond_wait (23245f0, 2348250) + ba
 fffffc7fee24c37e cond_wait (23245f0, 2348250) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23245f0, 2348250) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee671240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 101 / lwp# 101 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324570, 2348100, 0) + 55
 fffffc7fee24c33a __cond_wait (2324570, 2348100) + ba
 fffffc7fee24c37e cond_wait (2324570, 2348100) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324570, 2348100) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee671a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 102 / lwp# 102 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23244f0, 2348040, 0) + 55
 fffffc7fee24c33a __cond_wait (23244f0, 2348040) + ba
 fffffc7fee24c37e cond_wait (23244f0, 2348040) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23244f0, 2348040) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee672240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 103 / lwp# 103 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324490, 2354fa0, 0) + 55
 fffffc7fee24c33a __cond_wait (2324490, 2354fa0) + ba
 fffffc7fee24c37e cond_wait (2324490, 2354fa0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324490, 2354fa0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee672a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 104 / lwp# 104 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324330, 2354d30, 0) + 55
 fffffc7fee24c33a __cond_wait (2324330, 2354d30) + ba
 fffffc7fee24c37e cond_wait (2324330, 2354d30) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324330, 2354d30) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee673240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 105 / lwp# 105 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324410, 2354ee0, 0) + 55
 fffffc7fee24c33a __cond_wait (2324410, 2354ee0) + ba
 fffffc7fee24c37e cond_wait (2324410, 2354ee0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324410, 2354ee0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee673a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 106 / lwp# 106 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324350, 2354d60, 0) + 55
 fffffc7fee24c33a __cond_wait (2324350, 2354d60) + ba
 fffffc7fee24c37e cond_wait (2324350, 2354d60) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324350, 2354d60) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee674240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 107 / lwp# 107 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324370, 2354d90, 0) + 55
 fffffc7fee24c33a __cond_wait (2324370, 2354d90) + ba
 fffffc7fee24c37e cond_wait (2324370, 2354d90) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324370, 2354d90) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee674a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 108 / lwp# 108 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324310, 2354d00, 0) + 55
 fffffc7fee24c33a __cond_wait (2324310, 2354d00) + ba
 fffffc7fee24c37e cond_wait (2324310, 2354d00) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324310, 2354d00) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee675240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 109 / lwp# 109 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23242f0, 2354cd0, 0) + 55
 fffffc7fee24c33a __cond_wait (23242f0, 2354cd0) + ba
 fffffc7fee24c37e cond_wait (23242f0, 2354cd0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23242f0, 2354cd0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee675a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 110 / lwp# 110 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2363d70, 2354160, 0) + 55
 fffffc7fee24c33a __cond_wait (2363d70, 2354160) + ba
 fffffc7fee24c37e cond_wait (2363d70, 2354160) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2363d70, 2354160) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee676240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 111 / lwp# 111 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324190, 2354a90, 0) + 55
 fffffc7fee24c33a __cond_wait (2324190, 2354a90) + ba
 fffffc7fee24c37e cond_wait (2324190, 2354a90) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324190, 2354a90) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee676a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 112 / lwp# 112 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324110, 23548b0, 0) + 55
 fffffc7fee24c33a __cond_wait (2324110, 23548b0) + ba
 fffffc7fee24c37e cond_wait (2324110, 23548b0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324110, 23548b0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee677240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 113 / lwp# 113 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2324090, 2354760, 0) + 55
 fffffc7fee24c33a __cond_wait (2324090, 2354760) + ba
 fffffc7fee24c37e cond_wait (2324090, 2354760) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2324090, 2354760) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee677a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 114 / lwp# 114 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2363f90, 2354580, 0) + 55
 fffffc7fee24c33a __cond_wait (2363f90, 2354580) + ba
 fffffc7fee24c37e cond_wait (2363f90, 2354580) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2363f90, 2354580) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee678240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 115 / lwp# 115 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2363fb0, 2354670, 0) + 55
 fffffc7fee24c33a __cond_wait (2363fb0, 2354670) + ba
 fffffc7fee24c37e cond_wait (2363fb0, 2354670) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2363fb0, 2354670) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee678a40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 116 / lwp# 116 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2363f50, 23544c0, 0) + 55
 fffffc7fee24c33a __cond_wait (2363f50, 23544c0) + ba
 fffffc7fee24c37e cond_wait (2363f50, 23544c0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2363f50, 23544c0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee679240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 117 / lwp# 117 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2351888, 23518a0, 0) + 55
 fffffc7fee24c33a __cond_wait (2351888, 23518a0) + ba
 fffffc7fee24c37e cond_wait (2351888, 23518a0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2351888, 23518a0) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b87125 _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17ha649a1577776adf4E () + 1b5
 0000000000b86b06 _ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17hdef7dbc13ec0b7a5E () + 296
 0000000000b87c3d _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h9c7e46ddc145d3d4E.llvm.7471870179725733092 () + 8d
 0000000000b8c26d _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hec24df59531dd163E () + 9d
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee679a40) + 77
 fffffc7fee2528f0 _lwp_start ()
----------- thread# 118 / lwp# 118 [Timer thread] ------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2363e30, 23542e0, 0) + 55
 fffffc7fee24c33a __cond_wait (2363e30, 23542e0) + ba
 fffffc7fee24c37e cond_wait (2363e30, 23542e0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2363e30, 23542e0) + 15
 0000000000b8b039 _ZN3std4sync7condvar7Condvar4wait17h97a0b0d9b61082e0E () + 99
 0000000000b83ee7 _ZN5timer22Scheduler$LT$T$C$E$GT$3run17h66a45a88feeab61dE () + 5f7
 0000000000b88183 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hc5328d0cad3ce731E.llvm.7471870179725733092 () + 93
 0000000000b8c09f _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hd4a735b243687e0eE () + 8f
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee67a240) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 119 / lwp# 119 -------------------
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (23517a8, 23517c0, 0) + 55
 fffffc7fee24c33a __cond_wait (23517a8, 23517c0) + ba
 fffffc7fee24c37e cond_wait (23517a8, 23517c0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (23517a8, 23517c0) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b1cb5e _ZN17crossbeam_channel7context7Context10wait_until17h4da4e22d55caf853E () + 29e
 0000000000b1cc75 _ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17haedade660a596840E () + 85
 0000000000b1ec23 _ZN17crossbeam_channel7flavors4list16Channel$LT$T$GT$4recv17h10aa21d7704ce5a2E () + 3b3
 0000000000b49fa3 _ZN17crossbeam_channel7channel17Receiver$LT$T$GT$4recv17hcddf02ad850f739bE () + 63
 0000000000b3f278 _ZN4skim9previewer3run17h7ffe8e0e07078e33E () + 98
 0000000000ae326c _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17had3804b3d6ad559bE () + 8c
 0000000000ada4b4 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h9820aaca3cda234aE () + f4
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee67aa40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 120 / lwp# 120 -------------------
 0000000000dc9a40 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E(), exit value = 0x0000000000000000
        ** zombie (exited, not detached, not yet joined) **
--- thread# 122 / lwp# 122 [defer-drop background thread] ----
 fffffc7fee252937 lwp_park (0, 0, 0)
 fffffc7fee24bcd5 cond_wait_queue (2384f88, 2384fa0, 0) + 55
 fffffc7fee24c33a __cond_wait (2384f88, 2384fa0) + ba
 fffffc7fee24c37e cond_wait (2384f88, 2384fa0) + 2e
 fffffc7fee24c3c5 pthread_cond_wait (2384f88, 2384fa0) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000bc3532 _ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17ha4899b3f1bf0606bE () + 532
 0000000000bc4187 _ZN17crossbeam_channel7flavors4list16Channel$LT$T$GT$4recv17h4eeb9aed1176e2eeE () + 2c7
 0000000000bc4b1c _ZN104_$LT$crossbeam_channel..channel..IntoIter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h0c0eafe217bdcb77E () + 4c
 0000000000bbf2f8 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h617b81a6b2de4cf4E.llvm.15405620135204908376 () + 28
 0000000000bc0c2f _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hc213905bb59694d5E () + 8f
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7fee2525a7 _thrp_setup (fffffc7fee67ba40) + 77
 fffffc7fee2528f0 _lwp_start ()
------------------- thread# 175 / lwp# 175 -------------------
 0000000000dc9a40 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E(), exit value = 0x0000000000000000
        ** zombie (exited, not detached, not yet joined) **

@kimono-koans
Copy link
Owner

Just FYI skim (with my gloss known as two_percent) is used as httm's fuzzy finder/interactive interface.

You'd probably get a much cleaner debug picture if you tried to simply run skim instead, because, skim rarely uses rayon the ubiquitous Rust thread library.

So you might try -- find . | sk as well as ./httm -r -d -R /share/documents/. The -d flag in particular in particular will put a new rayon parked thread on the thread pool queue, for each directory it enters, so even simply dropping that flag may clean up your debug picture a bit.

@kimono-koans
Copy link
Owner

kimono-koans commented Aug 22, 2023

Another thought I had is: skim's underlying tuikit library relies upon certain syscalls which may have been implemented in a Linux/FreeBSD/MacOS specific way, which illumos does differently. See: lotabout/tuikit#13

FYI, I ordinarily use LANG=en_US.UTF-8 and TERM=xterm-256color, though TERM=xterm works. Is it possible you're using some kind of non-UTF8 terminal encoding?

@sjorge
Copy link
Author

sjorge commented Aug 23, 2023

LANG is usually LANG=en_US.UTF-8 or LANG=C both have the issue.

Even with httm -r /share/documents it has a lot of rayon threads. I also tried -b which also results in near identical pstack:

root@mars:~# pstack $(pgrep httm)
7844:   ./httm -b /share/documents/
--------------------- thread# 1 / lwp# 1 ---------------------
 fffffc7feecf99ba lwp_wait (27, fffffc7fffdefb9c)
 fffffc7feeceea88 _thrp_join (27, 0, 0, 1) + 168
 fffffc7feeceeb2f pthread_join (27, 0) + 2f
 0000000000dc9c30 _ZN3std3sys4unix6thread6Thread4join17hd70e1748699da18fE () + 10
 00000000009f378d _ZN4httm4exec11interactive17InteractiveBrowse4exec17ha6fd49c3ff19c9f6E () + f1d
 000000000096f283 _ZN4httm4main17h46251b3dc3b33a02E () + 153
 00000000009cdb06 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17haebba323eb722c54E () + 6
 000000000097879c _ZN3std2rt10lang_start28_$u7b$$u7b$closure$u7d$$u7d$17h87bf5d1e9c809f59E.llvm.8544196600306384984 () + c
 0000000000dcba6a _ZN3std9panicking3try17hbe6e52a3f353819bE () + 1a
 0000000000dfd09e _ZN3std2rt19lang_start_internal17h3a5f0ff2076e0359E () + 2e
 000000000096fb03 main () + 33
 0000000000935da7 _start_crt () + 87
 0000000000935d08 _start () + 18
--------------------- thread# 2 / lwp# 2 ---------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628470, 161f7c0, 0) + 55
 fffffc7feecec33a __cond_wait (1628470, 161f7c0) + ba
 fffffc7feecec37e cond_wait (1628470, 161f7c0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628470, 161f7c0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee410240) + 77
 fffffc7feecf28f0 _lwp_start ()
--------------------- thread# 3 / lwp# 3 ---------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628410, 161f730, 0) + 55
 fffffc7feecec33a __cond_wait (1628410, 161f730) + ba
 fffffc7feecec37e cond_wait (1628410, 161f730) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628410, 161f730) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee410a40) + 77
 fffffc7feecf28f0 _lwp_start ()
--------------------- thread# 4 / lwp# 4 ---------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (16283d0, 161f6d0, 0) + 55
 fffffc7feecec33a __cond_wait (16283d0, 161f6d0) + ba
 fffffc7feecec37e cond_wait (16283d0, 161f6d0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (16283d0, 161f6d0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee411240) + 77
 fffffc7feecf28f0 _lwp_start ()
--------------------- thread# 5 / lwp# 5 ---------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628450, 161f790, 0) + 55
 fffffc7feecec33a __cond_wait (1628450, 161f790) + ba
 fffffc7feecec37e cond_wait (1628450, 161f790) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628450, 161f790) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee411a40) + 77
 fffffc7feecf28f0 _lwp_start ()
--------------------- thread# 6 / lwp# 6 ---------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628430, 161f760, 0) + 55
 fffffc7feecec33a __cond_wait (1628430, 161f760) + ba
 fffffc7feecec37e cond_wait (1628430, 161f760) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628430, 161f760) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee412240) + 77
 fffffc7feecf28f0 _lwp_start ()
--------------------- thread# 7 / lwp# 7 ---------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628210, 161f2b0, 0) + 55
 fffffc7feecec33a __cond_wait (1628210, 161f2b0) + ba
 fffffc7feecec37e cond_wait (1628210, 161f2b0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628210, 161f2b0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee412a40) + 77
 fffffc7feecf28f0 _lwp_start ()
--------------------- thread# 8 / lwp# 8 ---------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (16283f0, 161f700, 0) + 55
 fffffc7feecec33a __cond_wait (16283f0, 161f700) + ba
 fffffc7feecec37e cond_wait (16283f0, 161f700) + 2e
 fffffc7feecec3c5 pthread_cond_wait (16283f0, 161f700) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee413240) + 77
 fffffc7feecf28f0 _lwp_start ()
--------------------- thread# 9 / lwp# 9 ---------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628230, 161f310, 0) + 55
 fffffc7feecec33a __cond_wait (1628230, 161f310) + ba
 fffffc7feecec37e cond_wait (1628230, 161f310) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628230, 161f310) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee413a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 10 / lwp# 10 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628250, 161f340, 0) + 55
 fffffc7feecec33a __cond_wait (1628250, 161f340) + ba
 fffffc7feecec37e cond_wait (1628250, 161f340) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628250, 161f340) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee414240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 11 / lwp# 11 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628110, 161f100, 0) + 55
 fffffc7feecec33a __cond_wait (1628110, 161f100) + ba
 fffffc7feecec37e cond_wait (1628110, 161f100) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628110, 161f100) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee414a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 12 / lwp# 12 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (16282d0, 161f460, 0) + 55
 fffffc7feecec33a __cond_wait (16282d0, 161f460) + ba
 fffffc7feecec37e cond_wait (16282d0, 161f460) + 2e
 fffffc7feecec3c5 pthread_cond_wait (16282d0, 161f460) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee415240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 13 / lwp# 13 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cf90, 168aee0, 0) + 55
 fffffc7feecec33a __cond_wait (168cf90, 168aee0) + ba
 fffffc7feecec37e cond_wait (168cf90, 168aee0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cf90, 168aee0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee415a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 14 / lwp# 14 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628170, 161f1f0, 0) + 55
 fffffc7feecec33a __cond_wait (1628170, 161f1f0) + ba
 fffffc7feecec37e cond_wait (1628170, 161f1f0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628170, 161f1f0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee416240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 15 / lwp# 15 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628130, 161f160, 0) + 55
 fffffc7feecec33a __cond_wait (1628130, 161f160) + ba
 fffffc7feecec37e cond_wait (1628130, 161f160) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628130, 161f160) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee416a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 16 / lwp# 16 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1628070, 168bfa0, 0) + 55
 fffffc7feecec33a __cond_wait (1628070, 168bfa0) + ba
 fffffc7feecec37e cond_wait (1628070, 168bfa0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1628070, 168bfa0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee417240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 17 / lwp# 17 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168ceb0, 168adc0, 0) + 55
 fffffc7feecec33a __cond_wait (168ceb0, 168adc0) + ba
 fffffc7feecec37e cond_wait (168ceb0, 168adc0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168ceb0, 168adc0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee417a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 18 / lwp# 18 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cf70, 168aeb0, 0) + 55
 fffffc7feecec33a __cond_wait (168cf70, 168aeb0) + ba
 fffffc7feecec37e cond_wait (168cf70, 168aeb0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cf70, 168aeb0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee418240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 19 / lwp# 19 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cef0, 168ae80, 0) + 55
 fffffc7feecec33a __cond_wait (168cef0, 168ae80) + ba
 fffffc7feecec37e cond_wait (168cef0, 168ae80) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cef0, 168ae80) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee418a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 20 / lwp# 20 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168ce30, 168ac70, 0) + 55
 fffffc7feecec33a __cond_wait (168ce30, 168ac70) + ba
 fffffc7feecec37e cond_wait (168ce30, 168ac70) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168ce30, 168ac70) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee419240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 21 / lwp# 21 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cdd0, 168ab20, 0) + 55
 fffffc7feecec33a __cond_wait (168cdd0, 168ab20) + ba
 fffffc7feecec37e cond_wait (168cdd0, 168ab20) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cdd0, 168ab20) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee419a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 22 / lwp# 22 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cc50, 168a820, 0) + 55
 fffffc7feecec33a __cond_wait (168cc50, 168a820) + ba
 fffffc7feecec37e cond_wait (168cc50, 168a820) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cc50, 168a820) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41a240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 23 / lwp# 23 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168ccd0, 168a910, 0) + 55
 fffffc7feecec33a __cond_wait (168ccd0, 168a910) + ba
 fffffc7feecec37e cond_wait (168ccd0, 168a910) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168ccd0, 168a910) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41aa40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 24 / lwp# 24 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cbd0, 168a700, 0) + 55
 fffffc7feecec33a __cond_wait (168cbd0, 168a700) + ba
 fffffc7feecec37e cond_wait (168cbd0, 168a700) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cbd0, 168a700) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41b240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 25 / lwp# 25 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cc70, 168a7f0, 0) + 55
 fffffc7feecec33a __cond_wait (168cc70, 168a7f0) + ba
 fffffc7feecec37e cond_wait (168cc70, 168a7f0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cc70, 168a7f0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41ba40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 26 / lwp# 26 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cc90, 168a850, 0) + 55
 fffffc7feecec33a __cond_wait (168cc90, 168a850) + ba
 fffffc7feecec37e cond_wait (168cc90, 168a850) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cc90, 168a850) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41c240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 27 / lwp# 27 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cd30, 168a9d0, 0) + 55
 fffffc7feecec33a __cond_wait (168cd30, 168a9d0) + ba
 fffffc7feecec37e cond_wait (168cd30, 168a9d0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cd30, 168a9d0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41ca40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 28 / lwp# 28 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cb50, 168a640, 0) + 55
 fffffc7feecec33a __cond_wait (168cb50, 168a640) + ba
 fffffc7feecec37e cond_wait (168cb50, 168a640) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cb50, 168a640) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41d240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 29 / lwp# 29 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cbf0, 168a730, 0) + 55
 fffffc7feecec33a __cond_wait (168cbf0, 168a730) + ba
 fffffc7feecec37e cond_wait (168cbf0, 168a730) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cbf0, 168a730) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41da40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 30 / lwp# 30 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cb30, 168a610, 0) + 55
 fffffc7feecec33a __cond_wait (168cb30, 168a610) + ba
 fffffc7feecec37e cond_wait (168cb30, 168a610) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cb30, 168a610) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41e240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 31 / lwp# 31 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cad0, 168a550, 0) + 55
 fffffc7feecec33a __cond_wait (168cad0, 168a550) + ba
 fffffc7feecec37e cond_wait (168cad0, 168a550) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cad0, 168a550) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41ea40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 32 / lwp# 32 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168cab0, 168a520, 0) + 55
 fffffc7feecec33a __cond_wait (168cab0, 168a520) + ba
 fffffc7feecec37e cond_wait (168cab0, 168a520) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168cab0, 168a520) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41f240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 33 / lwp# 33 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168ca70, 168a460, 0) + 55
 fffffc7feecec33a __cond_wait (168ca70, 168a460) + ba
 fffffc7feecec37e cond_wait (168ca70, 168a460) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168ca70, 168a460) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7fee41fa40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 34 / lwp# 34 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168c9d0, 168a310, 0) + 55
 fffffc7feecec33a __cond_wait (168c9d0, 168a310) + ba
 fffffc7feecec37e cond_wait (168c9d0, 168a310) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168c9d0, 168a310) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed90240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 35 / lwp# 35 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168c970, 168a250, 0) + 55
 fffffc7feecec33a __cond_wait (168c970, 168a250) + ba
 fffffc7feecec37e cond_wait (168c970, 168a250) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168c970, 168a250) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed90a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 36 / lwp# 36 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168c8f0, 168a160, 0) + 55
 fffffc7feecec33a __cond_wait (168c8f0, 168a160) + ba
 fffffc7feecec37e cond_wait (168c8f0, 168a160) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168c8f0, 168a160) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed91240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 37 / lwp# 37 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (168c8d0, 168a130, 0) + 55
 fffffc7feecec33a __cond_wait (168c8d0, 168a130) + ba
 fffffc7feecec37e cond_wait (168c8d0, 168a130) + 2e
 fffffc7feecec3c5 pthread_cond_wait (168c8d0, 168a130) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed91a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 38 / lwp# 38 --------------------
 0000000000dc9a40 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E(), exit value = 0x0000000000000000
        ** zombie (exited, not detached, not yet joined) **
-------------------- thread# 39 / lwp# 39 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (161d2d8, 161d2f0, 0) + 55
 fffffc7feecec33a __cond_wait (161d2d8, 161d2f0) + ba
 fffffc7feecec37e cond_wait (161d2d8, 161d2f0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (161d2d8, 161d2f0) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b1cb5e _ZN17crossbeam_channel7context7Context10wait_until17h4da4e22d55caf853E () + 29e
 0000000000b1cc75 _ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17haedade660a596840E () + 85
 0000000000b1f046 _ZN17crossbeam_channel7flavors4list16Channel$LT$T$GT$4recv17h994638fee86e2787E () + 366
 0000000000b49893 _ZN17crossbeam_channel7channel17Receiver$LT$T$GT$4recv17h676e55e878371c6cE () + 53
 0000000000b676bd _ZN4skim5model5Model5start17h71e0eb46f4fff8c6E () + 2ed
 0000000000b4490f _ZN4skim4Skim8run_with17h108e862abb10ff22E () + 60f
 00000000009cd6a7 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h5cbc6abdf7bad34dE () + 167
 00000000009e8f18 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hfd5b662790c1207bE () + e8
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed92a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 40 / lwp# 40 --------------------
 fffffc7feecf8aaa sigtimedwait (fffffc7fe3fffef0, fffffc7fe3fffcf0, 0)
 fffffc7feece3d95 sigwait (fffffc7fe3fffef0) + 15
 fffffc7feeccce34 __posix_sigwait (fffffc7fe3fffef0, fffffc7fe3fffeac) + 44
 0000000000d14811 _ZN3nix3sys6signal6SigSet4wait17h540986b307d397a7E () + 11
 0000000000ceb738 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hbfc0f7b7ea1cf3d6E () + 18
 0000000000cf3538 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h7fcf994dd87221d3E () + 98
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed92240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 41 / lwp# 41 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1718268, 1718280, 0) + 55
 fffffc7feecec33a __cond_wait (1718268, 1718280) + ba
 fffffc7feecec37e cond_wait (1718268, 1718280) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1718268, 1718280) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000cf12c5 _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h005b76b1e3d69817E () + 1b5
 0000000000cf0116 _ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17h307b8d167d289d7bE () + 276
 0000000000ceb424 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h910fbac278e2f17fE () + 34
 0000000000cf336a _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h55a8e1cadad8a536E () + 8a
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed93240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 42 / lwp# 42 --------------------
 fffffc7feecf948a pollsys  (fffffc7fe2bfd850, 2, 0, 0)
 fffffc7feec8d721 pselect (6, fffffc7fe2bfd9c0, 0, 0, 0, 0) + 1e1
 fffffc7feec8db5c select (6, fffffc7fe2bfd9c0, 0, 0, 0) + 5c
 0000000000cfaa4c _ZN6tuikit3sys4file16wait_until_ready17h3cf88035e80a63eeE () + 17c
 0000000000ce353a _ZN6tuikit5input8KeyBoard17next_char_timeout17hcaaaa79f89a5bb2eE () + 22a
 0000000000ce4186 _ZN6tuikit5input8KeyBoard20next_raw_key_timeout17h09a5f0492ae6a55aE () + 96
 0000000000ce3a3c _ZN6tuikit5input8KeyBoard16next_key_timeout17h6cef3259cafd20abE () + 4c
 0000000000ce39e2 _ZN6tuikit5input8KeyBoard8next_key17h6793d7c828658323E () + 12
 0000000000ae28b1 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h916e4b4824913543E () + c1
 0000000000ada056 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h4ac9372eb3aa7fe1E () + 116
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed93a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 43 / lwp# 43 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (172de38, 172de50, 0) + 55
 fffffc7feecec33a __cond_wait (172de38, 172de50) + ba
 fffffc7feecec37e cond_wait (172de38, 172de50) + 2e
 fffffc7feecec3c5 pthread_cond_wait (172de38, 172de50) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b01dbe _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h08cc1f48b402b628E () + 8e
 0000000000affe06 _ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17hdf6b4f32105f5b12E () + 276
 0000000000ae336c _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hfb630d1347d041c6E () + bc
 0000000000ad9e0d _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h39b89221d5a74503E () + 9d
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed94240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 44 / lwp# 44 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (172dd58, 172dd70, 0) + 55
 fffffc7feecec33a __cond_wait (172dd58, 172dd70) + ba
 fffffc7feecec37e cond_wait (172dd58, 172dd70) + 2e
 fffffc7feecec3c5 pthread_cond_wait (172dd58, 172dd70) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b01dbe _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h08cc1f48b402b628E () + 8e
 0000000000aff7a6 _ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17ha38bdf921875e384E () + 286
 0000000000b5027e _ZN6tuikit4term21Term$LT$UserEvent$GT$10poll_event17ha74f1206b80c6304E () + 4e
 0000000000ae2243 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h8f5f094940a27d31E () + 83
 0000000000ada6e4 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h9a3bb2f359582638E () + f4
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed94a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 45 / lwp# 45 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1724210, 16ef370, 0) + 55
 fffffc7feecec33a __cond_wait (1724210, 16ef370) + ba
 fffffc7feecec37e cond_wait (1724210, 16ef370) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1724210, 16ef370) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed95240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 46 / lwp# 46 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1724190, 16ef2e0, 0) + 55
 fffffc7feecec33a __cond_wait (1724190, 16ef2e0) + ba
 fffffc7feecec37e cond_wait (1724190, 16ef2e0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1724190, 16ef2e0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed95a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 47 / lwp# 47 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17241f0, 16ef340, 0) + 55
 fffffc7feecec33a __cond_wait (17241f0, 16ef340) + ba
 fffffc7feecec37e cond_wait (17241f0, 16ef340) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17241f0, 16ef340) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed96240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 48 / lwp# 48 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1724130, 16ef1f0, 0) + 55
 fffffc7feecec33a __cond_wait (1724130, 16ef1f0) + ba
 fffffc7feecec37e cond_wait (1724130, 16ef1f0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1724130, 16ef1f0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed96a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 49 / lwp# 49 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17241b0, 16ef310, 0) + 55
 fffffc7feecec33a __cond_wait (17241b0, 16ef310) + ba
 fffffc7feecec37e cond_wait (17241b0, 16ef310) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17241b0, 16ef310) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed97240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 50 / lwp# 50 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4eb0, 17c0c10, 0) + 55
 fffffc7feecec33a __cond_wait (17c4eb0, 17c0c10) + ba
 fffffc7feecec37e cond_wait (17c4eb0, 17c0c10) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4eb0, 17c0c10) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed97a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 51 / lwp# 51 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17240b0, 16ef0d0, 0) + 55
 fffffc7feecec33a __cond_wait (17240b0, 16ef0d0) + ba
 fffffc7feecec37e cond_wait (17240b0, 16ef0d0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17240b0, 16ef0d0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed98240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 52 / lwp# 52 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (1724030, 17c0f40, 0) + 55
 fffffc7feecec33a __cond_wait (1724030, 17c0f40) + ba
 fffffc7feecec37e cond_wait (1724030, 17c0f40) + 2e
 fffffc7feecec3c5 pthread_cond_wait (1724030, 17c0f40) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed98a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 53 / lwp# 53 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4fb0, 17c0f10, 0) + 55
 fffffc7feecec33a __cond_wait (17c4fb0, 17c0f10) + ba
 fffffc7feecec37e cond_wait (17c4fb0, 17c0f10) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4fb0, 17c0f10) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed99240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 54 / lwp# 54 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4f90, 17c0dc0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4f90, 17c0dc0) + ba
 fffffc7feecec37e cond_wait (17c4f90, 17c0dc0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4f90, 17c0dc0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed99a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 55 / lwp# 55 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4ed0, 17c0c40, 0) + 55
 fffffc7feecec33a __cond_wait (17c4ed0, 17c0c40) + ba
 fffffc7feecec37e cond_wait (17c4ed0, 17c0c40) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4ed0, 17c0c40) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9a240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 56 / lwp# 56 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4ef0, 17c0ca0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4ef0, 17c0ca0) + ba
 fffffc7feecec37e cond_wait (17c4ef0, 17c0ca0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4ef0, 17c0ca0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9aa40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 57 / lwp# 57 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4e70, 17c0be0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4e70, 17c0be0) + ba
 fffffc7feecec37e cond_wait (17c4e70, 17c0be0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4e70, 17c0be0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9b240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 58 / lwp# 58 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4e10, 17c0b20, 0) + 55
 fffffc7feecec33a __cond_wait (17c4e10, 17c0b20) + ba
 fffffc7feecec37e cond_wait (17c4e10, 17c0b20) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4e10, 17c0b20) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9ba40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 59 / lwp# 59 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4cd0, 17c08e0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4cd0, 17c08e0) + ba
 fffffc7feecec37e cond_wait (17c4cd0, 17c08e0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4cd0, 17c08e0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9c240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 60 / lwp# 60 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4d50, 17c0940, 0) + 55
 fffffc7feecec33a __cond_wait (17c4d50, 17c0940) + ba
 fffffc7feecec37e cond_wait (17c4d50, 17c0940) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4d50, 17c0940) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9ca40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 61 / lwp# 61 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4d10, 17c0910, 0) + 55
 fffffc7feecec33a __cond_wait (17c4d10, 17c0910) + ba
 fffffc7feecec37e cond_wait (17c4d10, 17c0910) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4d10, 17c0910) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9d240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 62 / lwp# 62 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4cb0, 17c08b0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4cb0, 17c08b0) + ba
 fffffc7feecec37e cond_wait (17c4cb0, 17c08b0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4cb0, 17c08b0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9da40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 63 / lwp# 63 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4a50, 17c03a0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4a50, 17c03a0) + ba
 fffffc7feecec37e cond_wait (17c4a50, 17c03a0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4a50, 17c03a0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9e240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 64 / lwp# 64 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4bd0, 17c0640, 0) + 55
 fffffc7feecec33a __cond_wait (17c4bd0, 17c0640) + ba
 fffffc7feecec37e cond_wait (17c4bd0, 17c0640) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4bd0, 17c0640) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9ea40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 65 / lwp# 65 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4b50, 17c0580, 0) + 55
 fffffc7feecec33a __cond_wait (17c4b50, 17c0580) + ba
 fffffc7feecec37e cond_wait (17c4b50, 17c0580) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4b50, 17c0580) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9f240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 66 / lwp# 66 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4b30, 17c0550, 0) + 55
 fffffc7feecec33a __cond_wait (17c4b30, 17c0550) + ba
 fffffc7feecec37e cond_wait (17c4b30, 17c0550) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4b30, 17c0550) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feed9fa40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 67 / lwp# 67 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4ab0, 17c0490, 0) + 55
 fffffc7feecec33a __cond_wait (17c4ab0, 17c0490) + ba
 fffffc7feecec37e cond_wait (17c4ab0, 17c0490) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4ab0, 17c0490) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda0240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 68 / lwp# 68 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4a70, 17c03d0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4a70, 17c03d0) + ba
 fffffc7feecec37e cond_wait (17c4a70, 17c03d0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4a70, 17c03d0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda0a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 69 / lwp# 69 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4810, 17dcfa0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4810, 17dcfa0) + ba
 fffffc7feecec37e cond_wait (17c4810, 17dcfa0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4810, 17dcfa0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda1240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 70 / lwp# 70 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4930, 17c0190, 0) + 55
 fffffc7feecec33a __cond_wait (17c4930, 17c0190) + ba
 fffffc7feecec37e cond_wait (17c4930, 17c0190) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4930, 17c0190) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda1a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 71 / lwp# 71 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4970, 17c01c0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4970, 17c01c0) + ba
 fffffc7feecec37e cond_wait (17c4970, 17c01c0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4970, 17c01c0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda2240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 72 / lwp# 72 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c48f0, 17c0160, 0) + 55
 fffffc7feecec33a __cond_wait (17c48f0, 17c0160) + ba
 fffffc7feecec37e cond_wait (17c48f0, 17c0160) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c48f0, 17c0160) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda2a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 73 / lwp# 73 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c47f0, 17dcf70, 0) + 55
 fffffc7feecec33a __cond_wait (17c47f0, 17dcf70) + ba
 fffffc7feecec37e cond_wait (17c47f0, 17dcf70) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c47f0, 17dcf70) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda3240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 74 / lwp# 74 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c46f0, 17dcd30, 0) + 55
 fffffc7feecec33a __cond_wait (17c46f0, 17dcd30) + ba
 fffffc7feecec37e cond_wait (17c46f0, 17dcd30) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c46f0, 17dcd30) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda3a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 75 / lwp# 75 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4790, 17dceb0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4790, 17dceb0) + ba
 fffffc7feecec37e cond_wait (17c4790, 17dceb0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4790, 17dceb0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda4240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 76 / lwp# 76 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4750, 17dcdf0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4750, 17dcdf0) + ba
 fffffc7feecec37e cond_wait (17c4750, 17dcdf0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4750, 17dcdf0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda4a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 77 / lwp# 77 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c46d0, 17dccd0, 0) + 55
 fffffc7feecec33a __cond_wait (17c46d0, 17dccd0) + ba
 fffffc7feecec37e cond_wait (17c46d0, 17dccd0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c46d0, 17dccd0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda5240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 78 / lwp# 78 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4670, 17dcbe0, 0) + 55
 fffffc7feecec33a __cond_wait (17c4670, 17dcbe0) + ba
 fffffc7feecec37e cond_wait (17c4670, 17dcbe0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4670, 17dcbe0) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda5a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 79 / lwp# 79 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4630, 17dcb50, 0) + 55
 fffffc7feecec33a __cond_wait (17c4630, 17dcb50) + ba
 fffffc7feecec37e cond_wait (17c4630, 17dcb50) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4630, 17dcb50) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda6240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 80 / lwp# 80 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c4610, 17dca90, 0) + 55
 fffffc7feecec33a __cond_wait (17c4610, 17dca90) + ba
 fffffc7feecec37e cond_wait (17c4610, 17dca90) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c4610, 17dca90) + 15
 0000000000bb6380 _ZN3std4sync7condvar7Condvar4wait17h4fe402915a6e6b85E () + 70
 0000000000bb18f5 _ZN10rayon_core5sleep5Sleep5sleep17h6183637bab0fdd46E () + 275
 0000000000baedfa _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hda87694850ab8cb2E () + aa
 0000000000bad22c _ZN10rayon_core8registry13ThreadBuilder3run17ha2d7760d9118bcd3E () + dc
 0000000000bb0a98 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h81ee24ffbf069f33E.llvm.3626995999859149868 () + 48
 0000000000bb5396 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hf40280b9c02ef6bfE () + 126
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda6a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 81 / lwp# 81 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17d8b98, 17d8bb0, 0) + 55
 fffffc7feecec33a __cond_wait (17d8b98, 17d8bb0) + ba
 fffffc7feecec37e cond_wait (17d8b98, 17d8bb0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17d8b98, 17d8bb0) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b87125 _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17ha649a1577776adf4E () + 1b5
 0000000000b86b06 _ZN3std4sync4mpmc4list16Channel$LT$T$GT$4recv17hdef7dbc13ec0b7a5E () + 296
 0000000000b87c3d _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h9c7e46ddc145d3d4E.llvm.7471870179725733092 () + 8d
 0000000000b8c26d _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hec24df59531dd163E () + 9d
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda7240) + 77
 fffffc7feecf28f0 _lwp_start ()
------------ thread# 82 / lwp# 82 [Timer thread] -------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17c44f0, 17dc940, 0) + 55
 fffffc7feecec33a __cond_wait (17c44f0, 17dc940) + ba
 fffffc7feecec37e cond_wait (17c44f0, 17dc940) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17c44f0, 17dc940) + 15
 0000000000b8b039 _ZN3std4sync7condvar7Condvar4wait17h97a0b0d9b61082e0E () + 99
 0000000000b83ee7 _ZN5timer22Scheduler$LT$T$C$E$GT$3run17h66a45a88feeab61dE () + 5f7
 0000000000b88183 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hc5328d0cad3ce731E.llvm.7471870179725733092 () + 93
 0000000000b8c09f _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hd4a735b243687e0eE () + 8f
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda7a40) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 83 / lwp# 83 --------------------
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17d8ab8, 17d8ad0, 0) + 55
 fffffc7feecec33a __cond_wait (17d8ab8, 17d8ad0) + ba
 fffffc7feecec37e cond_wait (17d8ab8, 17d8ad0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17d8ab8, 17d8ad0) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000b1cb5e _ZN17crossbeam_channel7context7Context10wait_until17h4da4e22d55caf853E () + 29e
 0000000000b1cc75 _ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17haedade660a596840E () + 85
 0000000000b1ec23 _ZN17crossbeam_channel7flavors4list16Channel$LT$T$GT$4recv17h10aa21d7704ce5a2E () + 3b3
 0000000000b49fa3 _ZN17crossbeam_channel7channel17Receiver$LT$T$GT$4recv17hcddf02ad850f739bE () + 63
 0000000000b3f278 _ZN4skim9previewer3run17h7ffe8e0e07078e33E () + 98
 0000000000ae326c _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17had3804b3d6ad559bE () + 8c
 0000000000ada4b4 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h9820aaca3cda234aE () + f4
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda8240) + 77
 fffffc7feecf28f0 _lwp_start ()
-------------------- thread# 84 / lwp# 84 --------------------
 0000000000dc9a40 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E(), exit value = 0x0000000000000000
        ** zombie (exited, not detached, not yet joined) **
---- thread# 86 / lwp# 86 [defer-drop background thread] -----
 fffffc7feecf2937 lwp_park (0, 0, 0)
 fffffc7feecebcd5 cond_wait_queue (17d83b8, 17d83d0, 0) + 55
 fffffc7feecec33a __cond_wait (17d83b8, 17d83d0) + ba
 fffffc7feecec37e cond_wait (17d83b8, 17d83d0) + 2e
 fffffc7feecec3c5 pthread_cond_wait (17d83b8, 17d83d0) + 15
 0000000000ddfc5b _ZN3std3sys4unix14thread_parking7pthread6Parker4park17h34a4c22769fc9a8aE () + 4b
 0000000000de2173 _ZN3std6thread4park17hc30bdb2a67f54a62E () + 23
 0000000000bc3532 _ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17ha4899b3f1bf0606bE () + 532
 0000000000bc4187 _ZN17crossbeam_channel7flavors4list16Channel$LT$T$GT$4recv17h4eeb9aed1176e2eeE () + 2c7
 0000000000bc4b1c _ZN104_$LT$crossbeam_channel..channel..IntoIter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4next17h0c0eafe217bdcb77E () + 4c
 0000000000bbf2f8 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h617b81a6b2de4cf4E.llvm.15405620135204908376 () + 28
 0000000000bc0c2f _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hc213905bb59694d5E () + 8f
 0000000000dc9a69 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7feecf25a7 _thrp_setup (fffffc7feeda8a40) + 77
 fffffc7feecf28f0 _lwp_start ()

find . | sk also results in a blank screen, hitting return exists the process though. it was the ssh session timing out, so it also hangs just like httm.

root@mars:~# pstack $(pgrep sk)
7924:   ./sk
--------------------- thread# 1 / lwp# 1 ---------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (12c8f88, 12c8fa0, 0) + 55
 fffffc7febe6c33a __cond_wait (12c8f88, 12c8fa0) + ba
 fffffc7febe6c37e cond_wait (12c8f88, 12c8fa0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (12c8f88, 12c8fa0) + 15
 000000000068d9cb _ZN3std6thread4park17hc30bdb2a67f54a62E () + 6b
 000000000065744e _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h08eecc2b67c40eefE () + 8e
 00000000006117b0 _ZN4skim5model5Model5start17h296e1863118dd4bdE () + 5d0
 00000000004b9308 _ZN2sk9real_main17h1266467a03cd6530E () + d368
 00000000004aa0d5 _ZN2sk4main17h0f7a1c04323bf16cE () + 1a05
 00000000005e4696 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hd99514c38010adceE () + 6
 00000000004bd03b main () + 2cb
 00000000004a6a07 _start_crt () + 87
 00000000004a6968 _start () + 18
--------------------- thread# 3 / lwp# 3 ---------------------
 fffffc7febe78aaa sigtimedwait (fffffc7fedbffed0, fffffc7fedbffcd0, 0)
 fffffc7febe63d95 sigwait (fffffc7fedbffed0) + 15
 fffffc7febe4ce34 __posix_sigwait (fffffc7fedbffed0, fffffc7fedbffe8c) + 44
 00000000006c43dc _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h7b2bc26f21c946aaE () + 4c
 00000000006ca1a0 _ZN115_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$9call_once17h1ad9d9cdde6251d4E () + 20
 00000000006c9dbe _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hb7b3536cdb348b50E () + ee
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a0a40) + 77
 fffffc7febe728f0 _lwp_start ()
--------------------- thread# 4 / lwp# 4 ---------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (12c8f18, 12c8f30, 0) + 55
 fffffc7febe6c33a __cond_wait (12c8f18, 12c8f30) + ba
 fffffc7febe6c37e cond_wait (12c8f18, 12c8f30) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (12c8f18, 12c8f30) + 15
 000000000068d9cb _ZN3std6thread4park17hc30bdb2a67f54a62E () + 6b
 00000000006c8e25 _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17heb769860cf48bf0fE () + 1a5
 00000000006c470f _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17he1f6745dfd7daeb8E () + 2cf
 00000000006ca013 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hedd3ac32bf22332fE () + a3
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a1240) + 77
 fffffc7febe728f0 _lwp_start ()
--------------------- thread# 5 / lwp# 5 ---------------------
 fffffc7febe7948a pollsys  (fffffc7fec7fd7f0, 2, 0, 0)
 fffffc7febe0d721 pselect (6, fffffc7fec7fd968, 0, 0, 0, 0) + 1e1
 fffffc7febe0db5c select (6, fffffc7fec7fd968, 0, 0, 0) + 5c
 00000000006cf9ac _ZN6tuikit3sys4file16wait_until_ready17ha0d57194699e106eE () + 1dc
 00000000006bf3be _ZN6tuikit5input8KeyBoard17next_char_timeout17h87b34d0f38e0ea60E () + 30e
 00000000006bee37 _ZN6tuikit5input8KeyBoard20next_raw_key_timeout17h645670646f15f9caE () + 127
 00000000006be647 _ZN6tuikit5input8KeyBoard16next_key_timeout17h2f274d03100a83a5E () + 57
 00000000005f9f7e _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hbe80bea82deff934E () + 13e
 00000000005fae0f _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h333212db8829ced6E () + 12f
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a1a40) + 77
 fffffc7febe728f0 _lwp_start ()
--------------------- thread# 6 / lwp# 6 ---------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (13589d8, 13589f0, 0) + 55
 fffffc7febe6c33a __cond_wait (13589d8, 13589f0) + ba
 fffffc7febe6c37e cond_wait (13589d8, 13589f0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (13589d8, 13589f0) + 15
 000000000068d9cb _ZN3std6thread4park17hc30bdb2a67f54a62E () + 6b
 000000000065744e _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h08eecc2b67c40eefE () + 8e
 00000000005f81a6 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h54684979c0d42a79E () + 6a6
 00000000005fbb39 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hc43d8079af3e393bE () + b9
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a2240) + 77
 fffffc7febe728f0 _lwp_start ()
--------------------- thread# 7 / lwp# 7 ---------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (13588f8, 1358910, 0) + 55
 fffffc7febe6c33a __cond_wait (13588f8, 1358910) + ba
 fffffc7febe6c37e cond_wait (13588f8, 1358910) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (13588f8, 1358910) + 15
 000000000068d9cb _ZN3std6thread4park17hc30bdb2a67f54a62E () + 6b
 000000000065744e _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h08eecc2b67c40eefE () + 8e
 00000000005f40ce _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h3b95bc8376e19248E () + 34e
 00000000005fc30a _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hb4186be0f7fb9836E () + 10a
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a2a40) + 77
 fffffc7febe728f0 _lwp_start ()
----- thread# 8 / lwp# 8 [defer-drop background thread] ------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (1358738, 1358750, 0) + 55
 fffffc7febe6c33a __cond_wait (1358738, 1358750) + ba
 fffffc7febe6c37e cond_wait (1358738, 1358750) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (1358738, 1358750) + 15
 000000000068d9cb _ZN3std6thread4park17hc30bdb2a67f54a62E () + 6b
 00000000005326f7 _ZN17crossbeam_channel7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17hfd3fce5124b34737E () + 4d7
 0000000000533aac _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hd27e92f645634aeaE () + abc
 0000000000536e9b _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h6b28b4d16fe2127eE () + ab
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a3240) + 77
 fffffc7febe728f0 _lwp_start ()
--------------------- thread# 9 / lwp# 9 ---------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (13587a8, 13587c0, 0) + 55
 fffffc7febe6c33a __cond_wait (13587a8, 13587c0) + ba
 fffffc7febe6c37e cond_wait (13587a8, 13587c0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (13587a8, 13587c0) + 15
 000000000068d9cb _ZN3std6thread4park17hc30bdb2a67f54a62E () + 6b
 00000000006b7982 _ZN3std4sync4mpmc7context7Context4with28_$u7b$$u7b$closure$u7d$$u7d$17h91f768e0bc21aba5E () + 182
 00000000006b9740 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h18ba52e786c8d558E () + 300
 00000000006bc9c9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17hdcf9c5b59be04311E () + b9
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a3a40) + 77
 fffffc7febe728f0 _lwp_start ()
------------ thread# 10 / lwp# 10 [Timer thread] -------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (12d88f0, 13bf760, 0) + 55
 fffffc7febe6c33a __cond_wait (12d88f0, 13bf760) + ba
 fffffc7febe6c37e cond_wait (12d88f0, 13bf760) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (12d88f0, 13bf760) + 15
 00000000006bbe6d _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h365fb0a1aa0e3699E () + b8d
 00000000006bce6b _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17haad53f6750bc99d2E () + ab
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a4240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 13 / lwp# 13 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141de50, 13bf3d0, 0) + 55
 fffffc7febe6c33a __cond_wait (141de50, 13bf3d0) + ba
 fffffc7febe6c37e cond_wait (141de50, 13bf3d0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141de50, 13bf3d0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a5a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 14 / lwp# 14 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141dd70, 13bf250, 0) + 55
 fffffc7febe6c33a __cond_wait (141dd70, 13bf250) + ba
 fffffc7febe6c37e cond_wait (141dd70, 13bf250) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141dd70, 13bf250) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a6240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 15 / lwp# 15 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141dd50, 13bf220, 0) + 55
 fffffc7febe6c33a __cond_wait (141dd50, 13bf220) + ba
 fffffc7febe6c37e cond_wait (141dd50, 13bf220) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141dd50, 13bf220) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a6a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 16 / lwp# 16 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141ddf0, 13bf3a0, 0) + 55
 fffffc7febe6c33a __cond_wait (141ddf0, 13bf3a0) + ba
 fffffc7febe6c37e cond_wait (141ddf0, 13bf3a0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141ddf0, 13bf3a0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a7240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 17 / lwp# 17 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141dc70, 13bf070, 0) + 55
 fffffc7febe6c33a __cond_wait (141dc70, 13bf070) + ba
 fffffc7febe6c37e cond_wait (141dc70, 13bf070) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141dc70, 13bf070) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a7a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 18 / lwp# 18 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141dcd0, 13bf160, 0) + 55
 fffffc7febe6c33a __cond_wait (141dcd0, 13bf160) + ba
 fffffc7febe6c37e cond_wait (141dcd0, 13bf160) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141dcd0, 13bf160) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a8240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 19 / lwp# 19 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141dc90, 13bf0a0, 0) + 55
 fffffc7febe6c33a __cond_wait (141dc90, 13bf0a0) + ba
 fffffc7febe6c37e cond_wait (141dc90, 13bf0a0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141dc90, 13bf0a0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a8a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 20 / lwp# 20 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141dbf0, 142ff70, 0) + 55
 fffffc7febe6c33a __cond_wait (141dbf0, 142ff70) + ba
 fffffc7febe6c37e cond_wait (141dbf0, 142ff70) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141dbf0, 142ff70) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a9240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 21 / lwp# 21 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141dbb0, 142ff40, 0) + 55
 fffffc7febe6c33a __cond_wait (141dbb0, 142ff40) + ba
 fffffc7febe6c37e cond_wait (141dbb0, 142ff40) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141dbb0, 142ff40) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a9a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 22 / lwp# 22 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141da50, 142fbe0, 0) + 55
 fffffc7febe6c33a __cond_wait (141da50, 142fbe0) + ba
 fffffc7febe6c37e cond_wait (141da50, 142fbe0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141da50, 142fbe0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7aa240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 23 / lwp# 23 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141daf0, 142fd30, 0) + 55
 fffffc7febe6c33a __cond_wait (141daf0, 142fd30) + ba
 fffffc7febe6c37e cond_wait (141daf0, 142fd30) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141daf0, 142fd30) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7aaa40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 24 / lwp# 24 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141dad0, 142fd00, 0) + 55
 fffffc7febe6c33a __cond_wait (141dad0, 142fd00) + ba
 fffffc7febe6c37e cond_wait (141dad0, 142fd00) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141dad0, 142fd00) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7ab240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 25 / lwp# 25 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d9f0, 142fb80, 0) + 55
 fffffc7febe6c33a __cond_wait (141d9f0, 142fb80) + ba
 fffffc7febe6c37e cond_wait (141d9f0, 142fb80) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d9f0, 142fb80) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7aba40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 26 / lwp# 26 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141da10, 142fbb0, 0) + 55
 fffffc7febe6c33a __cond_wait (141da10, 142fbb0) + ba
 fffffc7febe6c37e cond_wait (141da10, 142fbb0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141da10, 142fbb0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7ac240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 27 / lwp# 27 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d970, 142fa30, 0) + 55
 fffffc7febe6c33a __cond_wait (141d970, 142fa30) + ba
 fffffc7febe6c37e cond_wait (141d970, 142fa30) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d970, 142fa30) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7aca40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 28 / lwp# 28 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d930, 142fa00, 0) + 55
 fffffc7febe6c33a __cond_wait (141d930, 142fa00) + ba
 fffffc7febe6c37e cond_wait (141d930, 142fa00) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d930, 142fa00) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7ad240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 29 / lwp# 29 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d8b0, 142f8b0, 0) + 55
 fffffc7febe6c33a __cond_wait (141d8b0, 142f8b0) + ba
 fffffc7febe6c37e cond_wait (141d8b0, 142f8b0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d8b0, 142f8b0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7ada40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 30 / lwp# 30 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d870, 142f880, 0) + 55
 fffffc7febe6c33a __cond_wait (141d870, 142f880) + ba
 fffffc7febe6c37e cond_wait (141d870, 142f880) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d870, 142f880) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7ae240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 31 / lwp# 31 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d770, 142f640, 0) + 55
 fffffc7febe6c33a __cond_wait (141d770, 142f640) + ba
 fffffc7febe6c37e cond_wait (141d770, 142f640) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d770, 142f640) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7aea40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 32 / lwp# 32 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d7d0, 142f730, 0) + 55
 fffffc7febe6c33a __cond_wait (141d7d0, 142f730) + ba
 fffffc7febe6c37e cond_wait (141d7d0, 142f730) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d7d0, 142f730) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7af240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 33 / lwp# 33 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d790, 142f670, 0) + 55
 fffffc7febe6c33a __cond_wait (141d790, 142f670) + ba
 fffffc7febe6c37e cond_wait (141d790, 142f670) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d790, 142f670) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7afa40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 34 / lwp# 34 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d6b0, 142f490, 0) + 55
 fffffc7febe6c33a __cond_wait (141d6b0, 142f490) + ba
 fffffc7febe6c37e cond_wait (141d6b0, 142f490) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d6b0, 142f490) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff0240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 35 / lwp# 35 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d670, 142f3d0, 0) + 55
 fffffc7febe6c33a __cond_wait (141d670, 142f3d0) + ba
 fffffc7febe6c37e cond_wait (141d670, 142f3d0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d670, 142f3d0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff0a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 36 / lwp# 36 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d5f0, 142f310, 0) + 55
 fffffc7febe6c33a __cond_wait (141d5f0, 142f310) + ba
 fffffc7febe6c37e cond_wait (141d5f0, 142f310) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d5f0, 142f310) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff1240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 37 / lwp# 37 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d590, 142f250, 0) + 55
 fffffc7febe6c33a __cond_wait (141d590, 142f250) + ba
 fffffc7febe6c37e cond_wait (141d590, 142f250) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d590, 142f250) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff1a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 38 / lwp# 38 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d550, 142f190, 0) + 55
 fffffc7febe6c33a __cond_wait (141d550, 142f190) + ba
 fffffc7febe6c37e cond_wait (141d550, 142f190) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d550, 142f190) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff2240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 39 / lwp# 39 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d4f0, 142f0d0, 0) + 55
 fffffc7febe6c33a __cond_wait (141d4f0, 142f0d0) + ba
 fffffc7febe6c37e cond_wait (141d4f0, 142f0d0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d4f0, 142f0d0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff2a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 40 / lwp# 40 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d490, 142f010, 0) + 55
 fffffc7febe6c33a __cond_wait (141d490, 142f010) + ba
 fffffc7febe6c37e cond_wait (141d490, 142f010) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d490, 142f010) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff3240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 41 / lwp# 41 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d450, 1458fa0, 0) + 55
 fffffc7febe6c33a __cond_wait (141d450, 1458fa0) + ba
 fffffc7febe6c37e cond_wait (141d450, 1458fa0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d450, 1458fa0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff3a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 42 / lwp# 42 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d3b0, 1458e50, 0) + 55
 fffffc7febe6c33a __cond_wait (141d3b0, 1458e50) + ba
 fffffc7febe6c37e cond_wait (141d3b0, 1458e50) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d3b0, 1458e50) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff4240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 43 / lwp# 43 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d390, 1458e20, 0) + 55
 fffffc7febe6c33a __cond_wait (141d390, 1458e20) + ba
 fffffc7febe6c37e cond_wait (141d390, 1458e20) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d390, 1458e20) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff4a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 44 / lwp# 44 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d2f0, 1458cd0, 0) + 55
 fffffc7febe6c33a __cond_wait (141d2f0, 1458cd0) + ba
 fffffc7febe6c37e cond_wait (141d2f0, 1458cd0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d2f0, 1458cd0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff5240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 45 / lwp# 45 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d2b0, 1458ca0, 0) + 55
 fffffc7febe6c33a __cond_wait (141d2b0, 1458ca0) + ba
 fffffc7febe6c37e cond_wait (141d2b0, 1458ca0) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d2b0, 1458ca0) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff5a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 46 / lwp# 46 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d230, 1458b50, 0) + 55
 fffffc7febe6c33a __cond_wait (141d230, 1458b50) + ba
 fffffc7febe6c37e cond_wait (141d230, 1458b50) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d230, 1458b50) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff6240) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 47 / lwp# 47 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d210, 1458b20, 0) + 55
 fffffc7febe6c33a __cond_wait (141d210, 1458b20) + ba
 fffffc7febe6c37e cond_wait (141d210, 1458b20) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d210, 1458b20) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff6a40) + 77
 fffffc7febe728f0 _lwp_start ()
-------------------- thread# 48 / lwp# 48 --------------------
 fffffc7febe72937 lwp_park (0, 0, 0)
 fffffc7febe6bcd5 cond_wait_queue (141d1b0, 1458a90, 0) + 55
 fffffc7febe6c33a __cond_wait (141d1b0, 1458a90) + ba
 fffffc7febe6c37e cond_wait (141d1b0, 1458a90) + 2e
 fffffc7febe6c3c5 pthread_cond_wait (141d1b0, 1458a90) + 15
 0000000000555d86 _ZN3std4sync7condvar7Condvar4wait17h3a390128b6c17452E () + 66
 00000000005542b5 _ZN10rayon_core5sleep5Sleep5sleep17h83038ad8f7e3e509E () + 255
 000000000054ff48 _ZN10rayon_core8registry12WorkerThread15wait_until_cold17hd480e593f7168accE () + 7c8
 0000000000553473 _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17h552887c5214f8376E () + 113
 00000000005558a9 _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h8f7af344aab56228E () + 139
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7feeff7240) + 77
 fffffc7febe728f0 _lwp_start ()

@kimono-koans
Copy link
Owner

kimono-koans commented Aug 24, 2023

I've emulated (not virtualized!) an x86_64 omnios bloody VM on my poor M1 Macbook to try to get to the bottom of this, and my conclusions are similar to yours. I can see httm running through its recursive loop stat-ing new files as it goes. It would seem httm is running exactly as it should, it is not otherwise hung, except with respect to the drawing of the TUI, and that hang is a hard, unrecoverable hang at the terminal.

I would push this back/down onto the tuikit and skim maintainer, except I know for a fact that he has abandoned his projects. I do know that @jclulow is a illumos contributor/maintainer, and since I do know this software works on Linux/MacOS/FreeBSD, perhaps your bug would be an interesting bug to add to their queue. I'd be pleased to write up a description for illumos-gate, remove references to illumos in the README, and keep this issue open, but, other than that, I really don't have a better idea as to how to proceed.

@jclulow
Copy link

jclulow commented Aug 24, 2023

At a first glance this is a bit odd:

--------------------- thread# 5 / lwp# 5 ---------------------
 fffffc7febe7948a pollsys  (fffffc7fec7fd7f0, 2, 0, 0)
 fffffc7febe0d721 pselect (6, fffffc7fec7fd968, 0, 0, 0, 0) + 1e1
 fffffc7febe0db5c select (6, fffffc7fec7fd968, 0, 0, 0) + 5c
 00000000006cf9ac _ZN6tuikit3sys4file16wait_until_ready17ha0d57194699e106eE () + 1dc
 00000000006bf3be _ZN6tuikit5input8KeyBoard17next_char_timeout17h87b34d0f38e0ea60E () + 30e
 00000000006bee37 _ZN6tuikit5input8KeyBoard20next_raw_key_timeout17h645670646f15f9caE () + 127
 00000000006be647 _ZN6tuikit5input8KeyBoard16next_key_timeout17h2f274d03100a83a5E () + 57
 00000000005f9f7e _ZN3std10sys_common9backtrace28__rust_begin_short_backtrace17hbe80bea82deff934E () + 13e
 00000000005fae0f _ZN4core3ops8function6FnOnce40call_once$u7b$$u7b$vtable.shim$u7d$$u7d$17h333212db8829ced6E () + 12f
 00000000006813c9 _ZN3std3sys4unix6thread6Thread3new12thread_start17hac456a933e5af1d6E () + 29
 fffffc7febe725a7 _thrp_setup (fffffc7fee7a1a40) + 77
 fffffc7febe728f0 _lwp_start ()

It's a bit odd that it's using select() in 2023... Not that it shouldn't work, it just makes me wonder what other unusual decisions have been made about handling the tty. In particular, if there is some bespoke code to enable raw mode or otherwise configure the tty that isn't quite right it could definitely result in the hang you're seeing. I guess tuikit is where I would look next!

I'm pretty busy so it's going to take me a little while to get to it myself but I am happy to answer questions in the meantime if someone else takes a look!

@kimono-koans
Copy link
Owner

kimono-koans commented Nov 30, 2023

Another data point, I tried this again and FYI sk and httm works when run directly at the VM console as a regular user, but not when logged in via ssh.

@kimono-koans
Copy link
Owner

kimono-koans commented Dec 1, 2023

Post execution ssh -vvv output on illumos host:

rswinford@omnios:~$ httm -R -s .
debug3: receive packet: type 96
debug2: channel 2: rcvd eof
debug2: channel 2: output open -> drain
debug2: channel 2: obuf empty
debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write])
debug2: channel 2: output drain -> closed

@kimono-koans
Copy link
Owner

kimono-koans commented Dec 1, 2023

FYI, the nascent illumos support has been merged into the master branch.

Unfortunately, as described, this does not include working via ssh session, but anyone looking to track down this bug shouldn't have to use an old feature branch.

This also includes parsing of mounts from /etc/mnttab for illumos as suggested by @jclulow.

Took a stab at flipping some nobs yesterday which don't appear to be the problem. It's probably something along the lines of what @jclulow described: tuikit setting raw mode in way that illumos doesn't care for. I just: 1) don't have the illumos background to know why this fails in an illumos ssh session, but works on FreeBSD and Linux and from an illumos VM console, and 2) working with emulated illumos on a Mac Silicon system is a pain.

Thanks and happy hunting to anyone who is interested in tracking this down. Pleased to assist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants