> On 24 Oct 2025, at 14:40, Ranier Vilela <[email protected]> wrote: > Em sex., 24 de out. de 2025 às 09:24, Álvaro Herrera <[email protected] > <mailto:[email protected]>> escreveu:
>> Hmm? That makes no sense. Do you have references to documentation that >> says the system works the way you claim? > There are a bunch of messages on the web. > Some are: > "insufficient system resources exist to complete the requested service" None of the these links back up the claim that exit() wont release resources under Windows. The "Terminating a Process" article on MSDN does however have this to say about the subject: Terminating a process has the following results: * Any remaining threads in the process are marked for termination. * Any resources allocated by the process are freed. * All kernel objects are closed. * The process code is removed from memory. * The process exit code is set. * The process object is signaled. -- Daniel Gustafsson
