help-octave
[Top][All Lists]
Advanced

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

Re: audio check?


From: John W. Eaton
Subject: Re: audio check?
Date: Mon, 10 Dec 2007 02:24:37 -0500

On  9-Dec-2007, Jim Langston wrote:

| This is what the debugger says created the segfault:
| 
| address@hidden (address@hidden) program terminated by signal SEGV 
(Segmentation Fault)
| 0xffffffffffffffff:     <bad address 0xffffffffffffffff>
| Current function is MatrixType::MatrixType
|   222               found [j] = false;
| (dbx) list
|   222               found [j] = false;
|   223                
|   224             for (octave_idx_type j = i; j < nm; j++)
|   225               {
|   226                 if ((a.cidx(j+1) > a.cidx(j) + 1)  ||
|   227                     ((a.cidx(j+1) == a.cidx(j) + 1) && found 
| [a.ridx(j)]))
|   228                   {
|   229                     tmp_typ = MatrixType::Full;
|   230                     break;
|   231                   }

If you think you've found a bug, please send a complete bug report to
the address@hidden list.

Thanks,

jwe


reply via email to

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