From: Keith Nash on
Hello Tclers,

I am trying to use the Thread package on Aqua, without much success. The
following code runs as expected on Linux/X11:

package require Thread

thread::create {
package require Tk
package require Thread
::thread::wait
}

On Aqua, the new thread's toplevel window "." is created as expected, but
any GUI events in the initial thread (e.g. clicking its window's title bar)
bring down the entire process.

I am using Mac OSX Tiger 10.4.11 on Intel, ActiveTcl 8.5.8.1.291945
Community Edition, and Thread package 2.6.5 from the ActiveTcl Teapot.

Any suggestions?

Keith.