macmpi

Results 149 comments of macmpi

can look [there](https://github.com/bluez/bluez/issues/726#issuecomment-1900632058) for `test_aics_unit_testcases` segfault on Alpine (musl is often less permissive than libc on memory allocation: maybe easier to track potential memory allocation issues there).

I'm afraid I'm unsure how to set this in the context of [Alpine CI build](https://git.alpinelinux.org/aports/tree/main/bluez/APKBUILD): `--enable_valgrind` does not seem to operate

some more logs details on this: ``` ================================== bluez 5.72: ./test-suite.log ================================== # TOTAL: 31 # PASS: 30 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0...

Thank for the ref @xry111 : tried without "-flto" option in CFLAGS, but no more success unfortunately.

@pv : saw you just nailed-down some memory allocation issues: would you see anything similar in running `test_aics_unit_testcases` (ref earlier [segfault](https://github.com/bluez/bluez/issues/726#issuecomment-1900632058))? (latest post-5.75 patches do not fix it yet).

Thanks for the tip. I'm afraid I don't know how to get ASAN to work within [Alpine CI builds ](https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/bluez/APKBUILD) which I rely upon to do my builds & tests......

Thanks for the prompt feedback > In case of LE we need to scan the device before connecting. In that specific case, it is std audio connection to headset/speaker (SBC...

> thus it probably needs to be handled in the client if it doesn't want to wait until the procedure is completed. Sure. A working **--timeout** option would really help...