Nikita Malyavin

Results 32 comments of Nikita Malyavin

Hi, I have the similar looking problem. For me the output is following: ``` -> Assertion `t->desched_rec() || is_rrcall_notify_syscall_hook_exit_syscall( t->regs().original_syscallno(), t->arch()) || t->ip() == t->vm() ->privileged_traced_syscall_ip() .increment_by_syscall_insn_length(t->arch())' failed to hold....

Hi all! Is this change going to be merged?

"profile events" shows values close to 0: ``` This list shows how much time each plugin has taken to respond to each event: on_activated: Default.pane: 0.000s total, mean: 0.000s, max:...

Seems that alt-tabbing brings the problem back after "Profile events" window opened, but seems not always, I can't follow it clearly. I remember like it wasn't until I've deleted User/Cache

ANYTHING I press in a menu eliminates the lag (if a focus doesn't change, like in File->Save As..), not only "Profile events"

auto-open could be replaced with corner pop-up, as in modern webs

The problem on Efficiency cores is the same that `perf` has. You might want to check out, if `perf` works fine there. It has a broader support, so the answer...

@montywi This approach of accessing the rocerds has already been presented in a number of `Field` methods: ``` int cmp(const uchar *a,const uchar *b) const; int cmp_binary(const uchar *a,const uchar...

It seems that the failure happens closer to the end of run, so the signal issue is likely related. Steps to reproduce, roughly (Arch Linux): ``` git clone --depth=1 --branch...

@rocallahan did you get the assertion failureduring `rr record`? What's your OS?