nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] a segfault when editing a file in stereo


From: Benno Schulenberg
Subject: Re: [Nano-devel] a segfault when editing a file in stereo
Date: Thu, 26 Nov 2015 20:55:55 +0100

On Thu, Aug 6, 2015, at 11:19, Benno Schulenberg wrote:
> On Tue, Aug 4, 2015, at 08:52, Mike Frysinger wrote:
> > should we call mallopt() for --enable-debug builds ?
> >     mallopt (M_CHECK_ACTION, 3);
> >     mallopt (M_PERTURB, 0xa5);
> 
> Yes, that won't hurt.  Added in SVN, r5345.

Well, it turns out that this wasn't a good idea.  It cost me
at least an hour extra to find a good recipe to reproduce bug
#46545 (https://savannah.gnu.org/bugs/?46545), before realizing
that --enable-debug was influencing the results.

When wishing to use MALLOC_CHECK_ and MALLOC_PERTURB_, the
user wants to be in full control, nano shouldn't override
the given values.  So I will undo that commit.

Benno

-- 
http://www.fastmail.com - A fast, anti-spam email service.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]