Andrew Savchenko

Results 27 comments of Andrew Savchenko

This bug also happens when --exit-on-events is used instead of --only-initialsync

Problem is in priviledged.c: __privileged_kill_child_itself(), line 501: ``` if (kill(child_pid, signal)) { ``` I'm not sure what to do here, your algo requires kill to be allowed syscall. But allowing...

Interesting idea, but what exactly are you going to cache? Do you plan to use some map between rule and its match?

I don't like with this feature: you'll have to sanitize environments each time in case someone messed with them of have left some shit hanging. Also this is a very...

Why? Drone have 15 min limitation for a build, while travis have 1 hour.

I think no, because for most usage profiles single section will be sufficient. You may assign default tag for non-tagged options however.

That instance is build without debug, but strace confirms this reason. Thanks for suggestion.

Same here, I use recent git versions (Mar 7th) of toxcore (commit 2e48a3f51d81e9b4208281f685ae8722ba7cb155) and utox ( commit 54578239552660ee130b8f6e6fd5c6d60082c22b). I have constant ~7% CPU usage on Intel(R) Atom(TM) CPU N270 1.80...

@GrayHatter I already provided client/version/os/cpu information. Arch is x86, since CPU is 32-bit Intel Atom.

On utox built from git two days ago (as well as tox core library), new empty profile, no contacts, I have the following: - CPU load 1.3 – 2.0 %...