octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #60101] symbfact crashes for dense matrices on


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #60101] symbfact crashes for dense matrices on Windows
Date: Mon, 22 Feb 2021 21:40:03 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #5, bug #60101 (project octave):

I got the crash on optimized binary:



octave:1> load badA.var
octave:2> symbfact (full (A))
ans =

   1
   2
   2
   1

octave:3> symbfact ((A))
ans =

   4
   3
   2
   1

octave:4> exit
munmap_chunk(): invalid pointer
fatal: caught signal Aborted -- stopping myself...
Aborted (core dumped)



But everything looks fine on debug binary (-OO) with ASAN:



octave:1> load badA.var
octave:2> symbfact (full (A))
ans =

   4
   3
   2
   1

octave:3> symbfact ((A))
ans =

   4
   3
   2
   1

octave:4> exit



Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60101>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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