|
You are here |
debugging.works | ||
| | | | |
whynothugo.nl
|
|
| | | | | [AI summary] The article explains how to configure and save core dumps on Linux systems, detailing resource limits, storage settings, and testing methods. | |
| | | | |
blog.thalheim.io
|
|
| | | | | No such file or directory: How I stopped worrying and started loving binaries on NixOS. In this article, I will discuss the technical issue of running pre-compiled executables on NixOS, and how we can improve the user experience by making these binaries work seamlessly using nix-ld. One of the key benefits of NixOS is its focus on purity and reproducibility. The operating system is designed to ensure that the system configuration and installed software are always in a known and predictable state. | |
| | | | |
abstractexpr.com
|
|
| | | | | Most programmers prefer to write code over debugging it. Unfortunately, code breaks a lot more often than we would like and it often breaks in situations that are hard to debug. Therefore, an essential skill as a programmer is to know how to debug your code (and that of others). When facing our first bug... | |
| | | | |
shrik3.com
|
|
| | | [AI summary] A technical blog post explains the ELF binary format, dynamic linking, and the roles of the dynamic linker, GOT, PLT, and symbol tables using command-line examples. | ||