e.g. The Aug 2020 attack on Ethereum PoW where 4000 blocks were reorged at the same time without prior detection.
That's why Bitcoin block time is set to 10 minutes, not seconds. And also: if you have a coin, where "uncle block" is a valid thing, then it is a completely different situation. Ethereum simply lowered their block time, without understanding the consequences.
Many coin creators decreased their block time from the default 10 minutes, but when I tried to build my network, I did the opposite, and actually increased it (for example into one hour, one day, or even two weeks). For example: if you want to have decentralized DNS, then you don't really need to update your naming indexes every 10 minutes. Establishing a domain is a long process, so you are not in a hurry, even in the centralized model, so there is no reason for giving for example 50 new names every 10 minutes, you can do that every hour, or every day, and that system would be better.
One moment the blockchain is safe; the next second, 50 blocks are reorged all at once and it takes a whole day for honest miners to fight back, assuming they can even muster the mining power to do so.
First, many altcoins rejected double SHA-256, and tried something else. And then, suddenly, they were protected from attacks from Bitcoin miners, but at the same time, they opened their network for the new attacks, from the new, unexplored hashing algorithms. And then, they are suddenly surprised, that they don't have the largest base of miners on their side.
Just use Merged Mining properly, and it can deal with those things, if you manage to calculate the global difficulty correctly (not like NameCoin, which only counts their own difficulty, without considering global hashrate). Collect all valid headers, to compute the real global chainwork, even without collecting block data from altcoins (just headers are enough).
As far as I know, no chain did that properly, not even Bitcoin. Because BTC is safe, when forks have something like 1% of double SHA-256 global hashrate. But it won't be safe, if you are on that "1% side". However, it could be fixed, and I wonder, why no altcoin implemented those kinds of protections, and instead, they are all blindly calculating only their own difficulty. It is like closing your eyes, and pretending that BTC doesn't exist, if you still allow mining a new block, for providing 1% of the global hashrate.