You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it crashes at ioc.run(); with SIGSEGV when linked to jemalloc. Otherwise everything is good. g++=14.2 and boost=1.87
I created a reproduce container at https://github.com/grapland0/demo/tree/main/asio_jemalloc. just check it out and run docker buildx build . on this folder to preview the error.
The text was updated successfully, but these errors were encountered:
grapland0
changed the title
SIGSEGV when linked to jemalloc
SIGSEGV if linked to jemalloc
Dec 26, 2024
Sample code:
it crashes at
ioc.run();
with SIGSEGV when linked to jemalloc. Otherwise everything is good. g++=14.2 and boost=1.87I created a reproduce container at
https://github.com/grapland0/demo/tree/main/asio_jemalloc
. just check it out and rundocker buildx build .
on this folder to preview the error.The text was updated successfully, but these errors were encountered: