
wish84t.exe crashes. threading build of wish crash.
Quote:
> We have a tcl/tk application that currently uses the non threaded wish,
> and I would like to upgrade it to use the threaded version,
> wish84t.exe. However when I use the threaded version, it crashes at
> startup. Being that our app doesn't make any threaded commands yet,
> I'm beginning to think that the threaded version has issues.
> I know that I've built my wish84t.exe correctly because it runs simple
> multi-threaded apps. Therefore, I don't think it's a build or install
> problem.
> Any suggestions or comments?
Where does it crash? Do you have C extensions in your application that
are not compiled with --enable-threads, or are otherwise not thread
save? Do you try to [puts] something at the time it crashes? What is
the error message, if any?
I'd suggest you to step through the code and find out where the crash
happens and what might be involved with the crash. If you can be more
concrete about that, this would be helpful...
Eckhard