Erfan Azarkhish via gem5-users <gem5-users <at> gem5.org> writes:
> > ---------- Forwarded message ----------From: "Erfan Azarkhish" <erfan.azarkhish <at> unibo.it>Date: Oct 29, 2014 10:15 AMSubject: Re: [gem5-users] Seg Fault with Multi-channel MemoryTo: "Patrick L." <plafratt <at> gmail.com>, "gem5 users" <gem5-users <at> gem5.org>Cc: Hi Patrik, > Are you using gem5-stable? Because support for multichannel memory is still in gem5-mirror. > I have seen this issue and i dont know the solution, but in my case I was able to simply comment the code which was causing the exception (it was just a check statement). Now it is working fine, but the issue still remains. > On Oct 28, 2014 11:21 PM, "Patrick L. via gem5-users" <gem5-users <at> gem5.org> wrote:I am trying to simulate multi-channel memory, and I'm receiving a seg > fault: > 0x0000000000445476 in System::cacheLineSize (this=0x0) at > build/X86/sim/system.hh:185 > It appears that the System object referenced by the DRAMCtrl object is not > getting constructed properly. > I came across the previous post below on multi-channel memory, which > suggests that such configurations should work:http://comments.gmane.org/gmane.comp.emulators.m5.users/16608 > Has anyone seen this seg fault before? If so, do you know if I am doing > something wrong? > Any help is appreciated. > Thanks, > Patrick > _______________________________________________ > gem5-users mailing listgem5-users <at> gem5.orghttp://m5sim.org/cgi- bin/mailman/listinfo/gem5-users > > > > > _______________________________________________ > gem5-users mailing list > gem5-users <at> gem5.org > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users Erfan, Thank you for the response. I am using gem5-stable. I will try gem5- mirror as well as trying commenting out the check that is seg faulting. Regards, Patrick _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
