diff options
author | Serhei Makarov <[email protected]> | 2025-05-09 09:39:43 -0400 |
---|---|---|
committer | Serhei Makarov <[email protected]> | 2025-05-09 09:39:45 -0400 |
commit | f8e11de6f487395d4540ce845ad1b13d9831b912 (patch) | |
tree | 3947a560d3b4578f8944fce657583d8fa9f2fbaf | |
parent | a96554cd3498657ab959aa7f15c4dd76428b5ff0 (diff) |
tests/run-stack-live-test.sh: document buildbot resultsupstream/users/serhei/try-process-tracker
Gives an idea of how much more flexibility is needed for the munging
to work across a variety of systems. Also concerned that elfutils
certainly runs on non-linux non-GLIBC systems too, worth a brief test
on musl and bsd?
-rwxr-xr-x | tests/run-stack-live-test.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/run-stack-live-test.sh b/tests/run-stack-live-test.sh index 449069d9..2d8307c3 100755 --- a/tests/run-stack-live-test.sh +++ b/tests/run-stack-live-test.sh @@ -54,6 +54,24 @@ TID nn: #4 nn __libc_start_main@@GLIBC_2.34 #5 nn _start EOF +# fedora-s390x: need GLIBC_nn +# fedora-i386: kernel_vsyscall in front, more blank frames +# opensusetw-x86_64: internal_syscall_cancel in front, more blank frames (main) +# fedora-ppc64le: need @@GLIBC_nn vs @GLIBC_nn, rpl_nanosleep, xnanosleep in front, no _start in back +# debian-ppc64: need @@GLIBC_nn vs @GLIBC_nn, __internal_syscall_cancel in front, more blank frames (main) +# debian-coverage: more blank frames (main, _start) +# opensuseleap-x86_64: more blank frames (main, _start) +# debian-amd64: more blank frames (main, _start) +# fedora-coverage: __internal_syscall_cancel in front +# fedora-x86_64: __internal_syscall_cancel in front +# ubuntu-riscv: 'Operation not permitted' (run a simpler eu-stack test and skip on this error?) +# debian-armhf: 'Operation not permitted' +# alma-x86_64: no clock_nanosleep in front, rpl_nanosleep, x_nanosleep in front +# fedora-arm64: need @@GLIBC_nn vs @GLIBC_nn +# +# blank frames issue might be due to debuginfo availability, go away +# when we use our own program rather than /usr/bin/sleep + # PID 169385 - process # TID 169385: # #0 0x00007f04a98adbd7 clock_nanosleep@GLIBC_2.2.5 |