jonhoo/inferno

thread 'main' panicked at 'assertion failed: self.event_filter.is_some()

jasonwilliams opened this issue · 2 comments

I've moved this into a separate issue.

Steps to reproduce.

  1. Clone https://github.com/jasonwilliams/boa
  2. Use the Dockerfile provided
  3. install inferno and perf
  4. in cargo.toml set debug to true
  5. Run the commands below
root@ab0c08953953:/workspaces/boa# perf record --call-graph dwarf target/release/boa_cli tests/js/test.js 
undefined[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.006 MB perf.data ]
root@ab0c08953953:/workspaces/boa# perf script | inferno-collapse-perf > stacks.folded
thread 'main' panicked at 'assertion failed: self.event_filter.is_some()', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/inferno-0.
9.5/src/collapse/perf.rs:165:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

Version:
inferno-flamegraph 0.9.5

Will be fixed by #168!

Thanks!