wincent Wincent Colaiuta's weblog

« Rackspace customer service | Main | Xcode tip »

October 24, 2006

Involuntary Reboot log #6

This time it was my fault, kind of. Trying to do some low-level Mach stuff to work around a bug in Mac OS X, I ran into a different bug in Mac OS X, and this one was enough to cause a kernel panic. From a regular unprivileged process. Ouch. A strong deterrent from continuing that line of development...

Involuntary reboot stats to date

As per usual I used the interactive Ruby interpreter, irb, to do the date calculations for me:

require 'date'
today = Date.today
start = Date.new(2006, 5, 21)
today - start
156 / 6

More Involuntary Reboot Log articles

Posted by wincent at October 24, 2006 6:50 PM