octave-maintainers
[Top][All Lists]
Advanced

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

Re: building on macOS?


From: Pantxo
Subject: Re: building on macOS?
Date: Tue, 18 Dec 2018 09:43:51 -0600 (CST)

bpabbott wrote
>> On Nov 13, 2018, at 9:17 AM, Carlo De Falco <

> carlo.defalco@

> > wrote:
>> 
>> 
>>> On 13 Nov 2018, at 16:34, Ben Abbott <

> bpabbott@

> > wrote:
>>> 
>>> The readline trouble went away after I pull, update, make.
>>> 
>>> Running gui, then plotting, and existing produces the seg-fault.
>>> 
>>> I must have made a mistake earlier.
>>> 
>>> Ben
>> 
>> 
>> I just built b2a96efc88eb+ if I run Octave from the command line without
>> the --gui option,
>> the following causes a crash :
>> 
>> $ ./run-octave
>>>> plot (randn(3))
>>>> exit
>> fatal: caught signal Segmentation fault: 11 -- stopping myself...
>> Segmentation fault: 11
>> 
>> while this doesn't :
>> 
>> $ ./run-octave
>>>> plot (randn(3))
>>>> close
>>>> exit
>> 
>> and indeed, with the attached patch applied the build works without
>> errors for me.
>> notice that the "pause (.1)" seems to be required to completely avoid the
>> crash.
>> 
>> c.
>> 
>> 
> <open_kEClIYyW.txt>
> Carlo,
> 
> The patch worked for me. I tried replacing “pause (0.1)” with “drawnow
> ()”, but that didn’t work.
> 
> Ben

Hi,

Did anyone post a bug report about this build failure? I am wondering if the
preliminary patch for bug #55226
(https://savannah.gnu.org/bugs/index.php?55226) could help. Can someone try
it out?

Pantxo



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

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