Hello,> [cut]
I am getting a SIGABRT when evaluating string objects in AOLserver 4.0 b6. The pseudocode is:
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/
