Sujet : Re: threads with package bug (probably timing error) on magicsplat 9.01/02 and bawt 9.01
De : et99 (at) *nospam* rocketship1.me (et99)
Groupes : comp.lang.tclDate : 22. Jul 2025, 09:08:34
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <105ngu5$365b4$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
On 7/22/2025 12:27 AM, Ralf Fassel wrote:
[slightly getting OT]
I wonder what Chatgpt would have done without the win/README file in the
TCL distribution which holds the relevant information ;-)
I started up wish in visual studio, hit continue, and with a console created a thread or two.
It showed me how to see the active threads, but they weren't changing. It said:
Hit pause, only then will Visual Studio refresh the list and show any new threads (like those created by thread::create in Tcl). I didn't tell it I was doing that, it had read my mind!
After the pause, it stopped in some win32 code. I asked it how to stop at some tcl source code. It said, look on the stack and you'll find something you can double click on like,
tcl91.dll!Tcl_DoOneEvent()
I bet it has read the entire tcl wiki too!
And this was just with the free tier. Put this in a robot in a few years and it'll probably cut my meat for me at dinner too w/o even asking!
-e