Re: [gem5-users] Bug when using mutex in ARM SE

2019-11-12 Thread Ciro Santilli
Oi Rafael, Thanks for the detailed report. I don't think there is any advantage of using the pthread library currently, at least on ARM. I reproduce on e96ccec8159f91d60bed8342184fb969b06eaf4f Ubuntu 19.04, but only with Ruby. Without Ruby and everything else the same, it works. What makes y

[gem5-users] Bug when using mutex in ARM SE

2019-11-12 Thread Rafael Pintar Alevato
Hello everyone! I'm trying to use a program that uses mutex, but it was entering in deadlock. It was using standard mutex and not pthread library, so first I tried changing it to the pthread mutex. It was still entering in deadlock. After this I cloned a new clean gem5 and compiled it to run some

Re: [gem5-users] gem5 stats

2019-11-12 Thread Ciro Santilli
On Tue, Nov 12, 2019 at 7:26 AM Javed Osmany wrote: > Hello > > > > I wanted to experiment with enabling/disabling the existing stats in GEM5 > before I start delving into adding stats. > > I am assuming that all the stats implemented are enabled by default. > > > > What would be the simplest way