imsnif / bandwhich

Terminal bandwidth utilization tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freebsd pkg crashes

RBloemers opened this issue · comments

commented
pkg install bandwhich
bandwhich
thread 'display_handler' panicked at 'called `Result::unwrap()` on an `Err` value: AddrParseError(Ip)', src/os/lsof_utils.rs:110:31
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
                                                                                                                                                                                                                [1]    58069 abort (core dumped)  bandwhich

with RUST_BACKTRACE=1

thread 'display_handler' panicked at 'called `Result::unwrap()` on an `Err` value: AddrParseError(Ip)', src/os/lsof_utils.rs:110:31
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.                                                                                                                                                                                                                                     [1]    58103 abort (core dumped)  RUST_BACKTRACE=1 bandwhich

thread 'display_handler' panicked at 'called Result::unwrap() on an Err value: AddrParseError(Ip)', src/os/lsof_utils.rs:110:31
stack backtrace:
0: 0x17b5516ae230 -
1: 0x17b55163dc88 -
2: 0x17b5516b7c18 -
3: 0x17b5516ae054 -
4: 0x17b5516af0e0 -
5: 0x17b5516afabc -
6: 0x17b5516ae564 -
7: 0x17b5516ae4d4 -
8: 0x17b5516af4d4 -
9: 0x17b5516478dc -
10: 0x17b55164a124 -
11: 0x17b5515fe654 -
12: 0x17b5515d6b20 -
13: 0x17b5515dbea4 -
14: 0x17b5516cf8f0 -
15: 0x17b5d2fa22c8 - thread_start
at /usr/src/lib/libthr/thread/thr_create.c:292:16
16: 0x17b5d2fa1e24 - _pthread_create
at /usr/src/lib/libthr/thread/thr_create.c:187:8
17: 0x17b5516cf738 -
18: 0x17b5516045f8 -
19: 0x17b5515fee68 -
[1] 58173 abort (core dumped) RUST_BACKTRACE=full bandwhich

See #217.