Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
1–10 of 50 posts
Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#2Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#3Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#4This is honestly wild. 99% of devs would have found a work around and moved on. Going so far as to create a multi-kernel test bench to narrow down the source of the instability is a level of dedication I have not personally seen, and I respect it.
Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#5This is honestly wild. 99% of devs would have found a work around and moved on. Going so far as to create a multi-kernel test bench to narrow down the source of the instability is a level of dedication I have not personally seen, and I respect it.
Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#6This is honestly wild. 99% of devs would have found a work around and moved on. Going so far as to create a multi-kernel test bench to narrow down the source of the instability is a level of dedication I have not personally seen, and I respect it.
By the same token, you might be the first person I have ever seen give respect to the 1x developer. I respect that. We could no doubt all learn a thing or two from the 1x developer that doesn't rush through everything with quick solutions.
Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#7Earlier quoted context omitted.
By the same token, you might be the first person I have ever seen give respect to the 1x developer. I respect that. We could no doubt all learn a thing or two from the 1x developer that doesn't rush through everything with quick solutions.
If you check the issue[1] he reported the crash on November 7th and reported the issue is related to gcc and the kernel on November 8th. At least he was very quick going through the rabbit hole. [1]: https://github.com/prometheus/node_exporter/issues/730
Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#8Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#9Earlier quoted context omitted.
By the same token, you might be the first person I have ever seen give respect to the 1x developer. I respect that. We could no doubt all learn a thing or two from the 1x developer that doesn't rush through everything with quick solutions.
If you check the issue[1] he reported the crash on November 7th and reported the issue is related to gcc and the kernel on November 8th. At least he was very quick going through the rabbit hole. [1]: https://github.com/prometheus/node_exporter/issues/730
Re: Debugging an evil Go runtime bug: From heat guns to kernel compiler flags (2017)
#10Earlier quoted context omitted.
If you check the issue[1] he reported the crash on November 7th and reported the issue is related to gcc and the kernel on November 8th. At least he was very quick going through the rabbit hole. [1]: https://github.com/prometheus/node_exporter/issues/730
[flagged]