Opened 16 years ago

Closed 16 years ago

#118 closed defect (fixed)

Weird failure in MatrixMultiplication test

Reported by: Stephen Siegel Owned by:
Priority: major Milestone:
Component: test Version: 1.0
Keywords: matrix multiplication, red zone Cc:

Description

I'm getting a strange error when using simplify mode to verify matrixMultiplicationImpl_2.mmp: something to do with the "red zone".

Verifying matrixMultiplicationImpl_2...
        filename : examples/matrixMultiplication/matrixMultiplicationImpl_2.mmp
        numProcs : 1
            mode : VERIFY
          prover : CVC3
        deadlock : ABSOLUTE
       reduction : STANDARD
        simplify : true
         verbose : false
     loop method : false
 debug directory : /Users/siegel/Documents/workspace/MiniMP/MiniMPOutput/

Invalid access of stack red zone 0x101201e70 rip=0x11508bb6d

Change History (3)

comment:1 by Stephen Siegel, 16 years ago

When you do it from the commandline, you also see that it results in a bus error:

Invalid access of stack red zone 0x101201ff8 rip=0x1148c59b8

/tools/bin/tass: line 2: 15832 Bus error               java -classpath .:/Users/siegel/Documents/workspace/MiniMP/MiniMP.jar:/Applications/ANTLRWorks.app/Contents/Resources/Java/antlrworks.jar:/tools/cvc3-20090309/java/lib/libcvc3.jar:/tools/junit4.4/junit-4.4.jar -d64 -Djava.library.path=/tools/cvc3-20090309/java/lib edu.udel.cis.vsl.minimp.MiniMP $*

comment:2 by Stephen Siegel, 16 years ago

Now it says two of the tests fail due to running out of Java heap space. What is it that is using so much heap space? Try increasing the heap space bound.

comment:3 by Stephen Siegel, 16 years ago

Resolution: fixed
Status: newclosed

Working.

Note: See TracTickets for help on using tickets.