> -----Original Message----- > From: Ali Ghandour via gem5-users <gem5-users@gem5.org> > Sent: 12 October 2021 08:50 > To: gem5-users@gem5.org > Cc: Ali Ghandour <ghandour....@gmail.com> > Subject: [gem5-users] Re: Porting a configuration file from gem5 v20 to gem5 > v21 > > Hi Giacomo, > > Indeed, I was able to use ArmMMU.connectWalkerPorts method and run > the config file in fs mode.
Great! > However, I a, still struggling with the segmentation fault in se mode. > > Does it make any sense to have a config file working in fs mode but failing in > se? (notice that it is running in both fs and se mode in v20.0.0.) > It does as I believe the two issues (in SE and FS) are not related to each other. You are probably hitting another bug in SE mode. If you are getting a segmentation fault you are probably trying to dereference an invalid pointer (nullptr?). With GDB, could you navigate the stack frames until you find the invalid pointer? (just print the pointer you are trying to dereference) > Ali > _______________________________________________ > gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an > email to gem5-users- > le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s Kind Regards Giacomo IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s