← Back to team overview

yade-users team mailing list archive

Re: [Question #693698]: Trouble when compiling with g++-9 or g++-7

 

Question #693698 on Yade changed:
https://answers.launchpad.net/yade/+question/693698

Sacha Duverger posted a new comment:
The first line of install/bin/yade-2020-10-20.git-427f64c invokes
/usr/bin/python3.6, but my python3 command invokes /usr/bin/python3 . I
guess the first command in the gdb session should thus be "file
python3.6" and not "file python3".

I installed python3.6-dbg and used it in the gdb session but I got an
ImportError before the segmentation fault, see [1] for the output. It
seems that it doesn't recognise a symbol (a debug symbol I guess) that
comes from a YADE file.

I tried to use simply python3.6 in the gdb session and got a more
complete output than when I used python3, see [2] for the output. The
output of py-bt is talking about "/usr/lib/python3/dist-packages/" and
the command "python3.6 -m pip show pip" says "Location: /usr/lib/python3
/dist-packages". I do have a "/usr/lib/python3.6" folder, so how come
python3.6 is not connected to it? Maybe there is a problem here.

####################################################################################################################################################################################
[1] : Using gdb to investigate the segmentation fault, with yade and python debug symbols

## gdb session

GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file python3.6-dbg
Reading symbols from python3.6-dbg...done.
(gdb) run install/bin/yade-2020-10-20.git-427f64c
Starting program: /usr/bin/python3.6-dbg install/bin/yade-2020-10-20.git-427f64c
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Welcome to Yade 2020-10-20.git-427f64c 
Using python version: 3.6.9 (default, Oct  8 2020, 12:12:24) 
[GCC 8.4.0]
Traceback (most recent call last):
  File "install/bin/yade-2020-10-20.git-427f64c", line 150, in <module>
    import yade
  File "/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/py/yade/__init__.py", line 75, in <module>
    from yade import boot
ImportError: /home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so: undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv
[Inferior 1 (process 25037) exited with code 01]

####################################################################################################################################################################################
[2] : Using gdb to investigate the segmentation fault, with only yade debug symbols

## gdb session

GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file python3.6
Reading symbols from python3.6...Reading symbols from /usr/lib/debug/.build-id/fc/614aa299a924960da33b875fb9cfaa641ea5bc.debug...done.
done.
(gdb) run install/bin/yade-2020-10-20.git-427f64c
Starting program: /usr/bin/python3.6 install/bin/yade-2020-10-20.git-427f64c
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Welcome to Yade 2020-10-20.git-427f64c 
Using python version: 3.6.9 (default, Oct  8 2020, 12:12:24) 
[GCC 8.4.0]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffd97192b9 in GlobalError::PushToStack() () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
(gdb) bt
#0  0x00007fffd97192b9 in GlobalError::PushToStack() () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#1  0x00007fffd979cfc2 in pkgInitConfig(Configuration&) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#2  0x00007fffd9a3aed8 in ?? () from /usr/lib/python3/dist-packages/apt_pkg.cpython-36m-x86_64-linux-gnu.so
#3  0x000000000050a12f in _PyCFunction_FastCallDict (kwargs=<optimized out>, nargs=<optimized out>, args=<optimized out>, 
    func_obj=<built-in method init_config of module object at remote 0x7ffff605ea48>) at ../Objects/methodobject.c:234
#4  _PyCFunction_FastCallKeywords (kwnames=<optimized out>, nargs=<optimized out>, stack=<optimized out>, func=<optimized out>) at ../Objects/methodobject.c:294
#5  call_function (pp_stack=0x7fffffff8a50, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4851
#6  0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#7  0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7fffd9fd7648, for file /usr/lib/python3/dist-packages/apt/__init__.py, line 34, in <module> ()) at ../Python/ceval.c:754
#8  _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 ../Python/ceval.c:4166
#9  0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, 
    locals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), 
    globals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), _co=<code at remote 0x7fffd7632db0>) at ../Python/ceval.c:729
#10 PyEval_EvalCode (
    locals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), 
    globals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), co=<code at remote 0x7fffd7632db0>) at ../Python/ceval.c:731
