gem5-users@gem5.org

The gem5 Users mailing list

View all threads

snoop_filter panic error

Νικόλαος Ταμπουρατζής
Thu, Oct 26, 2023 9:05 AM

Dear gem5 community,
 
I have used the latest gem5 version with the following command:
./build/RISCV/gem5.fast
./configs/example/gem5_library/riscvmatched-fs.py and I boot Ubuntu
successfully. The problem is that after 10 hours of simulation I get
the following error:
 
build/RISCV/mem/snoop_filter.cc:144: panic: panic condition
(sf_item.holder & req_port).none() occurred: requestor 
 
which means that something goes wrong with the caches. However I
have not changed anything in caches. May you help please how can I
resolve the issue?
 
Best regards,
Nikos

Dear gem5 community,   I have used the latest gem5 version with the following command: ./build/RISCV/gem5.fast ./configs/example/gem5_library/riscvmatched-fs.py and I boot Ubuntu successfully. The problem is that after 10 hours of simulation I get the following error:   build/RISCV/mem/snoop_filter.cc:144: panic: panic condition (sf_item.holder & req_port).none() occurred: requestor    which means that something goes wrong with the caches. However I have not changed anything in caches. May you help please how can I resolve the issue?   Best regards, Nikos