From 1a512ea51d054ab2a8450639c3683e116fdb52aa Mon Sep 17 00:00:00 2001 From: Darek Kay Date: Thu, 16 Nov 2017 15:24:42 +0100 Subject: [PATCH] Add 3 debugging stories --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dc39099..7058b57 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ Debugging stories are fun! This is a collection of links to various debugging st [Register allocation algorithm in JIT uses extra register](http://bitfunnel.org/debugging-nativejit/) +[Script crashes before 10 a.m](https://darekkay.com/blog/script-crashes-before-10/) + [SIGALRM timer hangs] (https://nativeguru.wordpress.com/2015/02/19/why-you-should-avoid-using-sigalrm-for-timer) [Signal fails only when returning from page fault handler](https://news.ycombinator.com/item?id=7684824) @@ -93,10 +95,14 @@ Debugging stories are fun! This is a collection of links to various debugging st [Switch crashes machine despite not being connected](http://www.catb.org/jargon/html/magic-story.html) +[The case of the 500-mile email](http://www.ibiblio.org/harris/500milemail.html) + [Tmux/vim strangeness](http://www.daniellesucher.com/2014/04/24/my-new-favorite-vim-tmux-bug/) [uint32_t gets truncated to 16 bits](http://kdc-blog.blogspot.com/2008/03/one-day-one-of-my-co-workers-stopped-me.html) +[Unit tests fail when run in Australia](https://github.com/angular/angular.js/issues/5017) + [Windows crash dump of nonsensical instruction](http://blogs.msdn.com/b/oldnewthing/archive/2014/12/26/10583035.aspx) ## Contributors @@ -108,6 +114,7 @@ Debugging stories are fun! This is a collection of links to various debugging st * bussiere * Dan Luu * Dan Nguyen +* Darek Kay * Dimitry (unknownexception) * Florent Viel * Howard Mao