Run also 6lowpan-tester#3
Merged
Merged
Conversation
Enable running 6lowpan-tester too.
pv
added a commit
to pv/bluez-action-ci
that referenced
this pull request
Jun 21, 2026
On blueztestbot/bluez-build:latest (d5484a10bde6) from 2022-12-20, testers ran with valgrind work, but they fail with timeouts when using image rebuilt from https://github.com/BluezTestBot/docker-bluez-build (89186b243e08) that should correspond to the source of the original image. As we cannot stay with unreproducible CI image, this should be fixed. As the cause of the issue is unclear, switch to using ASan instead of valgrind. Example (with intentional crasher added in iso-tester) ------------------------------------------------------ Test: TestRunner_iso-tester - FAIL Desc: Run iso-tester with test-runner Output: Sanitizer errors: ==33==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7bab5fd7f2e2 at pc 0x55d17f8a90d6 bp 0x7fff0e52b3c0 sp 0x7fff0e52b3b0 WRITE of size 1 at 0x7bab5fd7f2e2 thread T0 #0 0x55d17f8a90d5 in test_connect_close tools/iso-tester.c:3714 bluez#1 0x55d17f9737c9 in run_callback src/shared/tester.c:512 bluez#2 0x7fab627fbb9a (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x60b9a) (BuildId: 2426ee6f828a10bf4da963a4c474752c33742359) bluez#3 0x7fab627fd1d6 (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x621d6) (BuildId: 2426ee6f828a10bf4da963a4c474752c33742359) bluez#4 0x7fab627fd576 in g_main_loop_run (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x62576) (BuildId: 2426ee6f828a10bf4da963a4c474752c33742359) bluez#5 0x55d17f977c08 in mainloop_run src/shared/mainloop-glib.c:65 bluez#6 0x55d17f97853a in mainloop_run_with_signal src/shared/mainloop-notify.c:196 bluez#7 0x55d17f9766fb in tester_run src/shared/tester.c:1085 #8 0x55d17f8a3951 in main tools/iso-tester.c:4402 #9 0x7fab61f87600 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:59 #10 0x7fab61f87717 in __libc_start_main_impl ../csu/libc-start.c:360 #11 0x55d17f8a8ef4 in _start (/work/base/bluez/tools/iso-tester+0x16bef4) (BuildId: c55e00a4de821cd607408898c962c16c12e2322c) Address 0x7bab5fd7f2e2 is located in stack of thread T0 at offset 34 in frame #0 0x55d17f8a8fcf in test_connect_close tools/iso-tester.c:3706 This frame has 1 object(s): [32, 34) 'buf' (line 3710) <== Memory access at offset 34 overflows this variable HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork (longjmp and C++ exceptions *are* supported) SUMMARY: AddressSanitizer: stack-buffer-overflow tools/iso-tester.c:3714 in test_connect_close No test result found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable running 6lowpan-tester too.