Re: [gem5-users] Running YCSB in Gem5 FS

2020-04-17 Thread Ciro Santilli
s. > Is there any way I can solve this problem? - Is there any patch that > implemented those instructions? > I am sort of Gem5 beginner, implementing those instructions in Gem5 would be > hard for me ;( > > Regards, > Miseon Han > > -Original Message- > From:

Re: [gem5-users] Running YCSB in Gem5 FS

2020-04-17 Thread Miseon Han
patch that implemented those instructions? I am sort of Gem5 beginner, implementing those instructions in Gem5 would be hard for me ;( Regards, Miseon Han -Original Message- From: Ciro Santilli Sent: Tuesday, April 14, 2020 1:08 AM To: gem5 users mailing list ; Miseon Han Subject: Re:

Re: [gem5-users] Running YCSB in Gem5 FS

2020-04-14 Thread Ciro Santilli
You have to try and debug it further to narrow down the exact operation gem5 seems to be doing wrong (--debug-flags ExecAll, GDB into guest). This could be easy to spot, or extremely difficult if the divergence happened way earlier in execution before the crash, but I don't see an alternative. On