OriginalBugID: 3904 Bug
Version: 8.3b1
SubmitDate: '1999-12-20'
LastModified: '2000-04-25'
Severity: SER
Status: UnAssn
Submitter: techsupp
ChangedBy: hobbs
RelatedBugIDs: 3877
OS: Windows 2000
OSVersion: build 2128
FixedDate: '2000-10-25'
ClosedDate: '2000-10-25'
Name:
David Gravereaux
CVS:
I updated today
CustomShell:
tclAsync.c fixes in progress
ReproducibleScript:
D:\Projects\TclCVS\MainTclTrunk\win\Debug\>tcltest.exe
% testthread create {
load "d:/projects/ghe_cvs/ghe/ghe_dirwatch/debug/ghe_dirwatch.dll"
GHE::startwatch c:/temp {gotcha [testthread id]}
proc gotcha {id} {
puts "c:/temp has been written to and yielded notifier thread $id"
}
testthread wait
}
1344
% exit
ObservedBehavior:
The exit handler I made in the extension's Init with
Tcl_CreateThreadExitHandler wasn't called.
Logged In: YES
user_id=7549
please change catagory to the thread package.
https://sourceforge.net/tracker/index.php?
func=detail&aid=418689&group_id=10894&atid=110894
might relate to this.
Logged In: YES
user_id=7549
I'm not sure if this is still current.
Logged In: YES
user_id=95086
Tcl_Finalize works fine starting from 8.3.2 core.
Zoran