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
(gdb) bt
#0 0x00007ffff57845f7 in raise () from /lib64/libc.so.6
#1 0x00007ffff5785ce8 in abort () from /lib64/libc.so.6
#2 0x00007ffff60889d5 in __gnu_cxx::__verbose_terminate_handler() () from /lib64/libstdc++.so.6
#3 0x00007ffff6086946 in ?? () from /lib64/libstdc++.so.6
#4 0x00007ffff6086973 in std::terminate() () from /lib64/libstdc++.so.6
#5 0x00007ffff6086b93 in __cxa_throw () from /lib64/libstdc++.so.6
#6 0x00000000008f32a3 in pybind11::detail::simple_collector<(pybind11::return_value_policy)1>::call (this=0x7fffef9b4950, ptr=0xdbe690) at ../../../common/pybind11/cast.h:1943
#7 0x00000000008f00ee in pybind11::detail::object_api<pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr> >::operator()<(pybind11::return_value_policy)1, tplatEndpointInfo_*&> (this=0x7fffef9b4990) at ../../../common/pybind11/cast.h:2096
#8 0x00000000008d97c2 in tplatPyWrapper::connect (this=0x7fffcc01b6c0) at tplat_py_wrapper.cc:130
EDIT (@YannickJadoul): Wrapping code fragments with ``` to try achieving readability.
The text was updated successfully, but these errors were encountered:
To be honest: I can't make sense of this. If this is still an issue, please post a clean, minimal and complete example that we can look at (potentially in a GitHub gist!). I'm lacking a lot of context, e.g. when this tp->connect(); is called.
I'm closing this. Reopen with the additional requested information if necessary.
I have a problem where the code is panicing when I am making python call from C++.
the python snippet is
Here is binding code
Here epInfo_(of type tplatEndpointInfo*) is defined in the base class smaTplatInterface,
The code is panicing at the time when we are trying to call the connect function as defined under.
EDIT (@YannickJadoul): Wrapping code fragments with ``` to try achieving readability.
The text was updated successfully, but these errors were encountered: