octave-maintainers
[Top][All Lists]
Advanced

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

Re: gplot.txt


From: Daniel J Sebald
Subject: Re: gplot.txt
Date: Sat, 05 Mar 2016 00:54:14 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 03/04/2016 09:40 AM, Daniel J Sebald wrote:
On 03/04/2016 07:44 AM, Ben Abbott wrote:
[snip]
Dan's patch didn't resolve the speye segfault. I'll move on to the
changesets isolated by bisecting.

OK, thanks Ben. I will follow up with more. Go ahead with bisecting, and
I'll approach just from looking at the code.

Dan

Ben,

Here's another small patch for you to apply. It's meant to just hunt around for where the problem might be--prints out the value of the rep pointer before and after the object creation and copy. Here is what I see when running this:

octave:1> speye(10);
Before object creation and copy:  rep = 24093664
After object creation and copy:  rep = 24099376
Before object creation and copy:  rep = 24096528
After object creation and copy:  rep = 24099808

I'm curious how this action works with your compiler.

Dan

Attachment: octave-mac_speye_fail-djs_2016mar04.diff
Description: Text document


reply via email to

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