in reply to Techniques for isolating bugs in perl
Tracing with strace or whatever it's called on HP/UX may help. You'd get to see exactly where the failure is and what the system is trying to do at the time.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Techniques for isolating bugs in perl
by almaric (Acolyte) on Oct 21, 2004 at 19:12 UTC | |
by jfroebe (Parson) on Oct 21, 2004 at 19:30 UTC |