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

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

[Octave-bug-tracker] [bug #64644] Solving a complex linear system with s


From: anonymous
Subject: [Octave-bug-tracker] [bug #64644] Solving a complex linear system with size 150x150 or larger makes octave to terminate
Date: Sat, 9 Sep 2023 21:27:23 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64644>

                 Summary: Solving a complex linear system with size 150x150 or
larger makes octave to terminate
                   Group: GNU Octave
               Submitter: None
               Submitted: Sun 10 Sep 2023 01:27:20 AM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: None
             Assigned to: None
         Originator Name: Javier Leonardo
        Originator Email: javier.araque@gmx.net
             Open/Closed: Open
                 Release: 8.3.0
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sun 10 Sep 2023 01:27:20 AM UTC By: Anonymous
When running octave, either in gui mode or in shell mode, this code makes the
program quit with the error reported below:


n = 150;
A = rand(n) + rand(n)*1j;
b = rand(n,1) + rand(n,1)*1j;
x = A\b;



the error reported is:
ZLASWP: parameter number 6ZLASWP: parameter number 6 is invalid is invalid

terminate called after throwing an instance of 'octave::execution_exception'
  what():  Fortran procedure terminated by call to XERBLA
fatal: caught signal Aborted -- stopping myself...
Aborted (core dumped)

My system is debian testing, using the official octave 8.3.0 debian package
installed with apt (This behavior happened also on the same machine running
the debian stable distribution, octave 7.3.0). My processor is an Intel(R)
Core(TM) i7-6500U CPU @ 2.50GHz.








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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