audio check?
John W. Eaton
jwe at bevo.che.wisc.edu
Mon Dec 10 01:24:37 CST 2007
On 9-Dec-2007, Jim Langston wrote:
| This is what the debugger says created the segfault:
|
| t at 1 (l at 1) 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 bug at octve.org list.
Thanks,
jwe
More information about the Help-octave
mailing list