[
https://issues.apache.org/jira/browse/SYSTEMML-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm updated SYSTEMML-2383:
-------------------------------------
Description:
After the recently fixed min/max behavior for inputs with NaNs (to properly
produce NaN), now more NaNs propagate in applications, revealing the following
issue of {{rowIndexMax}} and {{rowIndexMin}} over rows of all NaNs.
{code}
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at
org.apache.sysml.runtime.matrix.data.DenseBlockDRB.get(DenseBlockDRB.java:232)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.d_uarimax(LibMatrixAgg.java:1908)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.aggregateUnaryMatrixDense(LibMatrixAgg.java:1321)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.aggregateUnaryMatrix(LibMatrixAgg.java:214)
at
org.apache.sysml.runtime.matrix.data.MatrixBlock.aggregateUnaryOperations(MatrixBlock.java:4230)
at
org.apache.sysml.runtime.instructions.cp.AggregateUnaryCPInstruction.processInstruction(AggregateUnaryCPInstruction.java:142)
{code}
was:
{code}
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at
org.apache.sysml.runtime.matrix.data.DenseBlockDRB.get(DenseBlockDRB.java:232)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.d_uarimax(LibMatrixAgg.java:1908)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.aggregateUnaryMatrixDense(LibMatrixAgg.java:1321)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.aggregateUnaryMatrix(LibMatrixAgg.java:214)
at
org.apache.sysml.runtime.matrix.data.MatrixBlock.aggregateUnaryOperations(MatrixBlock.java:4230)
at
org.apache.sysml.runtime.instructions.cp.AggregateUnaryCPInstruction.processInstruction(AggregateUnaryCPInstruction.java:142)
{code}
> Runtime failure for rowIndexMin/Max on rows of NaNs
> ---------------------------------------------------
>
> Key: SYSTEMML-2383
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2383
> Project: SystemML
> Issue Type: Bug
> Reporter: Matthias Boehm
> Priority: Major
>
> After the recently fixed min/max behavior for inputs with NaNs (to properly
> produce NaN), now more NaNs propagate in applications, revealing the
> following issue of {{rowIndexMax}} and {{rowIndexMin}} over rows of all NaNs.
> {code}
> Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
> at
> org.apache.sysml.runtime.matrix.data.DenseBlockDRB.get(DenseBlockDRB.java:232)
> at
> org.apache.sysml.runtime.matrix.data.LibMatrixAgg.d_uarimax(LibMatrixAgg.java:1908)
> at
> org.apache.sysml.runtime.matrix.data.LibMatrixAgg.aggregateUnaryMatrixDense(LibMatrixAgg.java:1321)
> at
> org.apache.sysml.runtime.matrix.data.LibMatrixAgg.aggregateUnaryMatrix(LibMatrixAgg.java:214)
> at
> org.apache.sysml.runtime.matrix.data.MatrixBlock.aggregateUnaryOperations(MatrixBlock.java:4230)
> at
> org.apache.sysml.runtime.instructions.cp.AggregateUnaryCPInstruction.processInstruction(AggregateUnaryCPInstruction.java:142)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)