Hi, I am trying to simulate a benchmark using an x86 system in full system simulation mode. I have a static binary that seems to work fine initially but segfaults in the simulator with the following message:
ycsbc[1058]: segfault at 140586089 ip 000000000050932b sp 00007f5dad393eb8 error 4 in ycsbc[400000+1bf000] Note that the binary works fine on my system natively. Can anyone help me point out what information can I gather from this message to reason about fixing it? Previous posts that have some similarity point to the GLIBC version. However, I don't think that is the case here. Nonetheless, I did try compiling my binary with a GLIBC version configured based on kernel version (I am using linux-3.4.112 kernel) used in the simulation, and I get the same error. Any information would be useful. Thanks _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
