Operating System - Tru64 Unix
1752626 Members
5040 Online
108788 Solutions
New Discussion

Re: Atom/Third tools

 
Ian Kirkham
Occasional Contributor

Atom/Third tools

I have a need to debug some memory corruption bugs in an application that uses its own memory manager. Third would do what I want apart from the fact that my application is not using malloc/free. To this end I have written analysis code to help but have had hit the problem of needing to know the call stack. This has proven really awkward as routines such as exc_virtual_unwind seem unhappy and I note that even ladebug has problems examining the stack from within an analysis routine.
Any help or hints would be appreciated.

I wonder if there any plans to release third as an example application?

Regards,
Ian
1 REPLY 1
Ian Kirkham
Occasional Contributor

Re: Atom/Third tools

Is there not anyone else who uses atom?