[fpc-devel] fpc_popaddrstack ()

Ewald ewald at yellowcouch.org
Sun Sep 8 13:24:19 CEST 2013


Once upon a time, dev.dliw at gmail.com said:
> Does anybody have an idea what the reason could be?
Perhaps: since you call the function from an `arbitrary thread`, can I
assume this thread is not a `native freepascal` thread? If so, then your
problem probably lies in the fact that the TLS for exception handling
etc is not yet initialized.

I suggest that you have a look at
http://wiki.freepascal.org/Multithreaded_Application_Tutorial#External_threads

Hope it helps...

-- 
Ewald




More information about the fpc-devel mailing list