Reputation: 8027
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?
Upvotes: 0
Views: 138
Reputation: 32973
There's the HP supported implementation of GDB + some extra goodies called Wildebeest (WDB) debugger that you can try:
Upvotes: 1