Hello,
I found the error source. This assertion goes up when the page table walker
inserts an entry into TLB and when it do a second lookup to get that entry,
it's not available. The problem is that when walker calls tlb->translate(),
the request matches for the following if condition and it's
Hello every one,
I'm running some map-reduce benchmarks on X86 FS Dual mode. I can run the
benchmark with atomic simple cpu, but when I use O3 cpu, after simulating
around 3 seconds, I get the following error . Also I should mention that I've
hardcoded PCI accesses to be uncacheable to be able t
Hi all,
I'm running a simple client-server application on FS dual mode. I start server
on drive_sys and take a checkpoint. The problem is that if I restore from the
checkpoint with detail O3 cpu, client on test_sys cannot connect to server and
prints out there is no server running on drive_sys.