to reproduce:
> rm ~/.bitcoin/wallet.dat
> bitcoin-qt
expected: speedy startup experienced: extremely slow startup due to a wallet rescan taking place
commentary: the probability of a newly generated privkey hitting an existing address is exteremely low and the repercussions are tragic anyway, so a rescan in this case should be avoided.