octave-maintainers
[Top][All Lists]
Advanced

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

Re: gplot.txt


From: Lachlan Andrew
Subject: Re: gplot.txt
Date: Thu, 3 Mar 2016 10:00:03 +1100

On 3 March 2016 at 07:02, Daniel J Sebald <address@hidden> wrote:
> The mod has to do with indexing, which is typically a source of seg-fault
> problems.  In particular, the following is the sort of thing that would fall
> into question:
>
> octave_idx_type i_old_rm = static_cast<octave_idx_type> (-old_nr);
>
> I don't know if that is a problem, but the casting of a negative value might
> be different between compilers.
>
> I just don't want to dig into the code right now, so maybe Lachlan could
> have a brief look at the above changeset and determine if there might be a
> problem.


OK, I'll take a look.  (A  faster alternative than bisection, is just
to check all the patches I have submitted...  I think over half of
them introduce bugs ):

Cheers,
Lachlan



reply via email to

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