Postmortem Index

Explore incident reports from various companies

Linux

Leap second code was called from the timer interrupt handler, which held xtime_lock. That code did a printk to log the leap second. printk wakes up klogd, which can sometimes try to get the time, which waits on xtime_lock, causing a deadlock.

Source | Edit Metadata | JSON file