#11 builtin_exec_impl (module=<optimized out>, 
    locals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), 
    globals={'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loa...(truncated), source=<code at remote 0x7fffd7632db0>) at ../Python/bltinmodule.c:983
#12 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
--Type <RET> for more, q to quit, c to continue without paging--c
#13 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#14 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7fffd7632db0>, {'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__'...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#15 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#16 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff60593d8, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7fffd7632db0>, {'__name__': 'apt', '__doc__': 'High-Level Interface for working with apt.', '__package__': 'apt', '__loader__': <SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, '__spec__': <ModuleSpec(name='apt', loader=<...>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apt/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, except...(truncated)) at ../Python/ceval.c:754
#17 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7fffd9e9c598, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#18 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7fffd9e9c580, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#19 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9030, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#20 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#21 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7fffd9e9c3e8, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, module=<module at remote 0x7fffd75bcd18>, code=<code at remote 0x7fffd7632db0>)) at ../Python/ceval.c:754
#22 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#23 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#24 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9220, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#25 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#26 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7fffd75c1048, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apt', loader=<SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>, module=<module at remote 0x7fffd75bcd18>)) at ../Python/ceval.c:754
#27 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#28 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#29 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9410, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#30 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#31 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc9c8d8, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apt', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=None, parent='', spec=<ModuleSpec(name='apt', loader=<SourceFileLoader(name='apt', path='/usr/lib/python3/dist-packages/apt/__init__.py') at remote 0x7fffd75c5c88>, origin='/usr/lib/python3/dist-packages/apt/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apt'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apt/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7fffd75c5cc0>)) at ../Python/ceval.c:754
#32 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#33 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#34 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9600, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#35 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#36 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xe10fd8, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apt', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#37 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#38 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#39 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffff97a0, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#40 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#41 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apt', globals=<optimized out>, locals=<optimized out>, fromlist=None, level=0) at ../Python/import.c:1578
#42 0x000000000050ddbf in import_name (level=0, fromlist=None, name='apt', f=Frame 0xe11628, for file /usr/lib/python3/dist-packages/apport/packaging_impl.py, line 24, in <module> ()) at ../Python/ceval.c:5245
#43 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#44 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xe11628, for file /usr/lib/python3/dist-packages/apport/packaging_impl.py, line 24, in <module> ()) at ../Python/ceval.c:754
#45 _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 ../Python/ceval.c:4166
#46 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), globals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), _co=<code at remote 0x7fffd76329c0>) at ../Python/ceval.c:729
#47 PyEval_EvalCode (locals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), globals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), co=<code at remote 0x7fffd76329c0>) at ../Python/ceval.c:731
#48 builtin_exec_impl (module=<optimized out>, locals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), globals={'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis rep...(truncated), source=<code at remote 0x7fffd76329c0>) at ../Python/bltinmodule.c:983
#49 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
#50 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#51 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7fffd76329c0>, {'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#52 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#53 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6459848, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7fffd76329c0>, {'__name__': 'apport.packaging_impl', '__doc__': 'apport.PackageInfo class implementation for python-apt and dpkg.\n\nThis is used on Debian and derivatives such as Ubuntu.\n', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, '__spec__': <ModuleSpec(name='apport.packaging_impl', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, '__file__': '/usr/lib/python3/dist-packages/apport/packaging_impl.py', '__cached__': '/usr/lib/python3/dist-packages...(truncated)) at ../Python/ceval.c:754
#54 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7ffff5ddfcd8, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#55 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7ffff5ddfcc0, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#56 0x000000000050a2fd in call_function (pp_stack=0x7fffffff9f70, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#57 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#58 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5ddfb28, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, module=<module at remote 0x7fffd7619ea8>, code=<code at remote 0x7fffd76329c0>)) at ../Python/ceval.c:754
#59 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#60 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#61 0x000000000050a2fd in call_function (pp_stack=0x7fffffffa160, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#62 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#63 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7fffd9fd7848, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apport.packaging_impl', loader=<SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>, module=<module at remote 0x7fffd7619ea8>)) at ../Python/ceval.c:754
#64 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#65 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#66 0x000000000050a2fd in call_function (pp_stack=0x7fffffffa350, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#67 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#68 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xcee038, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apport.packaging_impl', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=['/usr/lib/python3/dist-packages/apport'], parent='apport', parent_module=<module at remote 0x7ffff5dedb38>, spec=<ModuleSpec(name='apport.packaging_impl', loader=<SourceFileLoader(name='apport.packaging_impl', path='/usr/lib/python3/dist-packages/apport/packaging_impl.py') at remote 0x7fffd761dcf8>, origin='/usr/lib/python3/dist-packages/apport/packaging_impl.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/packaging_impl.cpython-36.pyc', _initializing=True) at remote 0x7fffd761dd30>)) at ../Python/ceval.c:754
#69 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#70 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#71 0x000000000050a2fd in call_function (pp_stack=0x7fffffffa540, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#72 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#73 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xda1c78, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport.packaging_impl', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#74 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#75 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#76 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffa6e0, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#77 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#78 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport.packaging_impl', globals=<optimized out>, locals=<optimized out>, fromlist=('impl',), level=0) at ../Python/import.c:1578
#79 0x000000000050ddbf in import_name (level=0, fromlist=('impl',), name='apport.packaging_impl', f=Frame 0xce1798, for file /usr/lib/python3/dist-packages/apport/fileutils.py, line 23, in <module> ()) at ../Python/ceval.c:5245
#80 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#81 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xce1798, for file /usr/lib/python3/dist-packages/apport/fileutils.py, line 23, in <module> ()) at ../Python/ceval.c:754
#82 _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 ../Python/ceval.c:4166
#83 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), globals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), _co=<code at remote 0x7fffd9e894b0>) at ../Python/ceval.c:729
#84 PyEval_EvalCode (locals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), globals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), co=<code at remote 0x7fffd9e894b0>) at ../Python/ceval.c:731
#85 builtin_exec_impl (module=<optimized out>, locals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), globals={'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name=...(truncated), source=<code at remote 0x7fffd9e894b0>) at ../Python/bltinmodule.c:983
#86 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
#87 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#88 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7fffd9e894b0>, {'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa982...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#89 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#90 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc99a78, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7fffd9e894b0>, {'__name__': 'apport.fileutils', '__doc__': 'Functions to manage apport problem report files.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, '__spec__': <ModuleSpec(name='apport.fileutils', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, '__file__': '/usr/lib/python3/dist-packages/apport/fileutils.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in function...(truncated)) at ../Python/ceval.c:754
#91 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7ffff5ddf938, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#92 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7ffff5ddf920, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#93 0x000000000050a2fd in call_function (pp_stack=0x7fffffffaeb0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#94 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#95 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5ddf788, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, module=<module at remote 0x7ffff5df19f8>, code=<code at remote 0x7fffd9e894b0>)) at ../Python/ceval.c:754
#96 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#97 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#98 0x000000000050a2fd in call_function (pp_stack=0x7fffffffb0a0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#99 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#100 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5b98a48, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apport.fileutils', loader=<SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>, module=<module at remote 0x7ffff5df19f8>)) at ../Python/ceval.c:754
#101 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#102 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#103 0x000000000050a2fd in call_function (pp_stack=0x7fffffffb290, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#104 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#105 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xcf9908, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apport.fileutils', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=['/usr/lib/python3/dist-packages/apport'], parent='apport', parent_module=<module at remote 0x7ffff5dedb38>, spec=<ModuleSpec(name='apport.fileutils', loader=<SourceFileLoader(name='apport.fileutils', path='/usr/lib/python3/dist-packages/apport/fileutils.py') at remote 0x7fffd75fb518>, origin='/usr/lib/python3/dist-packages/apport/fileutils.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/fileutils.cpython-36.pyc', _initializing=True) at remote 0x7fffd75fb550>)) at ../Python/ceval.c:754
#106 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#107 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#108 0x000000000050a2fd in call_function (pp_stack=0x7fffffffb480, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#109 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#110 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xcbbc18, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport.fileutils', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#111 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#112 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#113 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffb620, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#114 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#115 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport.fileutils', globals=<optimized out>, locals=<optimized out>, fromlist=None, level=0) at ../Python/import.c:1578
#116 0x000000000050ddbf in import_name (level=0, fromlist=None, name='apport.fileutils', f=Frame 0x7ffff5df5618, for file /usr/lib/python3/dist-packages/apport/report.py, line 30, in <module> ()) at ../Python/ceval.c:5245
#117 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#118 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5df5618, for file /usr/lib/python3/dist-packages/apport/report.py, line 30, in <module> ()) at ../Python/ceval.c:754
#119 _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 ../Python/ceval.c:4166
#120 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), globals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), _co=<code at remote 0x7ffff60488a0>) at ../Python/ceval.c:729
#121 PyEval_EvalCode (locals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), globals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), co=<code at remote 0x7ffff60488a0>) at ../Python/ceval.c:731
#122 builtin_exec_impl (module=<optimized out>, locals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), globals={'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', l...(truncated), source=<code at remote 0x7ffff60488a0>) at ../Python/bltinmodule.c:983
#123 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
#124 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#125 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7ffff60488a0>, {'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec_...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#126 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#127 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6405cc0, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7ffff60488a0>, {'__name__': 'apport.report', '__doc__': 'Representation of and data collection for a problem report.', '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, '__spec__': <ModuleSpec(name='apport.report', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, '__file__': '/usr/lib/python3/dist-packages/apport/report.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exce...(truncated)) at ../Python/ceval.c:754
#128 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7ffff5ddf1f8, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#129 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7ffff5ddf1e0, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#130 0x000000000050a2fd in call_function (pp_stack=0x7fffffffbdf0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#131 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#132 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff5ddf048, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, module=<module at remote 0x7ffff5dedd18>, code=<code at remote 0x7ffff60488a0>)) at ../Python/ceval.c:754
#133 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#134 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#135 0x000000000050a2fd in call_function (pp_stack=0x7fffffffbfe0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#136 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#137 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6052048, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apport.report', loader=<SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>, module=<module at remote 0x7ffff5dedd18>)) at ../Python/ceval.c:754
#138 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#139 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#140 0x000000000050a2fd in call_function (pp_stack=0x7fffffffc1d0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#141 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#142 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xbba6f8, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apport.report', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=['/usr/lib/python3/dist-packages/apport'], parent='apport', parent_module=<module at remote 0x7ffff5dedb38>, spec=<ModuleSpec(name='apport.report', loader=<SourceFileLoader(name='apport.report', path='/usr/lib/python3/dist-packages/apport/report.py') at remote 0x7ffff604f940>, origin='/usr/lib/python3/dist-packages/apport/report.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/report.cpython-36.pyc', _initializing=True) at remote 0x7ffff604fa20>)) at ../Python/ceval.c:754
#143 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#144 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#145 0x000000000050a2fd in call_function (pp_stack=0x7fffffffc3c0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#146 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#147 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xac1268, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport.report', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#148 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#149 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#150 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffc560, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#151 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#152 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport.report', globals=<optimized out>, locals=<optimized out>, fromlist=('Report',), level=0) at ../Python/import.c:1578
#153 0x000000000050ddbf in import_name (level=0, fromlist=('Report',), name='apport.report', f=Frame 0xc60158, for file /usr/lib/python3/dist-packages/apport/__init__.py, line 5, in <module> ()) at ../Python/ceval.c:5245
#154 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#155 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc60158, for file /usr/lib/python3/dist-packages/apport/__init__.py, line 5, in <module> ()) at ../Python/ceval.c:754
#156 _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 ../Python/ceval.c:4166
#157 0x0000000000516069 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), globals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), _co=<code at remote 0x7ffff5dd58a0>) at ../Python/ceval.c:729
#158 PyEval_EvalCode (locals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), globals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), co=<code at remote 0x7ffff5dd58a0>) at ../Python/ceval.c:731
#159 builtin_exec_impl (module=<optimized out>, locals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), globals={'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleSpec(name='builtins', loader=<type ...(truncated), source=<code at remote 0x7ffff5dd58a0>) at ../Python/bltinmodule.c:983
#160 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:283
#161 0x0000000000566fae in PyCFunction_Call (func=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:112
#162 0x0000000000510e51 in do_call_core (kwdict={}, callargs=(<code at remote 0x7ffff5dd58a0>, {'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa98278>, '__spec__': <ModuleS...(truncated), func=<built-in method exec of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#163 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#164 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xb21e48, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7ff0638>, args=(<code at remote 0x7ffff5dd58a0>, {'__name__': 'apport', '__doc__': None, '__package__': 'apport', '__loader__': <SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, '__spec__': <ModuleSpec(name='apport', loader=<...>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, '__path__': [...], '__file__': '/usr/lib/python3/dist-packages/apport/__init__.py', '__cached__': '/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other ...(truncated)) at ../Python/ceval.c:754
#165 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0x7ffff6407b08, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#166 0x0000000000509900 in fast_function (func=<optimized out>, stack=0x7ffff6407af0, nargs=3, kwnames=<optimized out>) at ../Python/ceval.c:4992
#167 0x000000000050a2fd in call_function (pp_stack=0x7fffffffcd30, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#168 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#169 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6407958, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, module=<module at remote 0x7ffff5dedb38>, code=<code at remote 0x7ffff5dd58a0>)) at ../Python/ceval.c:754
#170 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#171 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#172 0x000000000050a2fd in call_function (pp_stack=0x7fffffffcf20, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#173 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#174 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6052448, for file <frozen importlib._bootstrap>, line 665, in _load_unlocked (spec=<ModuleSpec(name='apport', loader=<SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>, module=<module at remote 0x7ffff5dedb38>)) at ../Python/ceval.c:754
#175 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#176 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#177 0x000000000050a2fd in call_function (pp_stack=0x7fffffffd110, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#178 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#179 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xaf0ea8, for file <frozen importlib._bootstrap>, line 955, in _find_and_load_unlocked (name='apport', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=None, parent='', spec=<ModuleSpec(name='apport', loader=<SourceFileLoader(name='apport', path='/usr/lib/python3/dist-packages/apport/__init__.py') at remote 0x7ffff648f048>, origin='/usr/lib/python3/dist-packages/apport/__init__.py', loader_state=None, submodule_search_locations=['/usr/lib/python3/dist-packages/apport'], _set_fileattr=True, _cached='/usr/lib/python3/dist-packages/apport/__pycache__/__init__.cpython-36.pyc', _initializing=True) at remote 0x7ffff648f0b8>)) at ../Python/ceval.c:754
#180 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#181 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#182 0x000000000050a2fd in call_function (pp_stack=0x7fffffffd300, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#183 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#184 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc2a598, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#185 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#186 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#187 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffd4a0, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#188 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#189 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport', globals=<optimized out>, locals=<optimized out>, fromlist=0x0, level=0) at ../Python/import.c:1578
#190 0x00000000005140a4 in builtin___import__ (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at ../Python/bltinmodule.c:238
#191 0x0000000000566f73 in PyCFunction_Call (func=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, args=<optimized out>, kwds=<optimized out>) at ../Objects/methodobject.c:98
#192 0x0000000000510e51 in do_call_core (kwdict={}, callargs=('apport',), func=<built-in method __import__ of module object at remote 0x7ffff7ff0638>) at ../Python/ceval.c:5116
#193 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3404
#194 0x0000000000507be4 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc5ed78, for file <frozen importlib._bootstrap>, line 219, in _call_with_frames_removed (f=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, args=('apport',), kwds={})) at ../Python/ceval.c:754
#195 _PyEval_EvalCodeWithName (_co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kwnames=0x0, kwargs=0xbbd078, kwcount=<optimized out>, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4166
#196 0x0000000000509900 in fast_function (func=<optimized out>, stack=0xbbd068, nargs=2, kwnames=<optimized out>) at ../Python/ceval.c:4992
#197 0x000000000050a2fd in call_function (pp_stack=0x7fffffffda00, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#198 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#199 0x00000000005095c8 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xbbcea8, for file <frozen importlib._bootstrap>, line 941, in _find_and_load_unlocked (name='apport.fileutils', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, path=None, parent='apport')) at ../Python/ceval.c:754
#200 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#201 fast_function (func=<optimized out>, stack=<optimized out>, nargs=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4968
#202 0x000000000050a2fd in call_function (pp_stack=0x7fffffffdbf0, oparg=<optimized out>, kwnames=<optimized out>) at ../Python/ceval.c:4872
#203 0x000000000050beb4 in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3335
#204 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xbada18, for file <frozen importlib._bootstrap>, line 971, in _find_and_load (name='apport.fileutils', import_=<built-in method __import__ of module object at remote 0x7ffff7ff0638>, module=<object at remote 0x7ffff7fa0030>)) at ../Python/ceval.c:754
#205 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#206 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#207 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff7f9cd90>, args=0x7fffffffdd90, nargs=2, kwargs=0x0) at ../Objects/abstract.c:2310
#208 0x00000000005a5c9e in _PyObject_CallMethodIdObjArgs (callable=<function at remote 0x7ffff7f9cd90>, name=<optimized out>) at ../Objects/abstract.c:2796
#209 0x00000000004f6d6d in PyImport_ImportModuleLevelObject (name='apport.fileutils', globals=<optimized out>, locals=<optimized out>, fromlist=('likely_packaged', 'get_recent_crashes'), level=0) at ../Python/import.c:1578
#210 0x000000000050ddbf in import_name (level=0, fromlist=('likely_packaged', 'get_recent_crashes'), name='apport.fileutils', f=Frame 0xc60538, for file /usr/lib/python3/dist-packages/apport_python_hook.py, line 72, in apport_excepthook (exc_type=<type at remote 0x9daf00>, exc_obj=ImportError('/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so: undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv',), exc_tb=<traceback at remote 0x7ffff6055348>, apt_pkg=<module at remote 0x7ffff605ea48>, StringIO=<type at remote 0x9ffc60>, re=<module at remote 0x7ffff656a4a8>, traceback=<module at remote 0x7ffff650fea8>)) at ../Python/ceval.c:5245
#211 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:2899
#212 0x0000000000508cd5 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xc60538, for file /usr/lib/python3/dist-packages/apport_python_hook.py, line 72, in apport_excepthook (exc_type=<type at remote 0x9daf00>, exc_obj=ImportError('/home/sacha.duverger/packages/yade/install/lib/x86_64-linux-gnu/yade-2020-10-20.git-427f64c/libyade.so: undefined symbol: _ZN26vtkTransformPolyDataFilter3NewEv',), exc_tb=<traceback at remote 0x7ffff6055348>, apt_pkg=<module at remote 0x7ffff605ea48>, StringIO=<type at remote 0x9ffc60>, re=<module at remote 0x7ffff656a4a8>, traceback=<module at remote 0x7ffff650fea8>)) at ../Python/ceval.c:754
#213 _PyFunction_FastCall (globals=<optimized out>, nargs=<optimized out>, args=<optimized out>, co=<optimized out>) at ../Python/ceval.c:4933
#214 _PyFunction_FastCallDict (func=<optimized out>, args=<optimized out>, nargs=<optimized out>, kwargs=0x0) at ../Python/ceval.c:5035
#215 0x00000000005a4c61 in _PyObject_FastCallDict (func=<function at remote 0x7ffff65520d0>, args=0x7fffffffe110, nargs=3, kwargs=0x0) at ../Objects/abstract.c:2310
#216 0x000000000063831b in PyErr_PrintEx (set_sys_last_vars=1) at ../Python/pythonrun.c:669
#217 PyErr_PrintEx (set_sys_last_vars=<optimized out>, set_sys_last_vars=<optimized out>) at ../Python/pythonrun.c:631
#218 0x0000000000638703 in PyErr_Print () at ../Python/pythonrun.c:532
#219 PyRun_SimpleFileExFlags (fp=<optimized out>, filename=<optimized out>, closeit=<optimized out>, flags=0x7fffffffe1cc) at ../Python/pythonrun.c:425
#220 0x0000000000639281 in run_file (p_cf=0x7fffffffe1cc, filename=<optimized out>, fp=<optimized out>) at ../Modules/main.c:340
#221 Py_Main (argc=<optimized out>, argv=<optimized out>) at ../Modules/main.c:810
#222 0x00000000004b0dc0 in main (argc=2, argv=0x7fffffffe3c8) at ../Programs/python.c:69
(gdb) py-bt
Traceback (most recent call first):
  <built-in method init_config of module object at remote 0x7ffff605ea48>
  File "/usr/lib/python3/dist-packages/apt/__init__.py", line 34, in <module>
    apt_pkg.init_config()
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module>
    import apt
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
    from apport.packaging_impl import impl as packaging
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
    import apport.fileutils
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
    from apport.report import Report
  <built-in method exec of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  <built-in method __import__ of module object at remote 0x7ffff7ff0638>
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 72, in apport_excepthook
    from apport.fileutils import likely_packaged, get_recent_crashes

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.