Re: [ovs-dev] [PATCH 1/2] ovs-ctl: Add support for glibc malloc debugging.

2012-10-01 Thread Ben Pfaff
On Mon, Oct 01, 2012 at 01:28:40PM -0700, Justin Pettit wrote: > On Oct 1, 2012, at 11:03 AM, Ben Pfaff wrote: > > > +glibc) > > +set env MALLOC_CHECK_=2 MALLOC_PERTURB_=165 "$@" > > It may be worth mentioning in the man page that this configuration > of MALLOC_CHECK_ may cau

Re: [ovs-dev] [PATCH 1/2] ovs-ctl: Add support for glibc malloc debugging.

2012-10-01 Thread Justin Pettit
On Oct 1, 2012, at 11:03 AM, Ben Pfaff wrote: > +glibc) > +set env MALLOC_CHECK_=2 MALLOC_PERTURB_=165 "$@" It may be worth mentioning in the man page that this configuration of MALLOC_CHECK_ may cause the system to crash if there are memory problems. --Justin ___