Re: a c++ version of efence

1997-11-10 Thread Ben Pfaff
"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

Re: a c++ version of efence

1997-11-10 Thread E.L. Meijer \(Eric\)
> > 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

Re: a c++ version of efence

1997-11-10 Thread jdassen
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

Re: a c++ version of efence

1997-11-10 Thread Bruce Perens
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

Re: a c++ version of efence

1997-11-10 Thread Shaleh
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] .

Re: a c++ version of efence

1997-11-10 Thread Alex Yukhimets
> 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| \(")

Re: a c++ version of efence

1997-11-10 Thread Shaleh
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] .

Re: a c++ version of efence

1997-11-10 Thread Alex Yukhimets
> 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 |

a c++ version of efence

1997-11-10 Thread Shaleh
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] .