Skip to content

panics on versions 0.7 and latest main (0.7.2) #14

@dpastoor

Description

@dpastoor

Hi - interesting package!

when trying to run on an ubuntu 22.04 LTS x64 server, i am getting the following for any command i attempt to run. I tried both a crates.io install (0.7.0) and just installed from tip to the same effect:

❯ RUST_BACKTRACE=1 ./target/release/intentrace ls
thread 'main' panicked at src/utilities.rs:270:33:
called `Option::unwrap()` on a `None` value
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::panicking::panic
   3: core::option::unwrap_failed
   4: std::thread::local::LocalKey<T>::try_with
   5: intentrace::one_line_formatter::<impl intentrace::syscall_object::SyscallObject>::one_line_formatter
   6: intentrace::syscall_returned
   7: intentrace::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Cargo.lock  Cargo.toml  intentrace-example.jpg  intentrace-example.png  itrace.png  LICENSE  README.md  src  target

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions