Re: [gem5-users] gem5 has encountered a segmentation fault!

2019-11-22 Thread ABD ALRHMAN ABO ALKHEEL
--cpu-type=DerivO3CPU . Best Regards From: gem5-users on behalf of Daniel Gerzhoy Sent: Friday, November 22, 2019 7:05 PM To: gem5 users mailing list Subject: Re: [gem5-users] gem5 has encountered a segmentation fault! It looks like gem5 itself had a

Re: [gem5-users] gem5 has encountered a segmentation fault!

2019-11-22 Thread Daniel Gerzhoy
It looks like gem5 itself had a segfault. Did you change the simulator code itself? If so I would look at whatever code you added to see if you referenced a memory address you don't actually have access to. You could run the simulator in GDB as well and add breakpoints to debug further. best reg

[gem5-users] gem5 has encountered a segmentation fault!

2019-11-22 Thread ABD ALRHMAN ABO ALKHEEL
Hello Everyone, I am currently working on running the benchmark on gem5 and some of them gave me the below error. Any help in this regard? I would really appreciate that. Best Regards Global frequency set at 1 ticks per second warn: DRAM device capacity (8192 Mbytes) does not

Re: [gem5-users] "gem5 has encountered a segmentation fault

2018-10-18 Thread Samon Shivastar
"gem5-users" wrote: - > To: gem5-users@gem5.org > From: Samon Shivastar > Sent by: "gem5-users" > Date: 10/17/2018 12:57PM > Subject: [gem5-users] "gem5 has encountered a segmentation fault" > > Hello everyone, > > I am trying to run dif

Re: [gem5-users] "gem5 has encountered a segmentation fault"

2018-10-17 Thread Gabe Black
te: 10/17/2018 12:57PM > Subject: [gem5-users] "gem5 has encountered a segmentation fault" > > Hello everyone, > > I am trying to run different SPECCPU 2006 benchmarks on gem5 is SE mode > but for some of the benchmarks, the simulation prints the following line: >

Re: [gem5-users] "gem5 has encountered a segmentation fault"

2018-10-17 Thread Boris Shingarov
gem5-users@gem5.orgFrom: Samon Shivastar Sent by: "gem5-users" Date: 10/17/2018 12:57PMSubject: [gem5-users] "gem5 has encountered a segmentation fault"Hello everyone,I am trying to run different SPECCPU 2006 benchmarks on gem5 is SE mode but for some of the benchmarks, the simula

[gem5-users] "gem5 has encountered a segmentation fault"

2018-10-17 Thread Samon Shivastar
Hello everyone, I am trying to run different SPECCPU 2006 benchmarks on gem5 is SE mode but for some of the benchmarks, the simulation prints the following line: "info: Increasing stack size by one page." a bunch of times and then aborts prematurely citing the reason: "gem5 has encountered a se

[gem5-users] gem5 has encountered a segmentation fault!

2017-07-17 Thread Neu, Markus
Hallo, on the try of sending a copy of the data packet to a new module the simulator is encountering a segmentation fault. I had extended the cache.cc with a additional port and the Cache::recvTimingReq(PacketPtr pkt) with the send statement: dapuSidePort->sendAtomic(pkt); for these port. On t