Keith Smiley

Results 1356 comments of Keith Smiley

You can use `target.display_name` in an if statement and exclude all pods matching a list of names you define. -- Keith Smiley > On May 24, 2017, at 12:31, Luca...

I've submitted a WIP PR for this https://github.com/sigpipe/urlview/pull/11

I want to throw one other thing into the mix here, although I can create a new issue if we want. Having this behavior supersede the value of `g:neomake_list_height` makes...

@jhawthorn probably worth merging this, it works great for neovim

When we see this the build fails and it terminates with an actual failure code (not one of the agent-disconnect codes)

I can update and see if we see it again yep!

Ok definitely still seeing this with 3.22.0: ``` SIGQUIT: quit PC=0x469201 m=0 sigcode=0 goroutine 0 [idle]: runtime.futex(0x1b36a68, 0x80, 0x0, 0x0, 0x0, 0x7ffd2fc39d68, 0x43ab93, 0xc0002a6148, 0x7ffd2fc39d88, 0x40b0df, ...) /usr/local/go/src/runtime/sys_linux_amd64.s:567 +0x21 runtime.futexsleep(0x1b36a68,...

This could be happening when our agents are being spun down and it's just an unfortunate time, although if that's the case I'd be surprised we see it so frequently

FYI one thing we realized is the SIGQUIT is coming from our k8s config: ``` lifecycle: preStop: exec: command: ["pkill", "-QUIT", "buildkite-agent"] ``` where we added this to get a...

I tested this and also hit the deadlock, here's the main thread in that case: ``` Call graph: 2498 Thread_11217851 DispatchQueue_1: com.apple.main-thread (serial) + 2498 start (in libdyld.dylib) + 1...