Project

General

Profile

Actions

Bug #10181

closed

CacheUnitTestCase causes StackOverflowError

Added by Alexander Kamkin about 4 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
High
Category:
MMU Plugin
Target version:
Start date:
03/24/2020
Due date:
% Done:

0%

Estimated time:
Detected in build:
git
Platform:
Published in build:

Description

ru.ispras.microtesk.mmu.model.sim.CacheUnitTestCase > test FAILED
    java.lang.StackOverflowError
Actions #1

Updated by Alexander Kamkin about 4 years ago

  • Priority changed from Normal to High
Actions #2

Updated by Alexander Kamkin about 4 years ago

  • Status changed from New to Resolved

The problem is as follows:

  • L2.evictEntry()
    • L2.sendSnoopEvict()
      • L1.evictEntry() (invalidate back)
        • L1.sendSnoopEvict()
          • L2.writeEntry() (write back)
            • redundant snoops causing infinite looping
Actions #3

Updated by Alexander Protsenko about 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF