[build] Endless loop AddressSanitizer:DEADLYSIGNAL when build sonic-dhcp6relay
#19007
Labels
Triaged
this issue has been triaged
sonic-dhcp6relay
#19007
@kellyyeh FYI
Description
Endless loop when build
sonic-dhcp6relay
on Ubuntu 22.04 with linux kernel 6.5.More verbose description of this issue you can find here: actions/runner-images#9491 (comment)
Possible solutions:
sudo sysctl vm.mmap_rnd_bits=28
for build systemor
-fsanitize=address
or unit tests by default for this packageBut it can affect any other package with address sanitizer that's why I decided to report this issue here.
Steps to reproduce the issue:
make target/sonic-vs.img.gz
ormake target/debs/bookworm/sonic-dhcp6relay_1.0.0-0_amd64.deb
target/debs/bookworm/sonic-dhcp6relay_1.0.0-0_amd64.deb.log
Describe the results you received:
Describe the results you expected:
Build finished successfully.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: