"E.L. Meijer \(Eric\)" <[EMAIL PROTECTED]> writes:
> Hmm, both efence and checker from stable currently have problems with
> C++ programs (at least, with _my_ C++ program). For both packages
> there are bug reports. In the reply to the bug-reports from checker
> the maintainer recommends installi
>
> On Sun, Nov 09, 1997 at 08:59:33PM -0500, Shaleh wrote:
> > I am looking for something that shows leaks and what not. efence only
> > works on segfault type situations.
>
> Take a look at
> http://www.cs.colorado.edu/homes/zorn/public_html/MallocDebug.html for a
> list of tools relating to m
On Sun, Nov 09, 1997 at 08:59:33PM -0500, Shaleh wrote:
> I am looking for something that shows leaks and what not. efence only
> works on segfault type situations.
Take a look at
http://www.cs.colorado.edu/homes/zorn/public_html/MallocDebug.html for a
list of tools relating to memory management
Yes, g++ operator new and operator delete and their vector variants
call malloc() and free(), and will work with Efence out of the box.
This is not true for some other compilers and operating systems.
Thanks
Bruce
--
Can you get your operating system fixed when you need it?
Linu
I am looking for something that shows leaks and what not. efence only
works on segfault type situations.
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
> The docs says it only works on malloc. Is this not the case??
Well, it is. But "new" eventually uses malloc() anyway.
Alex Y.
--
_
_( )_
( (o___ +---+
| _ 7 |Alexander Yukhimets|
\(")
The docs says it only works on malloc. Is this not the case??
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
> Is there something like electric fence for c++?? Does not have to be
> Debian.
Hi.
You can happily link electric-fence with c++ code using
g++ -o ... *.o -u malloc -lefence
Alex Y.
--
_
_( )_
( (o___ +---+
| _ 7 |
Is there something like electric fence for c++?? Does not have to be
Debian.
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
9 matches
Mail list logo