On Sat, Dec 9, 2017 at 5:49 PM, Ian Kent <raven@xxxxxxxxxx> wrote:
eu-unstrip -n --core coredump |\
gawk '{TMP=$2; $1=$2=""; print "/usr/lib/debug/.build-id/" substr(TMP,0,2) "/" substr(TMP,3,38) $0}'
Using the output from above dnf can be used to work out what's missing
with somewhat less guess work than usual, eg.
That worked pretty well once I figured out gdb can create a core dump :) As expected everything looks good except for the nvidia drivers which of course I don't have debuginfo for, but the segmentation fault can be reproduced on my wife's laptop (i5 w/ intel graphics).
I pretty much did the same thing with valgrind but the output of your script is much more concise and easier to read.
Thanks,
Richard
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx