valgrind isn't available on hpux, otherwise I'd use that. I've compiled on Linux and I'm not getting the same segfault. What tools are available on HPUX for watching for heap/stack corruption?
Asked
Active
Viewed 131 times
1 Answers
1
There's the HP supported implementation of GDB + some extra goodies called Wildebeest (WDB) debugger that you can try:

fvu
- 32,488
- 6
- 61
- 79
-
That looks promising. Thanks. – David Mulder Jan 30 '14 at 21:46