epasveer/seer

rr path not picked up correctly from configuration

ilmari-lauhakangas opened this issue · 4 comments

In configuration, RR program is correctly pointing to /usr/bin/rr, but when I try to replay a trace, it fails and says it tried to launch /usr/local/bin/rr

It seems command and arguments here should take their values from rrProgram() and rrArguments() (pulling from config I suppose):

QString command = "/usr/local/bin/rr";

I am using seer 2.2 built from https://aur.archlinux.org/packages/seer-gdb

Thanks. I'll check this weekend,

Can your try setting the path in Seer's config page, Then make sure to save the configuration.

Thanks. I'll check this weekend,

Can your try setting the path in Seer's config page, Then make sure to save the configuration.

Yes, sorry for not mentioning, but I did that and restarted.

The mainline should have the fix if you can pull the latest from "main".

Thanks a lot, built again and it works!