]> sourceware.org Git - systemtap.git/commit
bigmap1.stp: tetentative fix for a hang on RHEL8
authorSerhei Makarov <smakarov@redhat.com>
Tue, 26 May 2020 16:08:40 +0000 (12:08 -0400)
committerSerhei Makarov <smakarov@redhat.com>
Tue, 26 May 2020 16:08:43 +0000 (12:08 -0400)
commit64bd97c929c02959c7a3f3774dd3df88ed7ac2c6
treef401307c215a1b68fe8ee2998322472064aefa63
parentdcceb76f06b94bada7c95aed307484a2a1bc1312
bigmap1.stp: tetentative fix for a hang on RHEL8

My suspicion is that the vfs_read probe was not triggering sufficiently often,
causing the script to keep running (and the subsequent attempt to kill it failed).
Added an extra probe within the testcase to time out after a while.

If it doesn't work, the in-testcase timeout should be further reduced.

XXX The failure to kill the process needs further investigation. It
was possible at one point to get a hang like this in the userspace
interpreter, but I'm unsure of the reason it's happening here and now.
testsuite/systemtap.bpf/bpf_tests/bigmap1.stp
This page took 0.029352 seconds and 5 git commands to generate.