[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations
From: |
Dmitri A. Sergatskov |
Subject: |
[Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations |
Date: |
Sat, 30 Nov 2024 10:42:06 -0500 (EST) |
Follow-up Comment #20, bug #66477 (group octave):
It is on dev. Also using dev biosig snapshot. It looks like a biosig
problem; I can reproduce it with hgid=c5447408b158.
Summary:
PASS 19
FAIL 1
See the file /home/dima/src/biosig-code/fntests.log for additional details.
253 (of 257) .m files have no tests.
Please help improve Octave by contributing tests for these files
(see the list in the file /home/dima/src/biosig-code/fntests.log).
octave:3> test sumskipnan verbose
????? sumskipnan does not exist in path
octave:4> pkg load biosig
octave:5> test sumskipnan verbose
>>>>> /home/dima/.local/share/octave/api-v59/packages/biosig-2.6.1/t400_Classification/sumskipnan.m
***** assert(sumskipnan([1,2],1),[1,2])
***** assert(sumskipnan([1,NaN],2),1)
***** assert(sumskipnan([1,NaN],2),1)
***** assert(sumskipnan([nan,1,4,5]),10)
***** assert(sumskipnan([nan,1,4,5]',1,[3;2;1;0]),6)
!!!!! test failed
weighted sumskipnan requires sumskipnan_mex
octave:6> sumskipnan_mex
error: sumskipnan_mex: SUMSKIPNAN.MEX requires between 1 and 4 arguments.
octave:7> which sumskipnan_mex
'sumskipnan_mex' is a function from the file
/home/dima/.local/share/octave/api-v59/packages/biosig-2.6.1/t400_Classification/sumskipnan_mex.mex
-verbose-
I guess we can deal with this package later.
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66477>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/22
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/22
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, John W. Eaton, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/27
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/27