|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #58957] [octave forge] (sparsersb) Failure to install and crash in function |
| Date: | Thu, 3 Sep 2020 02:28:57 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 Edg/85.0.564.44 |
Follow-up Comment #28, bug #58957 (project octave):
The backtrace was captured with an installation from the current release
candidate of Octave 6.0.90 as available on alpha.gnu.org.
That is not a debug build. So the symbols have been stripped and compiler
optimizations are active. (Please, correct me if that is wrong.)
The former means that there are no line numbers to the source files and that
function names are mangled.
The latter means that the compiler might have optimized out some variables and
might have inlined some functions.
Maybe the compiler inlined a function call in "rsb.do_mtx_render" which might
explain a "missing" layer in the stack.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58957>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |