On 2/24/20 3:07 PM, George R Goffe via test wrote:
I can get a "strace -xvf blkid" trace file if that would help.

I was just going to suggest something like this. Once it's hung, it's usually too late to strace it. You need to run it with strace to start with. Try "strace -s200 -f -o blkid.trace blkid". That will generate a file called "blkid.trace" in the current directory containing all the output. Once it's hung, you should be able to ^C it. Check the last lines of that file to see what it was trying to do at the point it got stuck.
_______________________________________________
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org

Reply via email to