beast icon indicating copy to clipboard operation
beast copied to clipboard

test/beast/websocket failed against 32 bits compiler (gcc/clang)

Open xing1xu opened this issue 4 years ago • 2 comments
trafficstars

With 64 mod.

boost_1_75_0/b2 toolset=clang address-model=64 --abbreviate-paths --disable-icu --reconfigure -d+1 -d+2 cflags="-std=c++14 " write

Pass.

With 32 mode.

boost_1_75_0/b2 toolset=clang address-model=32 --abbreviate-paths --disable-icu --reconfigure -d+1 -d+2 cflags="-std=c++14 " write /bin/sh: line 9: 4003719 Segmentation fault (core dumped) "../../../../../bin.v2/libs/beast/test/beast/websocket/write.test/clng-lnx-14.0./dbg/adrs-mdl-32/thrdp-pthrd/thrd-mlt/vsblt-hdn/write" > "../../../../../bin.v2/libs/beast/test/beast/websocket/write.test/clng-lnx-14.0./dbg/adrs-mdl-32/thrdp-pthrd/thrd-mlt/vsblt-hdn/write.output" 2>&1 < /dev/null

Failed.

$cat write.output beast.websocket.write EXIT STATUS: 139

xing1xu avatar Sep 06 '21 03:09 xing1xu

Thank you. I will investigate.

madmongo1 avatar Sep 06 '21 05:09 madmongo1

This issue has been open for a while with no activity, has it been resolved?

stale[bot] avatar Jan 09 '22 03:01 stale[bot]

@xing1xu Can you share some more details about the issue?

klemens-morgenstern avatar Sep 24 '22 05:09 klemens-morgenstern