This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ :: Stack array bounds write purify error with exceptions


Raghu Annaluru <raghu_annaluru@yahoo.com> writes:

> We are facing a purify "Stack array bounds write"
> error with exceptions. [...]

As far as I know, Purify has always needed some adjustments to work
with different versions of gcc.  Since purify is proprietary software,
it is difficult to give any useful advice, except that you could
contact its author.

Consider using free software tools such as valgrind, or mudflap
(coming in gcc 4.0) instead.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]