[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #56952] segfault during compilation while proc
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m |
Date: |
Wed, 25 Sep 2019 19:26:05 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Follow-up Comment #1, bug #56952 (project octave):
An update that focuses the problem (now I would say it is a run-time problem,
not a compile problem):
Adding --disable-docs the lines that crashed on my iniital report are skipped
and I can complete compilation. However the resulting binaries crashed at some
tests, in particular ibinterp/corefcn/graphics.cc-tst
We may reproduce the crash running manually octave against a simplified test,
for example:
octave --norc test.m
with test.m:
hf = figure ("visible", "off");
set (gca (), "xticklabel", [0, 0.2, 0.4, 0.6, 0.8, 1]);
xticklabel = get (gca (), "xticklabel");
close (hf);
assert (class (xticklabel), "char");
assert (size (xticklabel), [6, 3]);
No crash is produced commenting out the lines with the hf handle.
This test is ok with octave 5.1.0 compiled on the same environment.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56952>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m, anonymous, 2019/09/25
- [Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m,
anonymous <=
- [Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m, Pantxo Diribarne, 2019/09/26
- [Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m, Rik, 2019/09/27
- [Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m, Mike Miller, 2019/09/27
- [Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m, Mike Miller, 2019/09/27
- [Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m, Dmitri A. Sergatskov, 2019/09/27
- [Octave-bug-tracker] [bug #56952] segfault during compilation while processing doc/interpreter/genpropdoc.m, John W. Eaton, 2019/09/27