Thread
Stories related to "Skylake bug: a detective story" across the full archive.
I'd like to suggest a new tag for stories or content mainly concerning debugging techniques or methods.
I've noticed a handful of stories recently that would be aided by such a tag: even though they concern different languages or problem scopes, they all have to do with the fine black art of debu...
Similar to [rr](https://lobste.rs/s/qwripe/using_rr_to_debug_rr), this is a new type of debugger that applies the git version control paradigm to debugging. Each instruction can be thought of a "commit", the qemu virtualization system is used to run the program and log all the necessary data. It als...
This was already posted but had ?lobsters at the end of the other URL so it was not detect on submission...
* [Leak 1](http://notes.secretsauce.net/notes/2015/09/19_debugging-gnu-emacs-memory-leaks-part-1.html)
* [Leak 2](http://notes.secretsauce.net/notes/2015/10/01_debugging-gnu-emacs-memory-leaks-part-2.html)
* [Tools](http://notes.secretsauce.net/notes/2015/10/05_memory-leak-debugging-tools.html)