Created
January 31, 2022 19:56
-
-
Save mjbommar/51f140dfc05b0848c2c7a719cd822846 to your computer and use it in GitHub Desktop.
pipeline_dp-issue-237-gdb-log.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) run constant_column.py | |
Starting program: /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/bin/python constant_column.py | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". | |
[New Thread 0x7ffff464e700 (LWP 51015)] | |
[New Thread 0x7ffff3e4d700 (LWP 51016)] | |
[New Thread 0x7ffff164c700 (LWP 51017)] | |
[New Thread 0x7fffece4b700 (LWP 51018)] | |
[New Thread 0x7fffea64a700 (LWP 51019)] | |
[New Thread 0x7fffe7e49700 (LWP 51020)] | |
[New Thread 0x7fffe7648700 (LWP 51021)] | |
[New Thread 0x7fffdc9ff700 (LWP 51022)] | |
[Thread 0x7fffe7648700 (LWP 51021) exited] | |
[Thread 0x7fffe7e49700 (LWP 51020) exited] | |
[Thread 0x7fffea64a700 (LWP 51019) exited] | |
[Thread 0x7fffece4b700 (LWP 51018) exited] | |
[Thread 0x7ffff164c700 (LWP 51017) exited] | |
[Thread 0x7ffff3e4d700 (LWP 51016) exited] | |
[Thread 0x7ffff464e700 (LWP 51015) exited] | |
[Detaching after fork from child process 51023] | |
[New Thread 0x7fffe7648700 (LWP 51024)] | |
[New Thread 0x7fffe7e49700 (LWP 51025)] | |
[New Thread 0x7fffea64a700 (LWP 51026)] | |
[New Thread 0x7fffece4b700 (LWP 51027)] | |
[New Thread 0x7ffff164c700 (LWP 51028)] | |
[New Thread 0x7fffca393700 (LWP 51029)] | |
[New Thread 0x7fffc7b92700 (LWP 51030)] | |
loaded original df with shape (442, 14) | |
column standard deviations: | |
age 0.047619 | |
sex 0.047619 | |
bmi 0.047619 | |
bp 0.047619 | |
s1 0.047619 | |
s2 0.047619 | |
s3 0.047619 | |
s4 0.047619 | |
s5 0.047619 | |
s6 0.047619 | |
patient_id 127.738666 | |
state_id 14.545657 | |
constant 0.000000 | |
progression 77.093005 | |
dtype: float64 | |
2022-01-30 10:31:45 FATAL statusor.cc : 38 : Attempting to fetch value instead of handling error INVALID_ARGUMENT: L1 sensitivity must be finite and positive, but is 0. | |
2022-01-30 10:31:45 FATAL statusor.cc : 38 : Attempting to fetch value instead of handling error INVALID_ARGUMENT: L1 sensitivity must be finite and positive, but is 0. | |
Thread 1 "python" received signal SIGABRT, Aborted. | |
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 | |
50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. | |
(gdb) bt | |
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 | |
#1 0x00007ffff7dbf859 in __GI_abort () at abort.c:79 | |
#2 0x00007fffc2b25185 in differential_privacy::base::logging_internal::LogMessageFatal::~LogMessageFatal() () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#3 0x00007fffc2b2412e in differential_privacy::base::statusor_internal::Helper::Crash(absl::lts_20210324::Status const&) () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#4 0x00007fffc28d3d3b in differential_privacy::base::statusor_internal::StatusOrData<std::unique_ptr<differential_privacy::NumericalMechanism, std::default_delete<differential_privacy::NumericalMechanism> > >::EnsureOk() const () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#5 0x00007fffc2a7adcc in differential_privacy::base::StatusOr<std::unique_ptr<differential_privacy::NumericalMechanism, std::default_delete<differential_privacy::NumericalMechanism> > >::ValueOrDie() & () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#6 0x00007fffc2a7a25a in differential_privacy::base::StatusOr<std::unique_ptr<differential_privacy::NumericalMechanism, std::default_delete<differential_privacy::NumericalMechanism> > >::value() && () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#7 0x00007fffc2a78fd9 in LaplaceMechanismBinder::build(double, double) () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#8 0x00007fffc2a790c4 in LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}::operator()(double, double) const () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#9 0x00007fffc2a7c2cd in pybind11::detail::initimpl::factory<LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}, pybind11::detail::void_type (*)(), std::unique_ptr<differential_privacy::LaplaceMechanism, std::default_delete<differential_privacy> > (double, double), pybind11::detail::void_type>::execute<pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg, pybind11::arg_v>(pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>&, pybind11::arg const&, pybind11::arg_v const&) &&::{lambda(pybind11::detail::value_and_holder&, double, double)#1}::operator()(pybind11::detail::value_and_holder, double, double) const | |
() | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#10 0x00007fffc2a86607 in pybind11::arg_v pybind11::detail::argument_loader<pybind11::detail::value_and_holder&, double, double>::call_impl<void, pybind11::detail::initimpl::factory<LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}, pybind11::detail::void_type (*)(), std::unique_ptr<differential_privacy::LaplaceMechanism, std::default_delete<differential_privacy> > (double, double), pybind11::detail::void_type>::execute<pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg, pybind11::arg_v>(pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>&, pybind11::arg const&, pybind11::arg_v const&) &&::{lambda(pybind11::detail::value_and_holder&, double, double)#1}&, 0ul, 1ul, 2ul, LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}>(pybind11::detail::initimpl::factory<LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}, pybind11::detail::void_type (*)(), std::unique_ptr<differential_privacy::LaplaceMechanism, std::default_delete<differential_privacy> > (double, double), pybind11::detail::void_type>::execute<pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg, pybind11::arg_v>(pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>&, pybind11::arg const&, pybind11::arg_v const&) &&::{lambda(pybind11::detail::value_and_holder&, double, double)#1}&, std::integer_sequence<unsigned long, 0ul, 1ul, 2ul>, LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}&&) && () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#11 0x00007fffc2a85955 in std::enable_if<std::is_void<pybind11::arg_v>::value, pybind11::detail::void_type>::type pybind11::detail::argument_loader<pybind11::detail::value_and_holder&, double, double>::call<void, pybind11::detail::void_type, pybind11::detail::initimpl::factory<LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}, pybind11::detail::void_type (*)(), std::unique_ptr<differential_privacy::LaplaceMechanism, std::default_delete<differential_privacy> > (double, double), LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}>::execute<pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg, pybind11::arg_v>(pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>&, pybind11::arg const&, pybind11::arg_v const&) &&::{lambda(pybind11::detail::value_and_holder&, double, double)#1}&>(pybind11::detail::initimpl::factory<LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}, pybind11::detail::void_type (*)(),--Type <RET> for more, q to quit, c to continue without paging-- | |
std::unique_ptr<differential_privacy::LaplaceMechanism, std::default_delete<differential_privacy> > (double, double), LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}>::execute<pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg, pybind11::arg_v>(pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>&, pybind11::arg const&, pybind11::arg_v const&) &&::{lambda(pybind11::detail::value_and_holder&, double, double)#1}&) && () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#12 0x00007fffc2a837d7 in pybind11::cpp_function::initialize<pybind11::detail::initimpl::factory<LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}, pybind11::detail::void_type (*)(), std::unique_ptr<differential_privacy::LaplaceMechanism, std::default_delete<differential_privacy> > (double, double), pybind11::detail::void_type>::execute<pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg, pybind11::arg_v>(pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>&, pybind11::arg const&, pybind11::arg_v const&) &&::{lambda(pybind11::detail::value_and_holder&, double, double)#1}, void, pybind11::detail::value_and_holder, double, double, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::detail::is_new_style_constructor, pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg>(pybind11::arg_v&&, void (*)(pybind11::detail::value_and_holder, double, double), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::detail::is_new_style_constructor const&, pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism> const&, pybind11::arg const&)::{lambda(pybind11::detail::function_call&)#3}::operator() | |
() | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#13 0x00007fffc2a83834 in pybind11::cpp_function::initialize<pybind11::detail::initimpl::factory<LaplaceMechanismBinder::DeclareIn(pybind11::module_&)::{lambda(double, double)#1}, pybind11::detail::void_type (*)(), std::unique_ptr<differential_privacy::LaplaceMechanism, std::default_delete<differential_privacy> > (double, double), pybind11::detail::void_type>::execute<pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg, pybind11::arg_v>(pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>&, pybind11::arg const&, pybind11::arg_v const&) &&::{lambda(pybind11::detail::value_and_holder&, double, double)#1}, void, pybind11::detail::value_and_holder, double, double, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::detail::is_new_style_constructor, pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism>, pybind11::arg>(pybind11::arg_v&&, void (*)(pybind11::detail::value_and_holder, double, double), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::detail::is_new_style_constructor const&, pybind11::class_<differential_privacy, std::unique_ptr::NumericalMechanism> const&, pybind11::arg const&)::{lambda(pybind11::detail::function_call&)#3}::_FUN () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#14 0x00007fffc28a9f76 in pybind11::cpp_function::dispatcher(_object*, _object*, _object*) () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#15 0x00005555556a8348 in cfunction_call_varargs (kwargs=<optimized out>, args=<optimized out>, func=0x7fffc258e590) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:743 | |
#16 PyCFunction_Call (func=0x7fffc258e590, args=<optimized out>, kwargs=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:773 | |
#17 0x0000555555697dbc in _PyObject_MakeTpCall (callable=0x7fffc258e590, args=<optimized out>, | |
nargs=<optimized out>, keywords=0x7fffbe43f9c0) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:159 | |
#18 0x00005555556ee6ba in _PyObject_Vectorcall (kwnames=0x7fffbe43f9c0, nargsf=1, args=0x7fffffffca20, | |
callable=0x7fffc258e590) at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:125 | |
#19 method_vectorcall (method=<optimized out>, args=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/classobject.c:89 | |
#20 0x0000555555698693 in PyVectorcall_Call (kwargs=<optimized out>, tuple=<optimized out>, callable=0x7fffbe4a7d40) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:200 | |
#21 PyObject_Call (callable=0x7fffbe4a7d40, args=<optimized out>, kwargs=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:228 | |
#22 0x00005555556eeffa in slot_tp_init (self=0x7fffbe364e70, args=0x7ffff7680040, kwds=0x7fffbe4f8a40) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/typeobject.c:6793 | |
#23 0x00005555556982b6 in type_call (type=<optimized out>, args=0x7ffff7680040, kwds=0x7fffbe4f8a40) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/typeobject.c:994 | |
#24 0x00007fffc28a48f5 in pybind11_meta_call () | |
from /home/mjbommar/.cache/pypoetry/virtualenvs/pipeline-dp-uBTWvmGw-py3.8/lib/python3.8/site-packages/pydp/_pydp.so | |
#25 0x0000555555697dbc in _PyObject_MakeTpCall (callable=0x555556da7ae0, args=<optimized out>, | |
nargs=<optimized out>, keywords=0x7fffc2fad800) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:159 | |
--Type <RET> for more, q to quit, c to continue without paging-- | |
#26 0x00005555557202ab in _PyObject_Vectorcall (kwnames=0x7fffc2fad800, nargsf=<optimized out>, | |
args=<optimized out>, callable=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:125 | |
#27 call_function (kwnames=0x7fffc2fad800, oparg=<optimized out>, pp_stack=<synthetic pointer>, | |
tstate=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4963 | |
#28 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:3515 | |
#29 0x00005555556edfcb in function_code_fastcall (globals=<optimized out>, nargs=3, args=<optimized out>, | |
co=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:284 | |
#30 _PyFunction_Vectorcall (func=<optimized out>, stack=0x7fffbe4a8f80, nargsf=<optimized out>, | |
kwnames=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:411 | |
#31 0x00005555556575db in _PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fffbe4a8f80, | |
callable=0x7fffc2590dc0) at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:127 | |
#32 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=0x5555558f41c0) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4963 | |
#33 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:3500 | |
#34 0x00005555556edfcb in function_code_fastcall (globals=<optimized out>, nargs=6, args=<optimized out>, | |
co=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:284 | |
#35 _PyFunction_Vectorcall (func=<optimized out>, stack=0x5555575172d8, nargsf=<optimized out>, | |
kwnames=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:411 | |
#36 0x00005555556575db in _PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x5555575172d8, | |
callable=0x7fffc2590ee0) at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:127 | |
#37 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=0x5555558f41c0) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4963 | |
#38 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:3500 | |
#39 0x00005555556edfcb in function_code_fastcall (globals=<optimized out>, nargs=10, args=<optimized out>, | |
co=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:284 | |
#40 _PyFunction_Vectorcall (func=<optimized out>, stack=0x555557517fe0, nargsf=<optimized out>, | |
kwnames=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:411 | |
#41 0x00005555556575db in _PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555557517fe0, | |
callable=0x7fffc25994c0) at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:127 | |
#42 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=0x5555558f41c0) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4963 | |
#43 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:3500 | |
#44 0x00005555556edfcb in function_code_fastcall (globals=<optimized out>, nargs=3, args=<optimized out>, | |
co=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:284 | |
#45 _PyFunction_Vectorcall (func=<optimized out>, stack=0x7fffbe4a8ba8, nargsf=<optimized out>, | |
kwnames=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:411 | |
#46 0x0000555555657a61 in _PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fffbe4a8ba8, | |
callable=0x7fffc2599550) at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:127 | |
#47 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=0x5555558f41c0) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4963 | |
#48 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:3469 | |
#49 0x00005555556edfcb in function_code_fastcall (globals=<optimized out>, nargs=2, args=<optimized out>, | |
co=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:284 | |
#50 _PyFunction_Vectorcall (func=<optimized out>, stack=0x555557517dd8, nargsf=<optimized out>, | |
kwnames=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:411 | |
#51 0x0000555555657a40 in _PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555557517dd8, | |
callable=0x7fffc259b550) at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:127 | |
#52 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=0x5555558f41c0) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4963 | |
#53 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:3486 | |
#54 0x00005555556ee36b in function_code_fastcall (globals=<optimized out>, nargs=2, args=<optimized out>, | |
co=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:284 | |
#55 _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, stack=0x7fffbe37c1d8, | |
func=0x7fffc259b940) at /tmp/build/80754af9/python_1618343417471/work/Objects/call.c:411 | |
#56 _PyObject_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, args=0x7fffbe37c1d8, | |
--Type <RET> for more, q to quit, c to continue without paging-- | |
callable=0x7fffc259b940) at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:127 | |
#57 method_vectorcall (method=<optimized out>, args=0x7fffbe37c1e0, nargsf=<optimized out>, kwnames=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/classobject.c:60 | |
#58 0x00005555556575db in _PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7fffbe37c1e0, | |
callable=0x7fffbe3d2140) at /tmp/build/80754af9/python_1618343417471/work/Include/cpython/abstract.h:127 | |
#59 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=0x5555558f41c0) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4963 | |
#60 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:3500 | |
#61 0x0000555555765516 in gen_send_ex (gen=0x7fffbe837c10, arg=<optimized out>, exc=<optimized out>, | |
closing=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/genobject.c:222 | |
#62 0x00005555556c1b54 in PyIter_Next (iter=0x7fffbe837c10) | |
at /tmp/build/80754af9/python_1618343417471/work/Objects/abstract.c:2612 | |
#63 PySequence_Tuple (v=<optimized out>) at /tmp/build/80754af9/python_1618343417471/work/Objects/abstract.c:1887 | |
#64 0x000055555572441f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:3552 | |
#65 0x00005555556ed270 in PyEval_EvalFrameEx (throwflag=0, f=0x7ffff75cc440) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:741 | |
#66 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, | |
args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x0, kwcount=<optimized out>, kwstep=2, | |
defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4298 | |
#67 0x0000555555782543 in PyEval_EvalCodeEx () at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:4327 | |
#68 PyEval_EvalCode (co=<optimized out>, globals=<optimized out>, locals=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/ceval.c:718 | |
#69 0x00005555557825e4 in run_eval_code_obj (co=0x7ffff7535240, globals=0x7ffff762ee40, locals=0x7ffff762ee40) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/pythonrun.c:1165 | |
#70 0x00005555557a8854 in run_mod (mod=<optimized out>, filename=<optimized out>, globals=0x7ffff762ee40, | |
locals=0x7ffff762ee40, flags=<optimized out>, arena=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/pythonrun.c:1187 | |
#71 0x0000555555669390 in pyrun_file (fp=0x5555558f30f0, filename=0x7ffff75eee90, start=<optimized out>, | |
globals=0x7ffff762ee40, locals=0x7ffff762ee40, closeit=1, flags=0x7fffffffdad8) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/pythonrun.c:1084 | |
#72 0x000055555566c0d2 in pyrun_simple_file (flags=0x7fffffffdad8, closeit=1, filename=0x7ffff75eee90, | |
fp=0x5555558f30f0) at /tmp/build/80754af9/python_1618343417471/work/Python/pythonrun.c:439 | |
#73 PyRun_SimpleFileExFlags (fp=0x5555558f30f0, filename=<optimized out>, closeit=1, flags=0x7fffffffdad8) | |
at /tmp/build/80754af9/python_1618343417471/work/Python/pythonrun.c:472 | |
#74 0x000055555566cbf0 in pymain_run_file (cf=0x7fffffffdad8, config=0x5555558f3610) | |
at /tmp/build/80754af9/python_1618343417471/work/Modules/main.c:391 | |
#75 pymain_run_python (exitcode=0x7fffffffdad0) at /tmp/build/80754af9/python_1618343417471/work/Modules/main.c:616 | |
#76 Py_RunMain () at /tmp/build/80754af9/python_1618343417471/work/Modules/main.c:695 | |
#77 0x00005555557aba09 in Py_BytesMain (argc=<optimized out>, argv=<optimized out>) | |
at /tmp/build/80754af9/python_1618343417471/work/Modules/main.c:1141 | |
#78 0x00007ffff7dc10b3 in __libc_start_main (main=0x55555566d460 <main>, argc=2, argv=0x7fffffffdcd8, | |
init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdcc8) | |
at ../csu/libc-start.c:308 | |
#79 0x000055555573afe5 in _start () at ../sysdeps/x86_64/elf/start.S:103 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment