Looks like this also took down half of New Zealand's economy. https://www.nzherald.co.nz/nz/bank-problems-reports-bnz-asb-...
CrowdStrike Update: Windows Bluescreen and Boot Loops
831–840 of 1001 posts
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#832i've seen photos of the bsod from an affected machine, the error code is `PAGE_FAULT_IN_NONPAGED_AREA`. here's some helpful takeaways from this incident: 1) mistakes in kernel-level drivers can and will crash the entire os 2) do not write kernel-level drivers 3) do not write kernel-level drivers 4) do not write kernel-level drivers 5) if you really need a kernel-level driver, do not write it in a memory unsafe langua…
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#833Took down our entire emergency department as we were treating a heart attack. 911 down for our state too. Nowhere for people to be diverted to because the other nearby hospitals are down. Hard to imagine how many millions of not billions of dollars this one bad update caused.
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#834Here's a visual representation of flight cancellations and delays at major US airports https://www.flightaware.com/miserymap/
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#835Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#836It's unfortunate, the ambulances are still running in our area of responsibility, but it's highly likely that the hospitals they are delivering patients to are in absolute chaos.
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#837Wow, this hits close to home. Doing a page fault where you can't in the kernel is exactly what I did with my very first patch I submitted after I joined the Microsoft BitLocker team in 2009. I added a check on the driver initialization path and didn't annotate the code as non-paged because frankly I didn't know at the time that the Windows kernel was paged. All my kernel development experience up to that point was wi…
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#838Took down our entire emergency department as we were treating a heart attack. 911 down for our state too. Nowhere for people to be diverted to because the other nearby hospitals are down. Hard to imagine how many millions of not billions of dollars this one bad update caused.
I hope organisations start revisiting some of these insane decisions.
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#839Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#840Took down our entire emergency department as we were treating a heart attack. 911 down for our state too. Nowhere for people to be diverted to because the other nearby hospitals are down. Hard to imagine how many millions of not billions of dollars this one bad update caused.