Hello, Not sure if this is your problem, but If the crash comes from misaligned loads, you can try to align you data structures with compiler directives (e.g., #pragma in C or __attribute__ in gcc).
You can also try gdb to check where in the code it happens (yes, inside the FS mode). Regards, 2015-02-17 6:11 GMT+01:00, Parvathy N via gem5-users <[email protected]>: > Hello all > I have been trying to run FFT in Gem5 ALPHA and i am > getting segmentation fault.In one of the previous mails,somebody has > written it is due to cache alignment problem..Can somebody help me to solve > this? I dont find any solutions in net also.. > > Problem is shown below > ............................ > TCP bic registered > Initializing IPsec netlink socket > NET: Registered protocol family 1 > NET: Registered protocol family 17 > NET: Registered protocol family 15 > Bridge firewalling registered > 802.1Q VLAN Support v1.8 Ben Greear <[email protected]> > All bugs added by David S. Miller <[email protected]> > VFS: Mounted root (ext2 filesystem) readonly. > Freeing unused kernel memory: 224k freed > init started: BusyBox v1.1.0 (2007.03.04-01:07+0000) multi-call binary > mounting filesystems... > loading script... > Running FFT now... > Segmentation fault > Connection closed by foreign host. > -- -- Fernando A. Endo, PhD student and researcher Université de Grenoble, UJF France _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
