C++ Logo

std-proposals

Advanced search

Re: [std-proposals] void std::optional<T>::abandon(void) noexcept

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Wed, 29 Nov 2023 23:17:41 +0000
On Wed, Nov 29, 2023 at 7:51 PM Thiago Macieira:
>
> Then you have no choice but to reboot. The whole system is unstable at that
> point. Trying to work around it is not going to produce good results - the
> freezing is going to propagate to more threads.


I can tell you about a few different subsystems that lock up without
totally bringing down the entire OS.

One frequent occurrence that comes to mind is when a terminal on Linux
running inside a virtual machine is transferring a file over SSH using
the 'scp' command, and then the network connection drops out . . .
that freezes the terminal a lot of the time.

Received on 2023-11-29 23:17:53