Debugging hang
Hi, I have a script running on a mac and a windows machine. All is
fine on the mac, but on the windows machine, it sometimes hangs. Since
it is only sometimes, debugging by adding puts "1" and seeing how far
it gets is going very slow. Can anybody suggest a quicker way to debug
this?
The script is run from a cron service every minute to look for work to
do, so I'm not starting it manually. The script is tcl, so I don't see
a way to attach tkcon to it?
(I'm not yet sure if my script is causing the hang or if it is
something in ActiveState tcl 8.4.15.)
Arnt
.
Relevant Pages
- Re: Error: -3253 Connection to the server failed or was dropped
... Entourage on my Mac. ... Test your network with tcpflow. ... Script to activate tcpflow: ... (microsoft.public.mac.office.entourage) - Re: Storing MAC addresses in AD
... write a custom script for our VMPS server to query AD directly ... write a sync script to query all objects within AD and regenerate ... Do you currently, or do you plan to, do something with the MAC ... ports to access the servers, while by default anyone else cannot. ... (microsoft.public.windows.server.active_directory) - Creating Secure Standalone Binaries for 9/X
... I'm an experienced Mac ... I was handed a Tcl script created for Windows that was used just fine ... Create a standalone binary of the script usable in Mac OS 9 and X ... After a few hours research I was able to create a "fake" app by ... (comp.lang.tcl) - Re: Auto Run Macro
... Sub OnSlideShowPageChange ... MsgBox "Last slide in the slide show" ... The above script should trigger a message box when the last slide is reached apparently. ... The number of new Mac users has skyrocketed. ... (microsoft.public.mac.office.powerpoint) - Getting a Ruby script to run on a colleagues Mac
... I wrote a Ruby script that's working fine on my own Windows machine at ... The script needs several libraries, ... I'm not really familiar with Mac OS ... (comp.lang.ruby) |
|