Warn about using eval from a thread

This commit is contained in:
Don Stewart 2005-06-05 02:17:01 +00:00
parent 0124bbfb11
commit f7fcae5289

View File

@ -848,6 +848,12 @@ int main(int argc, char *argv[])
\end{verbatim} \end{verbatim}
\end{quote} \end{quote}
\subsection{Notes}
Be careful if you're calling eval from a forked thread. This can
introduce races between the thread and the forked process used by eval
to compile its code.
\subsection{Eval.Printf} \subsection{Eval.Printf}
It has been noted that \code{printf} format strings are the concrete syntax It has been noted that \code{printf} format strings are the concrete syntax