Please use the following link to download strace since daemon is refusing to deliver the mail. https://www.dropbox.com/s/syhbzxvijf7s4v1/agent.strace?dl=0 On Thu, Oct 4, 2018 at 5:04 PM Rich Felker wrote: > On Thu, Oct 04, 2018 at 04:54:43PM +0200, Rabbitstack wrote: > > Hi, > > > > Sorry for the delay. I managed to build a minimal example that only uses > > gobpf to load ebpf program into the kernel. Surprisingly, it works fine > (it > > doesn't hang the process). Here I attach the full strace output: > > The only strace that's going to be helpful is one where it's hanging > due to setrlimit, and strace needs to be run with -f or you only see > the main thread's activity. > > Rich >