| Author |
Removing inactive Tk Names
|
|
| xavjuan 2007-03-29, 7:03 pm |
| Hello,
I have a tkname that is still around even though it appears that the
program that used it long ago exited. I've searched for the process
and can't see it anywhere.
How do I:
1.) kill this tkname so it becomes available for use again
2.) find the reason this tkname is being kept alive and kill that
I'm running on SUSE64 Linux.
Thanks much,
-John
| |
| xavjuan 2007-03-29, 7:03 pm |
| Another way to state what I'm seeing is that "tk interpreters are Not
dying". How can I make them go away.
| |
| QoS@domain.invalid.com 2007-03-30, 7:01 pm |
|
"xavjuan" <xavjuan@gmail.com> wrote in message-id:
<1175207042.708233.133060@n59g2000hsh.googlegroups.com>
>
>Another way to state what I'm seeing is that "tk interpreters are Not
>dying". How can I make them go away.
examine the code, pay particular attention to any GOTO blocks; this
sounds like there may be a unresolved loop in the code.
|
|
|
|