Control: tags -1 unreproducible moreinfo
Control: severity -1 normal
* Adam Knapp <[email protected]> [2019-01-01 11:17]:
Package: octave
Version: 4.4.1-2+b1
Severity: important
Below, we have what I tried:
octave:1> dot([i i], [i i])
fatal: caught signal Segmentation fault -- stopping myself...
Segmentation fault
This should return 2, just like the real number version (and like Matlab).
Other variations crash similarly: as column vectors, with a mixture of real and
complex numbers, using single components.
The mathematically equivalent:
sum( [i i] .* conj([i i]) )
works fine.
I cannot replicate this bug in my system (Octave 4.4.1, amd64):
octave:1> dot([i i], [i i])
ans = 2
Unless you provide more information on the problem, I am afraid we will
not be able to consider this bug report. I am hereby lowering its
severity level to "normal".
Thanks,
Rafael