jrcheli

Results 12 issues of jrcheli

What was reported: started edge inside a docker container started top process on host attached to process after some amount of time (less than a minute), the inspect stopped showing...

Right now: 1) there is stuff to support mac that has not been tested in ages. Is it time to remove it? 2) the stuff to build on CentOS 7...

libscope

While working on #1170, we found an issue with signal handling on aarch64. We're creating this ticket to resolve this issue. From that ticket: On aarch64 machines, go processes crash...

With this scope.yml file, all event watch types are enabled. This is because our default is to have all event watch types enabled. Since no event watch types are explicitly...

I had a filter file on my system from an earlier `scope start` command. I didn't realize this file was in place. This filter file was preventing me from getting...

Right now, I was surprised at how many symbols "nm -D libscope.so" reports as being " T ". Some of these should not be exported. Invert the way we're doing...

libscope

AppScope affects these two libc calls by default. Provide a means to run AppScope in a mode where these are not affected.

documentation
libscope

From work done in #1279 that incorporates the coredumper library , it is now possible for libscope.so to create a core dump in release 1.3 on *glibc* systems. The current...

When we inject into a process, we'll start observing all files and sockets that are opened *after* our library has been loaded. So at the current time, it's a reason...