smugindividual
Programmer
A tester has found a situation were tk_getOpenFile raises and exception:
error getting working directory name: Error 0
while execution
"pwd"
(procedure "::gti::dialog::file2:Update" line 34)
invoked from within
"::gti::dialog::file2::Update .__tk_filedialog"
("after" script)
[pwd] is throwing Error 0 when the tester was trying to change the directory, and all following attempts to open the dialog resulted in the same error. The tester is unable to recreate the situation on demand but it has happened several times.
After some experimentation in the interactive mode, i found that [pwd] throws that exception when you are in a directory that has been deleted. However, when similar conditions occur when attempting to recreate the error with tk_getOpenFile, I get tcl msg widget saying that i dont not have permissions on that particular directory.
Is this a known problem, has anyone heard of this problem before, thoughts?
error getting working directory name: Error 0
while execution
"pwd"
(procedure "::gti::dialog::file2:Update" line 34)
invoked from within
"::gti::dialog::file2::Update .__tk_filedialog"
("after" script)
[pwd] is throwing Error 0 when the tester was trying to change the directory, and all following attempts to open the dialog resulted in the same error. The tester is unable to recreate the situation on demand but it has happened several times.
After some experimentation in the interactive mode, i found that [pwd] throws that exception when you are in a directory that has been deleted. However, when similar conditions occur when attempting to recreate the error with tk_getOpenFile, I get tcl msg widget saying that i dont not have permissions on that particular directory.
Is this a known problem, has anyone heard of this problem before, thoughts?