octave-maintainers
[Top][All Lists]
Advanced

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

Re: segfaults building documentation


From: Andreas Weber
Subject: Re: segfaults building documentation
Date: Tue, 19 May 2020 20:19:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

Hi Rik,

Am 19.05.20 um 19:56 schrieb Rik:
> I would love it if we could finally get to the bottom of this.  Even
> without the backtrace, if you have a reproducible segfault that helps.
> 
> Could you test replacing "./run-octave" with
> "/path/to/installed/octave"?  I suspect that the issue is specific to
> run-octave and running from within the build directory and this would
> help make that clear.

Same if I use ./run-octave or ./src/octave or just octave (which leads
to /usr/local/bin/octave)

But I've been able to reduce it to the bare minimum:

parallel -N0 -q octave --norc --silent --no-history --eval 'figure (1,
"visible", "off");' ::: {1..100}

is sufficient to segfault approx. 15 times out of 100

-- Andy




reply via email to

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