Re: [fpc-devel] threads vs widestringmanager / crash

2022-12-18 Thread Ondrej Pokorny via fpc-devel
On 19.12.2022 07:42, Sven Barth via fpc-devel wrote: The RTL assumes that it does not have to deal with threads during the initialization of the System unit. So even if the symptom of the crash is fixed in that location it isn't said that something else might crash or that in the future code mi

Re: [fpc-devel] threads vs widestringmanager / crash

2022-12-18 Thread Sven Barth via fpc-devel
Am 07.07.2018 um 15:04 schrieb Martin: So (guessing) the original issue may be due to the debugger. The debugger interrupts the target early on. And that does create a thread in the target. If such an external thread happens, would fcp execute the code in question? This is likely to be the ca