I think I once got purify working with a 'normal' AOLserver 4.0 but it was not easy and I haven't duplicated it since.
I've had a lot more success using purify when using the --disable-shared option on both the tcl and aolserver configs (thanks to Zoran) (FWIW, I also build tcl without the thread memory allocator so I can more directly identify memory leaks. To do this, remove the -DUSE_THREAD_ALLOC from the generated tcl Makefile and tclConfig.sh) -Elizabeth Andrew Piskorski wrote on 8/6/04, 6:41 AM: > Does Purify work with AOLserver 4.0.7? I see it's supported in the > Makefile, but when I try to run it I get this: > > [-main-] Notice: modload: loading '/web/aol40-bin-purify/bin/nssock.so' > [-main-] Notice: modload: loading '/web/aol40-bin-purify/bin/nssock.so' > [-main-] Error: modload: init /web/aol40-bin-purify/bin/nssock.so of > Ns_ModuleInit returned: -1 > [-main-] Fatal: modload: failed to load module > '/web/aol40-bin-purify/bin/nssock.so' > > This is on Solaris (SunOS 5.8) using Purify "Version 2002a.06.00 Proto > 0038 020219 Solaris 2". If use the AOLserver I built with plain > "gmake" rather than "PURIFY=/usr/local/bin/purify gmake", naturally > the Purify GUI window doesn't start up, and AOLserver runs just fine. > > The .so is there at least, something's just not working right: > > $ ls -l /web/aol40-bin-purify/bin/nssock.so* > 82964 Aug 6 06:17 /web/aol40-bin-purify/bin/nssock.so > 85388 Aug 6 06:21 > /web/aol40-bin-purify/bin/nssock.so_pure_p3_c0_102192036_58_32 > > Any idea what might be wrong here? > > -- > Andrew Piskorski <[EMAIL PROTECTED]> > http://www.piskorski.com/ > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to > <[EMAIL PROTECTED]> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the > Subject: field of your email blank. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
