Yes, it was a panic! So do you reckon is software and no hardware caused?
First rule of computer misbehavior for software engineers: it's your code (software) at fault, not the hardware. Yelling that the hardware is faulty at first blush of a problem is a sign of gross (and undeserved) arrogance: "it can't be my code - I'm perfect!"
That isn't to say there's no faulty hardware - I spent time working in a semiconductor chip design company (after decades of relatively pure software jobs) and I got … an "education" let's call it, and I am amazed sometimes that
anything works. There are on the order of 10s of
billions of transistors in an Apple Watch
SoC - how does anyone meaningfully state that they've tested 100% of the circuit paths through that? I mean, the combinatorics alone ...
Now add software on top ...
On balance of probabilities, among them being that a number of other people here on Mac Rumors are reporting the same behavior, I'd bet that it's software. The panic log will tell Apple's WatchOS engineers where to start looking, and hopefully the preponderance of reports will characterize the circumstances around which the bug (panic) manifests such that it can be quickly identified and squashed. Hopefully it's not a
Heisenbug, especially an intermittent one -
those are the worst.
Fortunately, we have two things going for all of us:
- last I saw reported, Apple has shipped over 200 million Apple Watches since introduction in 2015. That's a whole lot of test cases going on all the time, every day, world-wide. Granted, not all of them are running WatchOS 10, but I bet 10s of millions are.
- Apple put automated collection of these fault reports right into their system software - unless this bug is incredibly rare, they know about it already, and are hopefully working hard on a proper fix.
If it is a hardware bug, Apple will have to work around it in software (been here, done that myself - one of the banes that systems programmers suffer is "don't worry about that hardware bug - we'll fix it in software"), or ... [shudder] they'll recall/replace the hardware, which would be very, very costly.