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

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

[Octave-bug-tracker] [bug #40364] Octave consistently segfaults when thi


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #40364] Octave consistently segfaults when this method is run on the attached data
Date: Thu, 31 Oct 2013 18:40:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

Follow-up Comment #1, bug #40364 (project octave):

A short example which triggers this bug is

a=sparse([1, 8e5], [1, 8e5],[ 1 1]);
a==a


bt

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe0f0b700 (LWP 20300)]
0x00007ffff5a7e8f3 in Sparse<bool>::Sparse (this=0x7fffe0f094a0, nr=80274,
nc=80274, val=true)
    at ../../octave-src/liboctave/array/Sparse.cc:216
216                   xdata (ii) = val;
#0  0x00007ffff5a7e8f3 in Sparse<bool>::Sparse (this=0x7fffe0f094a0, nr=80274,
nc=80274, val=true)
    at ../../octave-src/liboctave/array/Sparse.cc:216
#1  0x00007ffff69bfa2f in SparseBoolMatrix::SparseBoolMatrix
(this=0x7fffe0f094a0, r=80274, c=80274, 
    val=true) at ../../octave-src/liboctave/array/boolSparse.h:45
#2  0x00007ffff58b6e4e in mx_el_eq (m1=..., m2=...)
    at ../../octave-src/liboctave/array/boolSparse.cc:324
#3  0x00007ffff6bb83d6 in oct_binop_eq (a1=..., a2=...)


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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