Alexander Leyke wrote:
Hello,

I am getting a SIGABRT when evaluating string objects in AOLserver 4.0
b6. The pseudocode is:
> [cut]
Tcl_DecrRefCount (obj) /* NOTE: this statement happens later, and in a
different thread */

You cannot share Tcl objects across threads - not even lists, ints and strings.

--
WK


-- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/

Reply via email to