🦞🌯 Lobster Roll

Thread

Debugging Your Operating System: A Lesson In Memory Allocation (lukasa.co.uk)

Stories related to "Debugging Your Operating System: A Lesson In Memory Allocation" across the full archive.

Debugging Your Operating System: A Lesson In Memory Allocation (lukasa.co.uk)
Lessons from debugging a tricky direct memory leak (medium.com)
Debugging memory corruption: who the hell writes “2” into my stack?! (blogs.unity3d.com)
Debugging GNU Emacs memory leaks (part 1) (notes.secretsauce.net)
* [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)
latest systemd release adds MemoryDenyWriteExecute (github.com)
Relevant excerpt from the changes of the 231 version: >A new service setting MemoryDenyWriteExecute= has been added, taking a boolean value. If turned on, a service may no longer create memory mappings that are writable and executable at the same time. This enhances security for services where this...
Debugging using system calls in Mac OS X (bryce.is)
27 000 errors in the Tizen operating system (viva64.com)
Twizzer: An Operating System for Next-Generation, Memory Hierarchies (2017) (ssrc.ucsc.edu)
The Hurricane's Butterfly: Debugging Pathologically Performing Systems (youtube.com)
A timesyncd total failure and systemd's complete lack of debugability (utcc.utoronto.ca)
A good rant on debugging a (basic looking!) ops issue that spiralled into systemd-kafka-land. I've got a few timesyncd around here, working without any issue but this does not look too good. :/ The [Twitter thread](https://twitter.com/thatcks/status/1026929126123479040) where the author explores ...
Memory Unsafety in Apple's Operating Systems (langui.sh)
Debugging Distributed Systems (dl.acm.org)
Debugging Incidents in Google's Distributed Systems (queue.acm.org)
Effective Debugging of Memory Leaks in Ruby (stratus3d.com)
Debugging memory corruption: who the hell writes “2” into my stack? (blog.unity.com)
systemd socket activation lesson learned (blog.podman.io)
A systematic approach to debugging (ntietz.com)
Debugging operating systems with time-traveling virtual machines (2005) [pdf] (usenix.org)
LLMs as Operating Systems: Agent Memory Course by Letta (learn.deeplearning.ai)
Debugging memory corruption: Who wrote ‘2’ into my stack? (unity.com)
Debugging memory leaks in Postgres, heaptrack edition (enterprisedb.com)
MemOS, the first 'memory operating system' that gives AI human-like recall (venturebeat.com)
MemOS is a breakthrough "memory operating system" for AI (arxiv.org)
Toward Ubiquitous Operating Systems: Lessons from the Field (cacm.acm.org)
Ariel OS is a library operating system for secure, memory-safe, low-power Internet of Things, written in Rust (github.com)
Show HN: I built a marketing operating system with long-term memory (theaicmo.com)
Hey HN – Petr here. I spent 10+ years heading marketing at various companies, from startups to publicly traded, managing €100M+ budgets and teams up to 200 people. The same problem kept recurring: marketing teams lose institutional knowledge when people leave, brand guidelines get ignored under dead...
Why Is Your Operating System Debugging Hackers for Free?
When a current system (even with hardware-level MTE memory tag expansion) successfully intercepts a Buffer Overflow attack, what is its instinctive reaction? It immediately terminates the program, generates a Crash Log in the background, and might even pop up a notification telling the user, "M...
Raspberry Pi Operating Systems Development (cl.cam.ac.uk)
AT&T Archives: The UNIX Operating System (youtube.com)
Probably the best example of the UNIX philosophy I've ever watched. :)
Garbage collecting a language with the Memory Pool System (ravenbrook.com)