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

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

[Octave-bug-tracker] [bug #32747] spalloc segmentation fault


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #32747] spalloc segmentation fault
Date: Fri, 11 Mar 2011 09:22:28 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

URL:
  <http://savannah.gnu.org/bugs/?32747>

                 Summary: spalloc segmentation fault
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Fri 11 Mar 2011 09:22:27 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear maintainers,

the following code 


S = spalloc(6,4,8);
S(1:4,1:4) = spdiags(rand(4,1),0,4,4);
S(5,1:2) = rand(1,2);
S(6,3:4) = rand(1,2);


run once or twice, gives me a segmentation fault with 3.4.0 and 3.3.53. It is
fine with 3.3.51 (I don't have 3.3.52) and previous versions. If I remove the
first line, everything is fine.

Marco




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32747>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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