While investigating #26317 I tried running:
$ bitcoin-cli rescanblockchain
to rescan the full blockchain. It took about 9 hours to run the full rescan, and after the scan was complete bitcoin-qt crashed with this error in gdb:
Thread 35 "b-http" received signal SIGPIPE, Broken pipe.
The end of the debug.log file showed this at the time of the crash:
2022-10-19T09:15:07Z [chris] Still rescanning. At block 758431. Progress=0.997985
2022-10-19T09:16:07Z [chris] Still rescanning. At block 759032. Progress=0.999291
2022-10-19T09:16:39Z [chris] Scanning current mempool transactions.
2022-10-19T09:16:39Z [chris] Rescan completed in 34260150ms
I posted the full backtraces in #26317 (comment) before making a separate report for this crash.
This was bitcoin-qt built from git tag v24.0rc1 on Debian Linux, running on Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz with SSD hard drives.