huiqing / percept2

Concurrent profiling tool for Erlang
135 stars 34 forks source link

Using percept2 with erlang18 causes a beam assert #15

Open rickpayne opened 8 years ago

rickpayne commented 8 years ago

Percept2 fails on erlang18, with an assert in the BEAM.

(n1@127.0.0.1)1> percept2:profile("data.dat", [all]). Starting profiling. {ok,#Port<0.3488>} (n1@127.0.0.1)2> TYPE ASSERTION FAILED, file beam/erl_term.c, line 116: tag_val_def: 0x0 [os_mon] cpu supervisor port (cpu_sup): Erlang has closed [End]

And the install I'm using: $ erl v Erlang/OTP 18 [erts-7.3] [source-d2a6d81] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

As its not been updated for a couple of years, has this project died?

platinumthinker commented 7 years ago

This problem with percept or other erlang component.. I retry this problem with percept

huiqing commented 7 years ago

I hardly have any time to work on this project at the moment. Hopefully pick it up when time allows.