Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure TCP parcelport is deactivated if not needed #6489

Merged
merged 1 commit into from
May 18, 2024
Merged

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented May 14, 2024

@Pansysk75 this should resolve the initialization issue discussed, could you check, please?

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.01% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (ba8f05f) 219482 186911 85.16%
Head commit (619c6cc) 190940 (-28542) 162586 (-24325) 85.15% (-0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#6489) 2 2 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

@Pansysk75
Copy link
Member

@hkaiser Now I get an exception in agas initialization:

Program received signal SIGABRT, Aborted.
0x00007ffff7b5700b in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x00007ffff7b5700b in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff7b36859 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff7ba126e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x00007ffff7ba92fc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4  0x00007ffff7ba954c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x00007ffff69e726d in std::underflow_error::~underflow_error() ()
   from /lib/x86_64-linux-gnu/libc++abi.so.1
#6  0x00007ffff784bb9a in hpx::exception_list::~exception_list (this=0x7fffffffd508)
    at ../libs/core/errors/include/hpx/errors/exception_list.hpp:57
#7  hpx::parcelset::parcelhandler::initialize (this=0x555555e0c600)
    at ../libs/full/parcelset/src/parcelhandler.cpp:238
#8  0x00007ffff7908a3b in hpx::runtime_distributed::initialize_agas (this=this@entry=0x555555e0c000)
    at ../libs/full/runtime_distributed/src/runtime_distributed.cpp:319
#9  0x00007ffff790834d in hpx::runtime_distributed::runtime_distributed (this=0x555555e0c000,
    rtcfg=..., pre_main=<optimized out>, post_main=<optimized out>)
    at ../libs/full/runtime_distributed/src/runtime_distributed.cpp:246
#10 0x00007ffff7807dc3 in hpx::detail::run_or_start(hpx::function<int (hpx::program_options::variables_map&), false> const&, int, char**, hpx::init_params const&, bool) (f=..., argc=1,
    argv=0x7fffffffe528, params=..., blocking=true) at ../libs/full/init_runtime/src/hpx_init.cpp:990
#11 0x00007ffff7e5c574 in hpx::init(std::__1::function<int (int, char**)>, int, char**, hpx::init_params const&) (f=..., argc=argc@entry=1, argv=argv@entry=0x7fffffffe528, params=...)
    at /home/panos/llvm-project/hpx/cmake-install-RelWithDebInfo/include/hpx/hpx_init_impl.hpp:77
#12 0x00007ffff7e5c234 in initialize_main (argc=1, argv=0x7fffffffe528)
    at ../src/util/init_hpx.cpp:32
#13 0x00007ffff7b38083 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#14 0x00005555555550fe in _start ()

@hkaiser hkaiser merged commit 0618b4a into master May 18, 2024
78 of 84 checks passed
@hkaiser hkaiser deleted the tcp_init branch May 18, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants