J. L. Schilling
2003-10-30 14:25:24 UTC
I'm using UW 7.1.1.
Is thier another workaround.
[Sorry for the post but your above mail isn't working (quota exceeded).]Is thier another workaround.
We have made a quick patch to the "fs" tool to allow it
to get past the error you were getting on the <memory> header.
Do anonymous ftp to ftpput.sco.com, go to the tmp/fs-patch/
directory, download the fsipp executable, and move it into
/usr/ccs/lib/ (saving the old one that was there).
Let us know if you have other problems past this first one.
As stated originally, the best approach is to upgrade to UW 7.1.3
(for your development platform, doesn't have to be for all your
deployment platforms), and then use "memtool".
Jonathan Schilling
Has anyone tried using freestore (fs) on UnixWare?
It's a tool which helps find memory leaks. It's part of UDK
One should first instrument the code (at compilation phase) with the
compiler flag "-f"
At this phase, only test/toy source file pass.
fs will work for a lot of C++ sources, but once you get intoIt's a tool which helps find memory leaks. It's part of UDK
One should first instrument the code (at compilation phase) with the
compiler flag "-f"
At this phase, only test/toy source file pass.
the STL headers, it tends to fall down.
If you are on UnixWare 7.1.3, try using the new "memtool" memory
checking tool. This is more general and robust than "fs", and
will flag various kinds of memory errors. See
http://uw713doc.sco.com/en/man/html.1/memtool.1.html
for the full details.
Jonathan Schilling