Hi, SIGTRAP is what you should observe when hitting a breakpoint, so no error there. The missing file is probably because you did not install the system debug files package. You probably don't need them as the bug likely happens before calling system functions. Finally, the segmentation fault is an actual bug. I would recommend using gdb on gem5.debug instead of gem5.opt, though. Optimization often strips out too much information for gdb to be usable.
Regards, Gabriel _______________________________________________ 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