FreeBSD Bugzilla – Attachment 190408 Details for
Bug 225584
Various compile process hang on Ryzen, but not on Intel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
thread apply all bt on the core dump file post debug patch sig 10
session-core-file.txt (text/plain), 360.58 KB, created by
mike
on 2018-02-07 22:55:47 UTC
(
hide
)
Description:
thread apply all bt on the core dump file post debug patch sig 10
Filename:
MIME Type:
Creator:
mike
Created:
2018-02-07 22:55:47 UTC
Size:
360.58 KB
patch
obsolete
>root@amdtestr12:~mdtancsa # gdb /usr/local/bin/python2.7 python2.7.core >GNU gdb (GDB) 8.0.1 [GDB v8.0.1 for FreeBSD] >Copyright (C) 2017 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-portbld-freebsd12.0". >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"... >Reading symbols from /usr/local/bin/python2.7...done. >[New LWP 101411] >[New LWP 100768] >[New LWP 101407] >[New LWP 101408] >[New LWP 101409] >[New LWP 101410] >[New LWP 101412] >[New LWP 101413] >[New LWP 101414] >[New LWP 101415] >[New LWP 101417] >[New LWP 101420] >[New LWP 101421] >Core was generated by `/usr/local/bin/python2.7 buildtools/bin/waf -j12 --verbose --verbose'. >Program terminated with signal SIGBUS, Bus error. >#0 thr_kill () at thr_kill.S:3 >3 RSYSCALL(thr_kill) >[Current thread is 1 (LWP 101411)] >(gdb) info thread > Id Target Id Frame >* 1 LWP 101411 thr_kill () at thr_kill.S:3 > 2 LWP 100768 _umtx_op () at _umtx_op.S:3 > 3 LWP 101407 _umtx_op () at _umtx_op.S:3 > 4 LWP 101408 _umtx_op () at _umtx_op.S:3 > 5 LWP 101409 _read () at _read.S:3 > 6 LWP 101410 _wait4 () at _wait4.S:3 > 7 LWP 101412 _umtx_op () at _umtx_op.S:3 > 8 LWP 101413 _read () at _read.S:3 > 9 LWP 101414 _umtx_op () at _umtx_op.S:3 > 10 LWP 101415 _umtx_op () at _umtx_op.S:3 > 11 LWP 101417 _umtx_op () at _umtx_op.S:3 > 12 LWP 101420 _wait4 () at _wait4.S:3 > 13 LWP 101421 _wait4 () at _wait4.S:3 >(gdb) thread apply all bt > >Thread 13 (LWP 101421): >#0 _wait4 () at _wait4.S:3 >#1 0x00000008006536ab in __thr_wait4 (pid=99178, status=0x7fffdd3ecaac, options=0, rusage=0x0) at /usr/src/lib/libthr/thread/thr_syscalls.c:581 >#2 0x0000000800bafd22 in posix_waitpid (self=0x0, args=(99178, 0)) at ./Modules/posixmodule.c:6265 >#3 0x0000000800ab2aae in PyCFunction_Call (func=<built-in function waitpid>, arg=(99178, 0), kw=0x0) at Objects/methodobject.c:81 >#4 0x0000000800b5659c in ext_do_call (func=<built-in function waitpid>, pp_stack=0x7fffdd3ecd18, flags=1, na=0, nk=0) at Python/ceval.c:4668 >#5 0x0000000800b5230d in PyEval_EvalFrameEx (f=Frame 0x80984fca0, for file /usr/local/lib/python2.7/subprocess.py, line 121, in _eintr_retry_call (func=<built-in function waitpid>, args=(99178, 0)), > throwflag=0) at Python/ceval.c:3033 >#6 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803409eb0, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x8098c4bc0, argcount=3, kws=0x8098c4bd8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#7 0x0000000800b57e25 in fast_function (func=<function at remote 0x8036756e0>, pp_stack=0x7fffdd3ed548, n=3, na=3, nk=0) at Python/ceval.c:4452 >#8 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3ed548, oparg=3) at Python/ceval.c:4377 >#9 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098c4a20, for file /usr/local/lib/python2.7/subprocess.py, line 1077, in wait (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99178, stderr=None, universal_newlines=False) at remote 0x810a99250>), throwflag=0) at Python/ceval.c:2994 >#10 0x0000000800b57d21 in fast_function (func=<function at remote 0x803678050>, pp_stack=0x7fffdd3edaf8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#11 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3edaf8, oparg=0) at Python/ceval.c:4377 >#12 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f6a4020, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 203, in exec_command (s=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/rep...(truncated), throwflag=0) at Python/ceval.c:2994 >#13 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8034001b0, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x80dc70c68, argcount=1, kws=0x810a90cc8, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#14 0x0000000800a9006e in function_call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#15 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#16 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x80452fb90>, pp_stack=0x7fffdd3ee318, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#17 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x810a9aa50, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/print_commands.py, line 23, in exec_command (self=<BuildContext(curdir_='/usr/ports/net/samba47/wor---Type <return> to continue, or q <return> to quit--- >k/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at ...(truncated), throwflag=0) at Python/ceval.c:3033 >#18 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8060587b0, > globals={'Utils': <module at remote 0x803408168>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x802034610>, 'NameError': <type at remote 0x800e17d40>, 'BytesWarning': <type at ...(truncated), locals=0x0, args=0x810a90920, argcount=2, kws=0x80ddc91d0, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#19 0x0000000800a9006e in function_call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/funcobject.c:523 >#20 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/abstract.c:2547 >#21 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x801dce668>, pp_stack=0x7fffdd3eeb68, flags=3, na=1, nk=0) at Python/ceval.c:4671 >#22 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80986a1a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 420, in exec_command (self=<cc(inputs=[<Nodu at remote 0x80980a590>], position=(235, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:3033 >#23 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d1b3b0, > globals={'DBFILE': '.wafpickle-7', 'random': <module at remote 0x804631fd8>, 'datetime': <module at remote 0x80205fa98>, 'algotype': 'NORMAL', 'RUN_ME': -3, 'WAFREVISION': '9709M', 'tempfile': <module at remote 0x804631600>, 'TaskGroup': <type at remote 0x802089420>, 'MAXPARALLEL': 'MAXPARALLEL', 'Task': <store_task_type(sig_vars=<function at remote 0x805d6a500>, __module__='Task', add_file_dependency=<function at remote 0x805d6a1b8>, vars=[], scan=None, __str__=<function at remote 0x805d66e60>, sig_implicit_deps=<function at remote 0x805d6a578>, compute_sig_implicit_deps=<function at remote 0x805d6a5f0>, set_inputs=<function at remote 0x805d6a050>, can_retrieve_cache=<function at remote 0x805d6a398>, __init__=<function at remote 0x805d66de8>, post_run=<function at remote 0x805d6a320>, set_outputs=<function at remote 0x805d6a0c8>, display=<function at remote 0x805efe8c0>, set_run_after=<function at remote 0x805d6a140>, sig_explicit_deps=<function at remote 0x805d6a488>, old_display=<instancemethod at remote 0x805caa8...(truncated), locals=0x0, args=0x80ddb4c00, argcount=2, kws=0x80ddb4c10, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#24 0x0000000800b57e25 in fast_function (func=<function at remote 0x805d668c0>, pp_stack=0x7fffdd3ef398, n=4, na=2, nk=1) at Python/ceval.c:4452 >#25 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3ef398, oparg=257) at Python/ceval.c:4377 >#26 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80ddb4a50, for file <string>, line 19, in f (task=<cc(inputs=[<Nodu at remote 0x80980a590>], position=(235, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTCC', 'LIBREPLACE_HOSTCC', 'HEIMDAL_VERS_HOSTCC'], samba_abspath='/usr/por...(truncated), throwflag=0) at Python/ceval.c:2994 >#27 0x0000000800b57d21 in fast_function (func=<function at remote 0x805e7c6e0>, pp_stack=0x7fffdd3ef948, n=1, na=1, nk=0) at Python/ceval.c:4442 >#28 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3ef948, oparg=0) at Python/ceval.c:4377 >#29 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80a7e90a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 432, in call_run (self=<cc(inputs=[<Nodu at remote 0x80980a590>], position=(235, 3804), run_af---Type <return> to continue, or q <return> to quit--- >ter=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTC...(truncated), throwflag=0) at Python/ceval.c:2994 >#30 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d66a28>, pp_stack=0x7fffdd3efef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#31 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3efef8, oparg=0) at Python/ceval.c:4377 >#32 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809918bf0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 37, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a590>], position=(235, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#33 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffdd3f04a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#34 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3f04a8, oparg=1) at Python/ceval.c:4377 >#35 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc6dc90, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34563669504, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb70>) at remote 0x80dc70190>, _Thread__name='Thread-12', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc930>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc930>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc930>) at remote 0x80dc70110>) at remote 0x80dc700d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Ver...(truncated), throwflag=0) at Python/ceval.c:2994 >#36 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffdd3f0a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#37 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3f0a58, oparg=0) at Python/ceval.c:4377 >#38 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc6dad0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34563669504, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb70>) at remote 0x80dc70190>, _Thread__name='Thread-12', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc930>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc930>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc930>) at remote 0x80dc70110>) at remote 0x80dc700d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#39 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffdd3f1008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#40 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3f1008, oparg=0) at Python/ceval.c:4377 >#41 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098c4020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34563669504, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb70>) at remote 0x80dc70190>, _Thread__name='Thread-12', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc930>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc930>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc930>) at remote 0x80dc70110>) at remote 0x80dc700d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _T...(truncated), throwflag=0) at Python/ceval.c:2994 >#42 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffdd3f15b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#43 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd3f15b8, oparg=0) at Python/ceval.c:4377 >#44 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc6d910, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34563669504, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb70>) at remote 0x80dc70190>, _Thread__name='Thread-12', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc930>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc930>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc930>) at remote 0x80dc70110>) at remote 0x80dc700d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread_...(truncated), throwflag=0) at Python/ceval.c:2994 >#45 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_threa---Type <return> to continue, or q <return> to quit--- >d>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dce2ae8, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#46 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563669504, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb70>) at remote 0x80dc70190>, _Thread__name='Thread-12', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc930>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc930>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc930>) at remote 0x80dc70110>) at remote 0x80dc700d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dc70090>,), kw=0x0) > at Objects/funcobject.c:523 >#47 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563669504, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb70>) at remote 0x80dc70190>, _Thread__name='Thread-12', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc930>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc930>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc930>) at remote 0x80dc70110>) at remote 0x80dc700d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dc70090>,), kw=0x0) > at Objects/abstract.c:2547 >#48 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563669504, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb70>) at remote 0x80dc70190>, _Thread__name='Thread-12', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc930>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc930>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc930>) at remote 0x80dc70110>) at remote 0x80dc700d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dc70090>,), kw=0x0) > at Objects/classobject.c:2602 >#49 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc62460>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#50 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc62460>, arg=(), kw=0x0) at Python/ceval.c:4226 >#51 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c080930) at ./Modules/threadmodule.c:620 >#52 0x000000080064ecf9 in thread_start (curthread=0x80c27be00) at /usr/src/lib/libthr/thread/thr_create.c:291 >#53 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffdd3f2000 > >Thread 12 (LWP 101420): >#0 _wait4 () at _wait4.S:3 >#1 0x00000008006536ab in __thr_wait4 (pid=99180, status=0x7fffdd7edaac, options=0, rusage=0x0) at /usr/src/lib/libthr/thread/thr_syscalls.c:581 >#2 0x0000000800bafd22 in posix_waitpid (self=0x0, args=(99180, 0)) at ./Modules/posixmodule.c:6265 >#3 0x0000000800ab2aae in PyCFunction_Call (func=<built-in function waitpid>, arg=(99180, 0), kw=0x0) at Objects/methodobject.c:81 >#4 0x0000000800b5659c in ext_do_call (func=<built-in function waitpid>, pp_stack=0x7fffdd7edd18, flags=1, na=0, nk=0) at Python/ceval.c:4668 >#5 0x0000000800b5230d in PyEval_EvalFrameEx (f=Frame 0x80ddb3050, for file /usr/local/lib/python2.7/subprocess.py, line 121, in _eintr_retry_call (func=<built-in function waitpid>, args=(99180, 0)), > throwflag=0) at Python/ceval.c:3033 >#6 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803409eb0, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f9dadc0, argcount=3, kws=0x80f9dadd8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#7 0x0000000800b57e25 in fast_function (func=<function at remote 0x8036756e0>, pp_stack=0x7fffdd7ee548, n=3, na=3, nk=0) at Python/ceval.c:4452 >#8 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7ee548, oparg=3) at Python/ceval.c:4377 >#9 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f9dac20, for file /usr/local/lib/python2.7/subprocess.py, line 1077, in wait (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99180, stderr=None, universal_newlines=False) at remote 0x810a99990>), throwflag=0) at Python/ceval.c:2994 >#10 0x0000000800b57d21 in fast_function (func=<function at remote 0x803678050>, pp_stack=0x7fffdd7eeaf8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#11 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7eeaf8, oparg=0) at Python/ceval.c:4377 >#12 0x0000000800b51fed in PyEval_EvalFrameEx ( >---Type <return> to continue, or q <return> to quit--- > f=Frame 0x80ddb4650, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 203, in exec_command (s=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/rep...(truncated), throwflag=0) at Python/ceval.c:2994 >#13 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8034001b0, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x80dc70328, argcount=1, kws=0x80ddc32f0, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#14 0x0000000800a9006e in function_call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#15 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#16 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x80452fb90>, pp_stack=0x7fffdd7ef318, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#17 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80ddb3bc0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/print_commands.py, line 23, in exec_command (self=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at ...(truncated), throwflag=0) at Python/ceval.c:3033 >#18 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8060587b0, > globals={'Utils': <module at remote 0x803408168>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x802034610>, 'NameError': <type at remote 0x800e17d40>, 'BytesWarning': <type at ...(truncated), locals=0x0, args=0x810a9b1d0, argcount=2, kws=0x80ddba9b0, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#19 0x0000000800a9006e in function_call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/funcobject.c:523 >#20 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mapp---Type <return> to continue, or q <return> to quit--- >ings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/abstract.c:2547 >#21 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x801dce668>, pp_stack=0x7fffdd7efb68, flags=3, na=1, nk=0) at Python/ceval.c:4671 >#22 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x810a9a450, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 420, in exec_command (self=<cc(inputs=[<Nodu at remote 0x80980a5f0>], position=(236, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:3033 >#23 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d1b3b0, > globals={'DBFILE': '.wafpickle-7', 'random': <module at remote 0x804631fd8>, 'datetime': <module at remote 0x80205fa98>, 'algotype': 'NORMAL', 'RUN_ME': -3, 'WAFREVISION': '9709M', 'tempfile': <module at remote 0x804631600>, 'TaskGroup': <type at remote 0x802089420>, 'MAXPARALLEL': 'MAXPARALLEL', 'Task': <store_task_type(sig_vars=<function at remote 0x805d6a500>, __module__='Task', add_file_dependency=<function at remote 0x805d6a1b8>, vars=[], scan=None, __str__=<function at remote 0x805d66e60>, sig_implicit_deps=<function at remote 0x805d6a578>, compute_sig_implicit_deps=<function at remote 0x805d6a5f0>, set_inputs=<function at remote 0x805d6a050>, can_retrieve_cache=<function at remote 0x805d6a398>, __init__=<function at remote 0x805d66de8>, post_run=<function at remote 0x805d6a320>, set_outputs=<function at remote 0x805d6a0c8>, display=<function at remote 0x805efe8c0>, set_run_after=<function at remote 0x805d6a140>, sig_explicit_deps=<function at remote 0x805d6a488>, old_display=<instancemethod at remote 0x805caa8...(truncated), locals=0x0, args=0x8098a1850, argcount=2, kws=0x8098a1860, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#24 0x0000000800b57e25 in fast_function (func=<function at remote 0x805d668c0>, pp_stack=0x7fffdd7f0398, n=4, na=2, nk=1) at Python/ceval.c:4452 >#25 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7f0398, oparg=257) at Python/ceval.c:4377 >#26 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098a16a0, for file <string>, line 19, in f (task=<cc(inputs=[<Nodu at remote 0x80980a5f0>], position=(236, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTCC', 'LIBREPLACE_HOSTCC', 'HEIMDAL_VERS_HOSTCC'], samba_abspath='/usr/por...(truncated), throwflag=0) at Python/ceval.c:2994 >#27 0x0000000800b57d21 in fast_function (func=<function at remote 0x805e7c6e0>, pp_stack=0x7fffdd7f0948, n=1, na=1, nk=0) at Python/ceval.c:4442 >#28 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7f0948, oparg=0) at Python/ceval.c:4377 >#29 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f800220, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 432, in call_run (self=<cc(inputs=[<Nodu at remote 0x80980a5f0>], position=(236, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTC...(truncated), throwflag=0) at Python/ceval.c:2994 >#30 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d66a28>, pp_stack=0x7fffdd7f0ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#31 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7f0ef8, oparg=0) at Python/ceval.c:4377 >#32 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f6af320, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 37, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a5f0>], position=(236, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#33 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffdd7f14a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#34 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7f14a8, oparg=1) at Python/ceval.c:4377 >#35 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc6d750, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34563668224, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc950>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc950>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc950>) at remote 0x80dc70050>, _Thread__name='Thread-11', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccd90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccd90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccd90>) at remote 0x80dce2f90>) at remote 0x80dce2f50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Ver...(truncated), throwflag=0) at Python/ceval.c:2994 >#36 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffdd7f1a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >---Type <return> to continue, or q <return> to quit--- >#37 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7f1a58, oparg=0) at Python/ceval.c:4377 >#38 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc6d590, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34563668224, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc950>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc950>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc950>) at remote 0x80dc70050>, _Thread__name='Thread-11', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccd90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccd90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccd90>) at remote 0x80dce2f90>) at remote 0x80dce2f50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#39 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffdd7f2008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#40 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7f2008, oparg=0) at Python/ceval.c:4377 >#41 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098bf020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34563668224, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc950>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc950>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc950>) at remote 0x80dc70050>, _Thread__name='Thread-11', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccd90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccd90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccd90>) at remote 0x80dce2f90>) at remote 0x80dce2f50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _T...(truncated), throwflag=0) at Python/ceval.c:2994 >#42 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffdd7f25b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#43 0x0000000800b55ffa in call_function (pp_stack=0x7fffdd7f25b8, oparg=0) at Python/ceval.c:4377 >#44 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc6d3d0, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34563668224, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc950>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc950>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc950>) at remote 0x80dc70050>, _Thread__name='Thread-11', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccd90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccd90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccd90>) at remote 0x80dce2f90>) at remote 0x80dce2f50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread_...(truncated), throwflag=0) at Python/ceval.c:2994 >#45 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dce29a8, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#46 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563668224, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc950>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc950>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc950>) at remote 0x80dc70050>, _Thread__name='Thread-11', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccd90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccd90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccd90>) at remote 0x80dce2f90>) at remote 0x80dce2f50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2f10>,), kw=0x0) > at Objects/funcobject.c:523 >#47 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563668224, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc950>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc950>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc950>) at remote 0x80dc70050>, _Thread__name='Thread-11', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccd90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccd90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccd90>) at remote 0x80dce2f90>) at remote 0x80dce2f50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2f10>,), kw=0x0) > at Objects/abstract.c:2547 >#48 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563668224, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc950>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc950>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc950>) at remote 0x80dc70050>, _Thread__name='Thread-11', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccd90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccd90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccd90>) at remote 0x80dce2f90>) at remote 0x80dce2f50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2f10>,), kw=0x0) > at Objects/classobject.c:2602 >---Type <return> to continue, or q <return> to quit--- >#49 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc62410>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#50 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc62410>, arg=(), kw=0x0) at Python/ceval.c:4226 >#51 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c080900) at ./Modules/threadmodule.c:620 >#52 0x000000080064ecf9 in thread_start (curthread=0x80c27b900) at /usr/src/lib/libthr/thread/thr_create.c:291 >#53 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffdd7f3000 > >Thread 11 (LWP 101417): >#0 _umtx_op () at _umtx_op.S:3 >#1 0x00000008010e4cae in usem_wait (sem=<optimized out>, clock_id=0, rmtp=<optimized out>, flags=<optimized out>, rqtp=<optimized out>) at cancelpoints_sem_new.c:367 >#2 _sem_clockwait_np (sem=<optimized out>, clock_id=0, flags=<optimized out>, rqtp=0x0, rmtp=<optimized out>) at cancelpoints_sem_new.c:426 >#3 0x0000000800ba1ad1 in PyThread_acquire_lock (lock=0x800903720, waitflag=1) at Python/thread_pthread.h:324 >#4 0x0000000800ba8d4f in lock_PyThread_acquire_lock (self=0x8009cc8f0, args=()) at ./Modules/threadmodule.c:52 >#5 0x0000000800ab2aae in PyCFunction_Call (func=<built-in method acquire of thread.lock object at remote 0x8009cc8f0>, arg=(), kw=0x0) at Objects/methodobject.c:81 >#6 0x0000000800b55e9c in call_function (pp_stack=0x7fffddbf1948, oparg=0) at Python/ceval.c:4357 >#7 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809886520, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/gccdeps.py, line 75, in post_run (self=<cc(inputs=[<Nodu at remote 0x80980a410>], position=(231, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['...(truncated), throwflag=0) at Python/ceval.c:2994 >#8 0x0000000800b57d21 in fast_function (func=<function at remote 0x80613d398>, pp_stack=0x7fffddbf1ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#9 0x0000000800b55ffa in call_function (pp_stack=0x7fffddbf1ef8, oparg=0) at Python/ceval.c:4377 >#10 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809859520, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 52, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a410>], position=(231, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#11 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffddbf24a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#12 0x0000000800b55ffa in call_function (pp_stack=0x7fffddbf24a8, oparg=1) at Python/ceval.c:4377 >#13 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc6d210, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34563666944, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc90>) at remote 0x80dce2ed0>, _Thread__name='Thread-10', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb90>) at remote 0x80dce2e50>) at remote 0x80dce2e10>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Ver...(truncated), throwflag=0) at Python/ceval.c:2994 >#14 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffddbf2a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#15 0x0000000800b55ffa in call_function (pp_stack=0x7fffddbf2a58, oparg=0) at Python/ceval.c:4377 >#16 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc6d050, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34563666944, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc90>) at remote 0x80dce2ed0>, _Thread__name='Thread-10', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb90>) at remote 0x80dce2e50>) at remote 0x80dce2e10>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#17 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffddbf3008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#18 0x0000000800b55ffa in call_function (pp_stack=0x7fffddbf3008, oparg=0) at Python/ceval.c:4377 >#19 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098ab020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34563666944, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc90>, _Condition__waiters=[], release=<built-in method release of thread.lock objec---Type <return> to continue, or q <return> to quit--- >t at remote 0x8009ccc90>) at remote 0x80dce2ed0>, _Thread__name='Thread-10', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb90>) at remote 0x80dce2e50>) at remote 0x80dce2e10>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _T...(truncated), throwflag=0) at Python/ceval.c:2994 >#20 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffddbf35b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#21 0x0000000800b55ffa in call_function (pp_stack=0x7fffddbf35b8, oparg=0) at Python/ceval.c:4377 >#22 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc69e50, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34563666944, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc90>) at remote 0x80dce2ed0>, _Thread__name='Thread-10', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb90>) at remote 0x80dce2e50>) at remote 0x80dce2e10>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread_...(truncated), throwflag=0) at Python/ceval.c:2994 >#23 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dce2868, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#24 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563666944, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc90>) at remote 0x80dce2ed0>, _Thread__name='Thread-10', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb90>) at remote 0x80dce2e50>) at remote 0x80dce2e10>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2dd0>,), kw=0x0) > at Objects/funcobject.c:523 >#25 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563666944, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc90>) at remote 0x80dce2ed0>, _Thread__name='Thread-10', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb90>) at remote 0x80dce2e50>) at remote 0x80dce2e10>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2dd0>,), kw=0x0) > at Objects/abstract.c:2547 >#26 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563666944, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc90>) at remote 0x80dce2ed0>, _Thread__name='Thread-10', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccb90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccb90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccb90>) at remote 0x80dce2e50>) at remote 0x80dce2e10>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2dd0>,), kw=0x0) > at Objects/classobject.c:2602 >#27 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc623c0>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#28 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc623c0>, arg=(), kw=0x0) at Python/ceval.c:4226 >#29 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c0808d0) at ./Modules/threadmodule.c:620 >#30 0x000000080064ecf9 in thread_start (curthread=0x80c27b400) at /usr/src/lib/libthr/thread/thr_create.c:291 >#31 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffddbf4000 > >Thread 10 (LWP 101415): >#0 _umtx_op () at _umtx_op.S:3 >#1 0x00000008010e4cae in usem_wait (sem=<optimized out>, clock_id=0, rmtp=<optimized out>, flags=<optimized out>, rqtp=<optimized out>) at cancelpoints_sem_new.c:367 >#2 _sem_clockwait_np (sem=<optimized out>, clock_id=0, flags=<optimized out>, rqtp=0x0, rmtp=<optimized out>) at cancelpoints_sem_new.c:426 >#3 0x0000000800ba1ad1 in PyThread_acquire_lock (lock=0x800903720, waitflag=1) at Python/thread_pthread.h:324 >#4 0x0000000800ba8d4f in lock_PyThread_acquire_lock (self=0x8009cc8f0, args=()) at ./Modules/threadmodule.c:52 >---Type <return> to continue, or q <return> to quit--- >#5 0x0000000800ab2aae in PyCFunction_Call (func=<built-in method acquire of thread.lock object at remote 0x8009cc8f0>, arg=(), kw=0x0) at Objects/methodobject.c:81 >#6 0x0000000800b55e9c in call_function (pp_stack=0x7fffddff2948, oparg=0) at Python/ceval.c:4357 >#7 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8097a1f20, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/gccdeps.py, line 75, in post_run (self=<cc(inputs=[<Nodu at remote 0x80980a3b0>], position=(230, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['...(truncated), throwflag=0) at Python/ceval.c:2994 >#8 0x0000000800b57d21 in fast_function (func=<function at remote 0x80613d398>, pp_stack=0x7fffddff2ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#9 0x0000000800b55ffa in call_function (pp_stack=0x7fffddff2ef8, oparg=0) at Python/ceval.c:4377 >#10 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc61bf0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 52, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a3b0>], position=(230, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#11 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffddff34a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#12 0x0000000800b55ffa in call_function (pp_stack=0x7fffddff34a8, oparg=1) at Python/ceval.c:4377 >#13 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc69c90, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34563665664, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc970>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc970>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc970>) at remote 0x80dce2d90>, _Thread__name='Thread-9', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbb0>) at remote 0x80dce2d10>) at remote 0x80dce2cd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#14 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffddff3a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#15 0x0000000800b55ffa in call_function (pp_stack=0x7fffddff3a58, oparg=0) at Python/ceval.c:4377 >#16 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc69ad0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34563665664, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc970>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc970>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc970>) at remote 0x80dce2d90>, _Thread__name='Thread-9', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbb0>) at remote 0x80dce2d10>) at remote 0x80dce2cd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#17 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffddff4008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#18 0x0000000800b55ffa in call_function (pp_stack=0x7fffddff4008, oparg=0) at Python/ceval.c:4377 >#19 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098a0020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34563665664, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc970>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc970>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc970>) at remote 0x80dce2d90>, _Thread__name='Thread-9', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbb0>) at remote 0x80dce2d10>) at remote 0x80dce2cd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >#20 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffddff45b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#21 0x0000000800b55ffa in call_function (pp_stack=0x7fffddff45b8, oparg=0) at Python/ceval.c:4377 >#22 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc69910, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34563665664, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc970>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc970>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc970>) at remote 0x80dce2d90>, _Thread__name='Thread-9', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbb0>) at remote 0x80dce2d10>) at remote 0x80dce2cd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >---Type <return> to continue, or q <return> to quit--- >#23 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dce2728, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#24 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563665664, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc970>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc970>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc970>) at remote 0x80dce2d90>, _Thread__name='Thread-9', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbb0>) at remote 0x80dce2d10>) at remote 0x80dce2cd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2c90>,), kw=0x0) > at Objects/funcobject.c:523 >#25 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563665664, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc970>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc970>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc970>) at remote 0x80dce2d90>, _Thread__name='Thread-9', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbb0>) at remote 0x80dce2d10>) at remote 0x80dce2cd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2c90>,), kw=0x0) > at Objects/abstract.c:2547 >#26 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563665664, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc970>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc970>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc970>) at remote 0x80dce2d90>, _Thread__name='Thread-9', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbb0>) at remote 0x80dce2d10>) at remote 0x80dce2cd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2c90>,), kw=0x0) > at Objects/classobject.c:2602 >#27 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc62370>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#28 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc62370>, arg=(), kw=0x0) at Python/ceval.c:4226 >#29 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c0808a0) at ./Modules/threadmodule.c:620 >#30 0x000000080064ecf9 in thread_start (curthread=0x80c27af00) at /usr/src/lib/libthr/thread/thr_create.c:291 >#31 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffddff5000 > >Thread 9 (LWP 101414): >#0 _umtx_op () at _umtx_op.S:3 >#1 0x00000008010e4cae in usem_wait (sem=<optimized out>, clock_id=0, rmtp=<optimized out>, flags=<optimized out>, rqtp=<optimized out>) at cancelpoints_sem_new.c:367 >#2 _sem_clockwait_np (sem=<optimized out>, clock_id=0, flags=<optimized out>, rqtp=0x0, rmtp=<optimized out>) at cancelpoints_sem_new.c:426 >#3 0x0000000800ba1ad1 in PyThread_acquire_lock (lock=0x800903090, waitflag=1) at Python/thread_pthread.h:324 >#4 0x0000000800b4793c in PyEval_RestoreThread (tstate=0x80afa9b40) at Python/ceval.c:359 >#5 0x0000000800bb0517 in posix_read (self=0x0, args=(3, 1048576)) at ./Modules/posixmodule.c:6803 >#6 0x0000000800ab2aae in PyCFunction_Call (func=<built-in function read>, arg=(3, 1048576), kw=0x0) at Objects/methodobject.c:81 >#7 0x0000000800b5659c in ext_do_call (func=<built-in function read>, pp_stack=0x7fffde3efe98, flags=1, na=0, nk=0) at Python/ceval.c:4668 >#8 0x0000000800b5230d in PyEval_EvalFrameEx (f=Frame 0x80ddb4050, for file /usr/local/lib/python2.7/subprocess.py, line 121, in _eintr_retry_call (func=<built-in function read>, args=(3, 1048576)), > throwflag=0) at Python/ceval.c:3033 >#9 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803409eb0, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f9db1b8, argcount=3, kws=0x80f9db1d0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#10 0x0000000800b57e25 in fast_function (func=<function at remote 0x8036756e0>, pp_stack=0x7fffde3f06c8, n=3, na=3, nk=0) at Python/ceval.c:4452 >---Type <return> to continue, or q <return> to quit--- >#11 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f06c8, oparg=3) at Python/ceval.c:4377 >#12 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f9daf20, for file /usr/local/lib/python2.7/subprocess.py, line 1001, in _execute_child (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99182, stderr=None, universal_newlines=False) at remote 0x80dc706d0>, args=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefau...(truncated), throwflag=0) at Python/ceval.c:2994 >#13 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803658e30, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f9da268, argcount=18, kws=0x80f9da2f8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#14 0x0000000800b57e25 in fast_function (func=<function at remote 0x803675e60>, pp_stack=0x7fffde3f0ec8, n=18, na=18, nk=0) at Python/ceval.c:4452 >#15 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f0ec8, oparg=17) at Python/ceval.c:4377 >#16 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f9da020, for file /usr/local/lib/python2.7/subprocess.py, line 390, in __init__ (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99182, stderr=None, universal_newlines=False) at remote 0x80dc706d0>, args=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/sour...(truncated), throwflag=0) at Python/ceval.c:2994 >#17 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803658230, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x810a90e78, argcount=2, kws=0x810a9d6f0, kwcount=2, defs=0x803669108, defcount=13, closure=0x0) at Python/ceval.c:3589 >#18 0x0000000800a9006e in function_call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99182, stderr=None, universal_newlines=False) at remote 0x80dc706d0>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#19 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99182, stderr=None, universal_newlines=False) at remote 0x80dc706d0>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#20 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99182, stderr=None, universal_newlines=False) at remote 0x80dc706d0>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/classobject.c:2602 >#21 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc625f0>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', ---Type <return> to continue, or q <return> to quit--- >'-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#22 0x0000000800ae2f1d in slot_tp_init (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99182, stderr=None, universal_newlines=False) at remote 0x80dc706d0>, > args=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kwds={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/typeobject.c:5860 >#23 0x0000000800ada851 in type_call (type=0x803424020, > args=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kwds={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/typeobject.c:765 >#24 0x0000000800a54a07 in PyObject_Call (func=<type at remote 0x803424020>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#25 0x0000000800b565b6 in ext_do_call (func=<type at remote 0x803424020>, pp_stack=0x7fffde3f1ac8, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#26 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x810a9fda8, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 202, in exec_command (s=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/rep...(truncated), throwflag=0) at Python/ceval.c:3033 >#27 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8034001b0, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x80dc706a8, argcount=1, kws=0x810aa9bf0, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#28 0x0000000800a9006e in function_call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#29 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...---Type <return> to continue, or q <return> to quit--- >(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#30 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x80452fb90>, pp_stack=0x7fffde3f2318, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#31 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80986a6a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/print_commands.py, line 23, in exec_command (self=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at ...(truncated), throwflag=0) at Python/ceval.c:3033 >#32 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8060587b0, > globals={'Utils': <module at remote 0x803408168>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x802034610>, 'NameError': <type at remote 0x800e17d40>, 'BytesWarning': <type at ...(truncated), locals=0x0, args=0x80ddc3e78, argcount=2, kws=0x810a90b60, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#33 0x0000000800a9006e in function_call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/funcobject.c:523 >#34 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/abstract.c:2547 >#35 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x801dce668>, pp_stack=0x7fffde3f2b68, flags=3, na=1, nk=0) at Python/ceval.c:4671 >#36 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80986ea20, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 420, in exec_command (self=<cc(inputs=[<Nodu at remote 0x80980a650>], position=(237, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:3033 >#37 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d1b3b0, > globals={'DBFILE': '.wafpickle-7', 'random': <module at remote 0x804631fd8>, 'datetime': <module at remote 0x80205fa98>, 'algotype': 'NORMAL', 'RUN_ME': -3, 'WAFREVISION': '9709M', 'tempfile': <module at remote 0x804631600>, 'TaskGroup': <type at remote 0x802089420>, 'MAXPARALLEL': 'MAXPARALLEL', 'Task': <store_task_type(sig_vars=<function at remote 0x805d6a500>, __module__='Task', add_file_dependency=<function at remote 0x805d6a1b8>, vars=[], scan=None, __str__=<function at remote 0x805d66e60>, sig_implicit_deps=<function at remote 0x805d6a578>, compute_sig_implicit_deps=<function at remote 0x805d6a5f0>, set_inputs=<function at remote 0x805d6a050>, can_retrieve_cache=<function at remote 0x805d6a398>, __init__=<function at remote 0x805d66de8>, post_run=<function at remote 0x805d6a320>, set_outputs=<function at remote 0x805d6a0c8>, display=<function at remote 0x805efe8c0>, set_run_after=<function at remote 0x805d6a140>, sig_explicit_deps=<function at remote 0x805d6a488>, old_display=<instancemethod at remote 0x805caa8...(truncated), locals=0x0, args=0x810a9ae00, argcount=2, kws=0x810a9ae10, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#38 0x0000000800b57e25 in fast_function (func=<function at remote 0x805d668c0>, pp_stack=0x7fffde3f3398, n=4, na=2, nk=1) at Python/ceval.c:4452 >#39 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f3398, oparg=257) at Python/ceval.c:4377 >#40 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x810a9ac50, for file <string>, line 19, in f (task=<cc(inputs=[<Nodu at remote 0x80980a650>], position=(237, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTCC', 'LIBREPLACE_HOSTCC', 'HEIMDAL_VERS_HOSTCC'], samba_abspath='/usr/por...(truncated), throwflag=0) at Python/ceval.c:2994 >---Type <return> to continue, or q <return> to quit--- >#41 0x0000000800b57d21 in fast_function (func=<function at remote 0x805e7c6e0>, pp_stack=0x7fffde3f3948, n=1, na=1, nk=0) at Python/ceval.c:4442 >#42 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f3948, oparg=0) at Python/ceval.c:4377 >#43 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809886f20, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 432, in call_run (self=<cc(inputs=[<Nodu at remote 0x80980a650>], position=(237, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTC...(truncated), throwflag=0) at Python/ceval.c:2994 >#44 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d66a28>, pp_stack=0x7fffde3f3ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#45 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f3ef8, oparg=0) at Python/ceval.c:4377 >#46 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809886a20, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 37, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a650>], position=(237, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#47 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffde3f44a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#48 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f44a8, oparg=1) at Python/ceval.c:4377 >#49 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc69750, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34563664384, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdb0>) at remote 0x80dce2c50>, _Thread__name='Thread-8', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdf0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdf0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdf0>) at remote 0x80dce2bd0>) at remote 0x80dce2b90>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#50 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffde3f4a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#51 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f4a58, oparg=0) at Python/ceval.c:4377 >#52 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc69590, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34563664384, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdb0>) at remote 0x80dce2c50>, _Thread__name='Thread-8', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdf0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdf0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdf0>) at remote 0x80dce2bd0>) at remote 0x80dce2b90>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#53 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffde3f5008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#54 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f5008, oparg=0) at Python/ceval.c:4377 >#55 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809886020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34563664384, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdb0>) at remote 0x80dce2c50>, _Thread__name='Thread-8', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdf0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdf0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdf0>) at remote 0x80dce2bd0>) at remote 0x80dce2b90>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >#56 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffde3f55b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#57 0x0000000800b55ffa in call_function (pp_stack=0x7fffde3f55b8, oparg=0) at Python/ceval.c:4377 >#58 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc693d0, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34563664384, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdb0>) at remote 0x80dce2c50>, _Thread__name='Thread-8', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdf0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdf0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdf0>) at remote 0x80dce2bd0>) at remote 0x80dce2b90>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >---Type <return> to continue, or q <return> to quit--- >#59 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dce2628, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#60 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563664384, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdb0>) at remote 0x80dce2c50>, _Thread__name='Thread-8', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdf0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdf0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdf0>) at remote 0x80dce2bd0>) at remote 0x80dce2b90>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2b50>,), kw=0x0) > at Objects/funcobject.c:523 >#61 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563664384, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdb0>) at remote 0x80dce2c50>, _Thread__name='Thread-8', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdf0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdf0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdf0>) at remote 0x80dce2bd0>) at remote 0x80dce2b90>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2b50>,), kw=0x0) > at Objects/abstract.c:2547 >#62 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563664384, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdb0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdb0>) at remote 0x80dce2c50>, _Thread__name='Thread-8', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccdf0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccdf0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccdf0>) at remote 0x80dce2bd0>) at remote 0x80dce2b90>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2b50>,), kw=0x0) > at Objects/classobject.c:2602 >#63 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc62320>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#64 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc62320>, arg=(), kw=0x0) at Python/ceval.c:4226 >#65 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c080870) at ./Modules/threadmodule.c:620 >#66 0x000000080064ecf9 in thread_start (curthread=0x80c27aa00) at /usr/src/lib/libthr/thread/thr_create.c:291 >#67 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffde3f6000 > >Thread 8 (LWP 101413): >#0 _read () at _read.S:3 >#1 0x0000000800653315 in __thr_read (fd=4, buf=0x811726ea4, nbytes=1048576) at /usr/src/lib/libthr/thread/thr_syscalls.c:420 >#2 0x0000000800bb0509 in posix_read (self=0x0, args=(4, 1048576)) at ./Modules/posixmodule.c:6802 >#3 0x0000000800ab2aae in PyCFunction_Call (func=<built-in function read>, arg=(4, 1048576), kw=0x0) at Objects/methodobject.c:81 >#4 0x0000000800b5659c in ext_do_call (func=<built-in function read>, pp_stack=0x7fffde7f0e98, flags=1, na=0, nk=0) at Python/ceval.c:4668 >#5 0x0000000800b5230d in PyEval_EvalFrameEx (f=Frame 0x80dda19d8, for file /usr/local/lib/python2.7/subprocess.py, line 121, in _eintr_retry_call (func=<built-in function read>, args=(4, 1048576)), > throwflag=0) at Python/ceval.c:3033 >#6 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803409eb0, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f7838b8, argcount=3, kws=0x80f7838d0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#7 0x0000000800b57e25 in fast_function (func=<function at remote 0x8036756e0>, pp_stack=0x7fffde7f16c8, n=3, na=3, nk=0) at Python/ceval.c:4452 >#8 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f16c8, oparg=3) at Python/ceval.c:4377 >#9 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f783620, for file /usr/local/lib/python2.7/subprocess.py, line 1001, in _execute_child (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99184, stderr=None, univ---Type <return> to continue, or q <return> to quit--- >ersal_newlines=False) at remote 0x80dc709d0>, args=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefau...(truncated), throwflag=0) at Python/ceval.c:2994 >#10 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803658e30, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f783268, argcount=18, kws=0x80f7832f8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#11 0x0000000800b57e25 in fast_function (func=<function at remote 0x803675e60>, pp_stack=0x7fffde7f1ec8, n=18, na=18, nk=0) at Python/ceval.c:4452 >#12 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f1ec8, oparg=17) at Python/ceval.c:4377 >#13 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f783020, for file /usr/local/lib/python2.7/subprocess.py, line 390, in __init__ (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99184, stderr=None, universal_newlines=False) at remote 0x80dc709d0>, args=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/sour...(truncated), throwflag=0) at Python/ceval.c:2994 >#14 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803658230, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x810aa30b0, argcount=2, kws=0x80ddca748, kwcount=2, defs=0x803669108, defcount=13, closure=0x0) at Python/ceval.c:3589 >#15 0x0000000800a9006e in function_call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99184, stderr=None, universal_newlines=False) at remote 0x80dc709d0>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#16 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99184, stderr=None, universal_newlines=False) at remote 0x80dc709d0>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#17 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99184, stderr=None, universal_newlines=False) at remote 0x80dc709d0>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/classobject.c:2602 >#18 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc62690>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '----Type <return> to continue, or q <return> to quit--- >Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#19 0x0000000800ae2f1d in slot_tp_init (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99184, stderr=None, universal_newlines=False) at remote 0x80dc709d0>, > args=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kwds={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/typeobject.c:5860 >#20 0x0000000800ada851 in type_call (type=0x803424020, > args=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kwds={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/typeobject.c:765 >#21 0x0000000800a54a07 in PyObject_Call (func=<type at remote 0x803424020>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#22 0x0000000800b565b6 in ext_do_call (func=<type at remote 0x803424020>, pp_stack=0x7fffde7f2ac8, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#23 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80f7e3020, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 202, in exec_command (s=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/rep...(truncated), throwflag=0) at Python/ceval.c:3033 >#24 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8034001b0, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x80dc70268, argcount=1, kws=0x810aa6e30, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#25 0x0000000800a9006e in function_call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#26 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#27 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x80452fb90>, pp_stack=0x7fffde7f3318, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#28 0x0000000800b5230d in PyEval_EvalFrameEx ( >---Type <return> to continue, or q <return> to quit--- > f=Frame 0x810a95238, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/print_commands.py, line 23, in exec_command (self=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at ...(truncated), throwflag=0) at Python/ceval.c:3033 >#29 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8060587b0, > globals={'Utils': <module at remote 0x803408168>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x802034610>, 'NameError': <type at remote 0x800e17d40>, 'BytesWarning': <type at ...(truncated), locals=0x0, args=0x810aa6f98, argcount=2, kws=0x810aa6728, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#30 0x0000000800a9006e in function_call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/funcobject.c:523 >#31 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/abstract.c:2547 >#32 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x801dce668>, pp_stack=0x7fffde7f3b68, flags=3, na=1, nk=0) at Python/ceval.c:4671 >#33 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x8097adf20, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 420, in exec_command (self=<cc(inputs=[<Nodu at remote 0x80980a6b0>], position=(238, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:3033 >#34 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d1b3b0, > globals={'DBFILE': '.wafpickle-7', 'random': <module at remote 0x804631fd8>, 'datetime': <module at remote 0x80205fa98>, 'algotype': 'NORMAL', 'RUN_ME': -3, 'WAFREVISION': '9709M', 'tempfile': <module at remote 0x804631600>, 'TaskGroup': <type at remote 0x802089420>, 'MAXPARALLEL': 'MAXPARALLEL', 'Task': <store_task_type(sig_vars=<function at remote 0x805d6a500>, __module__='Task', add_file_dependency=<function at remote 0x805d6a1b8>, vars=[], scan=None, __str__=<function at remote 0x805d66e60>, sig_implicit_deps=<function at remote 0x805d6a578>, compute_sig_implicit_deps=<function at remote 0x805d6a5f0>, set_inputs=<function at remote 0x805d6a050>, can_retrieve_cache=<function at remote 0x805d6a398>, __init__=<function at remote 0x805d66de8>, post_run=<function at remote 0x805d6a320>, set_outputs=<function at remote 0x805d6a0c8>, display=<function at remote 0x805efe8c0>, set_run_after=<function at remote 0x805d6a140>, sig_explicit_deps=<function at remote 0x805d6a488>, old_display=<instancemethod at remote 0x805caa8...(truncated), locals=0x0, args=0x80f7ff1d0, argcount=2, kws=0x80f7ff1e0, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#35 0x0000000800b57e25 in fast_function (func=<function at remote 0x805d668c0>, pp_stack=0x7fffde7f4398, n=4, na=2, nk=1) at Python/ceval.c:4452 >#36 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f4398, oparg=257) at Python/ceval.c:4377 >#37 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f7ff020, for file <string>, line 19, in f (task=<cc(inputs=[<Nodu at remote 0x80980a6b0>], position=(238, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTCC', 'LIBREPLACE_HOSTCC', 'HEIMDAL_VERS_HOSTCC'], samba_abspath='/usr/por...(truncated), throwflag=0) at Python/ceval.c:2994 >#38 0x0000000800b57d21 in fast_function (func=<function at remote 0x805e7c6e0>, pp_stack=0x7fffde7f4948, n=1, na=1, nk=0) at Python/ceval.c:4442 >#39 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f4948, oparg=0) at Python/ceval.c:4377 >#40 0x0000000800b51fed in PyEval_EvalFrameEx ( >---Type <return> to continue, or q <return> to quit--- > f=Frame 0x80f9b5920, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 432, in call_run (self=<cc(inputs=[<Nodu at remote 0x80980a6b0>], position=(238, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTC...(truncated), throwflag=0) at Python/ceval.c:2994 >#41 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d66a28>, pp_stack=0x7fffde7f4ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#42 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f4ef8, oparg=0) at Python/ceval.c:4377 >#43 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8061be7a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 37, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a6b0>], position=(238, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#44 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffde7f54a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#45 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f54a8, oparg=1) at Python/ceval.c:4377 >#46 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc69210, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34563663104, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce10>) at remote 0x80dce2b10>, _Thread__name='Thread-7', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9b0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9b0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9b0>) at remote 0x80dce2a90>) at remote 0x80dce2a50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#47 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffde7f5a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#48 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f5a58, oparg=0) at Python/ceval.c:4377 >#49 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc69050, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34563663104, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce10>) at remote 0x80dce2b10>, _Thread__name='Thread-7', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9b0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9b0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9b0>) at remote 0x80dce2a90>) at remote 0x80dce2a50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#50 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffde7f6008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#51 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f6008, oparg=0) at Python/ceval.c:4377 >#52 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80986e020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34563663104, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce10>) at remote 0x80dce2b10>, _Thread__name='Thread-7', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9b0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9b0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9b0>) at remote 0x80dce2a90>) at remote 0x80dce2a50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >#53 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffde7f65b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#54 0x0000000800b55ffa in call_function (pp_stack=0x7fffde7f65b8, oparg=0) at Python/ceval.c:4377 >#55 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc66e50, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34563663104, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce10>) at remote 0x80dce2b10>, _Thread__name='Thread-7', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9b0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9b0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9b0>) at remote 0x80dce2a90>) at remote 0x80dce2a50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >#56 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None,---Type <return> to continue, or q <return> to quit--- > '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dce2368, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#57 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563663104, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce10>) at remote 0x80dce2b10>, _Thread__name='Thread-7', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9b0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9b0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9b0>) at remote 0x80dce2a90>) at remote 0x80dce2a50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2a10>,), kw=0x0) > at Objects/funcobject.c:523 >#58 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563663104, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce10>) at remote 0x80dce2b10>, _Thread__name='Thread-7', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9b0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9b0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9b0>) at remote 0x80dce2a90>) at remote 0x80dce2a50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2a10>,), kw=0x0) > at Objects/abstract.c:2547 >#59 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563663104, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce10>) at remote 0x80dce2b10>, _Thread__name='Thread-7', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9b0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9b0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9b0>) at remote 0x80dce2a90>) at remote 0x80dce2a50>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2a10>,), kw=0x0) > at Objects/classobject.c:2602 >#60 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc622d0>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#61 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc622d0>, arg=(), kw=0x0) at Python/ceval.c:4226 >#62 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c080840) at ./Modules/threadmodule.c:620 >#63 0x000000080064ecf9 in thread_start (curthread=0x80c27a500) at /usr/src/lib/libthr/thread/thr_create.c:291 >#64 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffde7f7000 > >Thread 7 (LWP 101412): >#0 _umtx_op () at _umtx_op.S:3 >#1 0x00000008010e4cae in usem_wait (sem=<optimized out>, clock_id=0, rmtp=<optimized out>, flags=<optimized out>, rqtp=<optimized out>) at cancelpoints_sem_new.c:367 >#2 _sem_clockwait_np (sem=<optimized out>, clock_id=0, flags=<optimized out>, rqtp=0x0, rmtp=<optimized out>) at cancelpoints_sem_new.c:426 >#3 0x0000000800ba1ad1 in PyThread_acquire_lock (lock=0x800903090, waitflag=1) at Python/thread_pthread.h:324 >#4 0x0000000800b4793c in PyEval_RestoreThread (tstate=0x80afa99c0) at Python/ceval.c:359 >#5 0x0000000800a8379f in file_read (f=0x80dc8e540, args=()) at Objects/fileobject.c:1087 >#6 0x0000000800ab2aae in PyCFunction_Call (func=<built-in method read of file object at remote 0x80dc8e540>, arg=(), kw=0x0) at Objects/methodobject.c:81 >#7 0x0000000800b55e9c in call_function (pp_stack=0x7fffdebf5148, oparg=0) at Python/ceval.c:4357 >#8 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x810a9e250, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 166, in readf (fname='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal/lib/asn1/gen_copy_130.d', m='r', encoding='ISO8859-1', f=<file at remote 0x80dc8e540>), throwflag=0) at Python/ceval.c:2994 >#9 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8033e3e30, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x8020ab078, argcount=1, kws=0x8020ab080, kwcount=0, defs=0x802042a88, defcount=2, closure=0x0) at Python/ceval.c:3589 >#10 0x0000000800b57e25 in fast_function (func=<function at remote 0x80452fa28>, pp_stack=0x7fffdebf5948, n=1, na=1, nk=0) at Python/ceval.c:4452 >#11 0x0000000800b55ffa in call_function (pp_stack=0x7fffdebf5948, oparg=1) at Python/ceval.c:4377 >#12 0x0000000800b51fed in PyEval_EvalFrameEx ( >---Type <return> to continue, or q <return> to quit--- > f=Frame 0x8020aaea0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/gccdeps.py, line 47, in post_run (self=<cc(inputs=[<Nodu at remote 0x80980a350>], position=(229, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['...(truncated), throwflag=0) at Python/ceval.c:2994 >#13 0x0000000800b57d21 in fast_function (func=<function at remote 0x80613d398>, pp_stack=0x7fffdebf5ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#14 0x0000000800b55ffa in call_function (pp_stack=0x7fffdebf5ef8, oparg=0) at Python/ceval.c:4377 >#15 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80984f7a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 52, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a350>], position=(229, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#16 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffdebf64a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#17 0x0000000800b55ffa in call_function (pp_stack=0x7fffdebf64a8, oparg=1) at Python/ceval.c:4377 >#18 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc66c90, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34563661824, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbd0>) at remote 0x80dce29d0>, _Thread__name='Thread-6', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc10>) at remote 0x80dce2950>) at remote 0x80dce2910>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#19 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffdebf6a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#20 0x0000000800b55ffa in call_function (pp_stack=0x7fffdebf6a58, oparg=0) at Python/ceval.c:4377 >#21 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc66ad0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34563661824, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbd0>) at remote 0x80dce29d0>, _Thread__name='Thread-6', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc10>) at remote 0x80dce2950>) at remote 0x80dce2910>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#22 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffdebf7008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#23 0x0000000800b55ffa in call_function (pp_stack=0x7fffdebf7008, oparg=0) at Python/ceval.c:4377 >#24 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809869020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34563661824, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbd0>) at remote 0x80dce29d0>, _Thread__name='Thread-6', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc10>) at remote 0x80dce2950>) at remote 0x80dce2910>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >#25 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffdebf75b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#26 0x0000000800b55ffa in call_function (pp_stack=0x7fffdebf75b8, oparg=0) at Python/ceval.c:4377 >#27 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc66910, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34563661824, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbd0>) at remote 0x80dce29d0>, _Thread__name='Thread-6', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc10>) at remote 0x80dce2950>) at remote 0x80dce2910>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >#28 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None,---Type <return> to continue, or q <return> to quit--- > '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dce22e8, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#29 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563661824, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbd0>) at remote 0x80dce29d0>, _Thread__name='Thread-6', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc10>) at remote 0x80dce2950>) at remote 0x80dce2910>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce28d0>,), kw=0x0) > at Objects/funcobject.c:523 >#30 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563661824, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbd0>) at remote 0x80dce29d0>, _Thread__name='Thread-6', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc10>) at remote 0x80dce2950>) at remote 0x80dce2910>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce28d0>,), kw=0x0) > at Objects/abstract.c:2547 >#31 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34563661824, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccbd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccbd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccbd0>) at remote 0x80dce29d0>, _Thread__name='Thread-6', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc10>) at remote 0x80dce2950>) at remote 0x80dce2910>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce28d0>,), kw=0x0) > at Objects/classobject.c:2602 >#32 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc62280>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#33 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc62280>, arg=(), kw=0x0) at Python/ceval.c:4226 >#34 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c080810) at ./Modules/threadmodule.c:620 >#35 0x000000080064ecf9 in thread_start (curthread=0x80c27a000) at /usr/src/lib/libthr/thread/thr_create.c:291 >#36 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffdebf8000 > >Thread 6 (LWP 101410): >#0 _wait4 () at _wait4.S:3 >#1 0x00000008006536ab in __thr_wait4 (pid=99174, status=0x7fffdf3f4aac, options=0, rusage=0x0) at /usr/src/lib/libthr/thread/thr_syscalls.c:581 >#2 0x0000000800bafd22 in posix_waitpid (self=0x0, args=(99174, 0)) at ./Modules/posixmodule.c:6265 >#3 0x0000000800ab2aae in PyCFunction_Call (func=<built-in function waitpid>, arg=(99174, 0), kw=0x0) at Objects/methodobject.c:81 >#4 0x0000000800b5659c in ext_do_call (func=<built-in function waitpid>, pp_stack=0x7fffdf3f4d18, flags=1, na=0, nk=0) at Python/ceval.c:4668 >#5 0x0000000800b5230d in PyEval_EvalFrameEx (f=Frame 0x80dda1da8, for file /usr/local/lib/python2.7/subprocess.py, line 121, in _eintr_retry_call (func=<built-in function waitpid>, args=(99174, 0)), > throwflag=0) at Python/ceval.c:3033 >#6 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803409eb0, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f9b57c0, argcount=3, kws=0x80f9b57d8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#7 0x0000000800b57e25 in fast_function (func=<function at remote 0x8036756e0>, pp_stack=0x7fffdf3f5548, n=3, na=3, nk=0) at Python/ceval.c:4452 >#8 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f5548, oparg=3) at Python/ceval.c:4377 >#9 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f9b5620, for file /usr/local/lib/python2.7/subprocess.py, line 1077, in wait (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99174, stderr=None, universal_newlines=False) at remote 0x80dc701d0>), throwflag=0) at Python/ceval.c:2994 >#10 0x0000000800b57d21 in fast_function (func=<function at remote 0x803678050>, pp_stack=0x7fffdf3f5af8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#11 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f5af8, oparg=0) at Python/ceval.c:4377 >---Type <return> to continue, or q <return> to quit--- >#12 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8056165f0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 203, in exec_command (s=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/rep...(truncated), throwflag=0) at Python/ceval.c:2994 >#13 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8034001b0, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x80dc708a8, argcount=1, kws=0x810aa6a40, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#14 0x0000000800a9006e in function_call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#15 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#16 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x80452fb90>, pp_stack=0x7fffdf3f6318, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#17 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80a7e9fa0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/print_commands.py, line 23, in exec_command (self=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at ...(truncated), throwflag=0) at Python/ceval.c:3033 >#18 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8060587b0, > globals={'Utils': <module at remote 0x803408168>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x802034610>, 'NameError': <type at remote 0x800e17d40>, 'BytesWarning': <type at ...(truncated), locals=0x0, args=0x810a9b968, argcount=2, kws=0x810a9b848, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#19 0x0000000800a9006e in function_call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/funcobject.c:523 >#20 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_a---Type <return> to continue, or q <return> to quit--- >bspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/abstract.c:2547 >#21 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x801dce668>, pp_stack=0x7fffdf3f6b68, flags=3, na=1, nk=0) at Python/ceval.c:4671 >#22 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80f973620, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 420, in exec_command (self=<cc(inputs=[<Nodu at remote 0x80980a4d0>], position=(233, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:3033 >#23 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d1b3b0, > globals={'DBFILE': '.wafpickle-7', 'random': <module at remote 0x804631fd8>, 'datetime': <module at remote 0x80205fa98>, 'algotype': 'NORMAL', 'RUN_ME': -3, 'WAFREVISION': '9709M', 'tempfile': <module at remote 0x804631600>, 'TaskGroup': <type at remote 0x802089420>, 'MAXPARALLEL': 'MAXPARALLEL', 'Task': <store_task_type(sig_vars=<function at remote 0x805d6a500>, __module__='Task', add_file_dependency=<function at remote 0x805d6a1b8>, vars=[], scan=None, __str__=<function at remote 0x805d66e60>, sig_implicit_deps=<function at remote 0x805d6a578>, compute_sig_implicit_deps=<function at remote 0x805d6a5f0>, set_inputs=<function at remote 0x805d6a050>, can_retrieve_cache=<function at remote 0x805d6a398>, __init__=<function at remote 0x805d66de8>, post_run=<function at remote 0x805d6a320>, set_outputs=<function at remote 0x805d6a0c8>, display=<function at remote 0x805efe8c0>, set_run_after=<function at remote 0x805d6a140>, sig_explicit_deps=<function at remote 0x805d6a488>, old_display=<instancemethod at remote 0x805caa8...(truncated), locals=0x0, args=0x810a9a800, argcount=2, kws=0x810a9a810, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#24 0x0000000800b57e25 in fast_function (func=<function at remote 0x805d668c0>, pp_stack=0x7fffdf3f7398, n=4, na=2, nk=1) at Python/ceval.c:4452 >#25 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f7398, oparg=257) at Python/ceval.c:4377 >#26 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x810a9a650, for file <string>, line 19, in f (task=<cc(inputs=[<Nodu at remote 0x80980a4d0>], position=(233, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTCC', 'LIBREPLACE_HOSTCC', 'HEIMDAL_VERS_HOSTCC'], samba_abspath='/usr/por...(truncated), throwflag=0) at Python/ceval.c:2994 >#27 0x0000000800b57d21 in fast_function (func=<function at remote 0x805e7c6e0>, pp_stack=0x7fffdf3f7948, n=1, na=1, nk=0) at Python/ceval.c:4442 >#28 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f7948, oparg=0) at Python/ceval.c:4377 >#29 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80a7ea220, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 432, in call_run (self=<cc(inputs=[<Nodu at remote 0x80980a4d0>], position=(233, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTC...(truncated), throwflag=0) at Python/ceval.c:2994 >#30 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d66a28>, pp_stack=0x7fffdf3f7ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#31 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f7ef8, oparg=0) at Python/ceval.c:4377 >#32 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098a02a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 37, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a4d0>], position=(233, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#33 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffdf3f84a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#34 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f84a8, oparg=1) at Python/ceval.c:4377 >#35 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc66210, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34534950400, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce90>) at remote 0x80dce2750>, _Thread__name='Thread-4', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc50>) at remote 0x80dce26d0>) at remote 0x80dce2690>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >---Type <return> to continue, or q <return> to quit--- >#36 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffdf3f8a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#37 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f8a58, oparg=0) at Python/ceval.c:4377 >#38 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc66050, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34534950400, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce90>) at remote 0x80dce2750>, _Thread__name='Thread-4', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc50>) at remote 0x80dce26d0>) at remote 0x80dce2690>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#39 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffdf3f9008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#40 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f9008, oparg=0) at Python/ceval.c:4377 >#41 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80984f020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34534950400, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce90>) at remote 0x80dce2750>, _Thread__name='Thread-4', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc50>) at remote 0x80dce26d0>) at remote 0x80dce2690>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >#42 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffdf3f95b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#43 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf3f95b8, oparg=0) at Python/ceval.c:4377 >#44 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc64e50, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34534950400, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce90>) at remote 0x80dce2750>, _Thread__name='Thread-4', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc50>) at remote 0x80dce26d0>) at remote 0x80dce2690>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >#45 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dc46da8, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#46 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534950400, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce90>) at remote 0x80dce2750>, _Thread__name='Thread-4', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc50>) at remote 0x80dce26d0>) at remote 0x80dce2690>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2250>,), kw=0x0) > at Objects/funcobject.c:523 >#47 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534950400, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce90>) at remote 0x80dce2750>, _Thread__name='Thread-4', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc50>) at remote 0x80dce26d0>) at remote 0x80dce2690>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2250>,), kw=0x0) > at Objects/abstract.c:2547 >#48 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534950400, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce90>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce90>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce90>) at remote 0x80dce2750>, _Thread__name='Thread-4', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccc50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccc50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccc50>) at remote 0x80dce26d0>) at remote 0x80dce2690>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2250>,), kw=0x0) >---Type <return> to continue, or q <return> to quit--- > at Objects/classobject.c:2602 >#49 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc3afa0>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#50 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc3afa0>, arg=(), kw=0x0) at Python/ceval.c:4226 >#51 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c0807b0) at ./Modules/threadmodule.c:620 >#52 0x000000080064ecf9 in thread_start (curthread=0x80a718600) at /usr/src/lib/libthr/thread/thr_create.c:291 >#53 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffdf3fa000 > >Thread 5 (LWP 101409): >#0 _read () at _read.S:3 >#1 0x0000000800653315 in __thr_read (fd=6, buf=0x8115e5e24, nbytes=1048576) at /usr/src/lib/libthr/thread/thr_syscalls.c:420 >#2 0x0000000800bb0509 in posix_read (self=0x0, args=(6, 1048576)) at ./Modules/posixmodule.c:6802 >#3 0x0000000800ab2aae in PyCFunction_Call (func=<built-in function read>, arg=(6, 1048576), kw=0x0) at Objects/methodobject.c:81 >#4 0x0000000800b5659c in ext_do_call (func=<built-in function read>, pp_stack=0x7fffdf7f4e98, flags=1, na=0, nk=0) at Python/ceval.c:4668 >#5 0x0000000800b5230d in PyEval_EvalFrameEx (f=Frame 0x8061c0320, for file /usr/local/lib/python2.7/subprocess.py, line 121, in _eintr_retry_call (func=<built-in function read>, args=(6, 1048576)), > throwflag=0) at Python/ceval.c:3033 >#6 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803409eb0, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f6724b8, argcount=3, kws=0x80f6724d0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#7 0x0000000800b57e25 in fast_function (func=<function at remote 0x8036756e0>, pp_stack=0x7fffdf7f56c8, n=3, na=3, nk=0) at Python/ceval.c:4452 >#8 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7f56c8, oparg=3) at Python/ceval.c:4377 >#9 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f672220, for file /usr/local/lib/python2.7/subprocess.py, line 1001, in _execute_child (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99176, stderr=None, universal_newlines=False) at remote 0x80dc70950>, args=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefau...(truncated), throwflag=0) at Python/ceval.c:2994 >#10 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803658e30, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f9dab68, argcount=18, kws=0x80f9dabf8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#11 0x0000000800b57e25 in fast_function (func=<function at remote 0x803675e60>, pp_stack=0x7fffdf7f5ec8, n=18, na=18, nk=0) at Python/ceval.c:4452 >#12 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7f5ec8, oparg=17) at Python/ceval.c:4377 >#13 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f9da920, for file /usr/local/lib/python2.7/subprocess.py, line 390, in __init__ (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99176, stderr=None, universal_newlines=False) at remote 0x80dc70950>, args=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/sour...(truncated), throwflag=0) at Python/ceval.c:2994 >#14 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803658230, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\---Type <return> to continue, or q <return> to quit--- >n...(truncated), locals=0x0, args=0x810aa3c80, argcount=2, kws=0x810a9dd78, kwcount=2, defs=0x803669108, defcount=13, closure=0x0) at Python/ceval.c:3589 >#15 0x0000000800a9006e in function_call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99176, stderr=None, universal_newlines=False) at remote 0x80dc70950>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#16 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99176, stderr=None, universal_newlines=False) at remote 0x80dc70950>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#17 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x803675a28>, > arg=(<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99176, stderr=None, universal_newlines=False) at remote 0x80dc70950>, ['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', ...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/classobject.c:2602 >#18 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc62550>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#19 0x0000000800ae2f1d in slot_tp_init (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99176, stderr=None, universal_newlines=False) at remote 0x80dc70950>, > args=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kwds={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/typeobject.c:5860 >#20 0x0000000800ada851 in type_call (type=0x803424020, > args=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kwds={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/typeobject.c:765 >#21 0x0000000800a54a07 in PyObject_Call (func=<type at remote 0x803424020>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'shell': False, 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#22 0x0000000800b565b6 in ext_do_call (func=<type at remote 0x803424020>, pp_stack=0x7fffdf7f6ac8, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#23 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x8098a07a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 202, in exec_command (s=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '---Type <return> to continue, or q <return> to quit--- >-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/rep...(truncated), throwflag=0) at Python/ceval.c:3033 >#24 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8034001b0, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x80dc70a28, argcount=1, kws=0x810aa39f8, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#25 0x0000000800a9006e in function_call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#26 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#27 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x80452fb90>, pp_stack=0x7fffdf7f7318, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#28 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80dda1bc0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/print_commands.py, line 23, in exec_command (self=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at ...(truncated), throwflag=0) at Python/ceval.c:3033 >#29 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8060587b0, > globals={'Utils': <module at remote 0x803408168>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x802034610>, 'NameError': <type at remote 0x800e17d40>, 'BytesWarning': <type at ...(truncated), locals=0x0, args=0x810aa36e0, argcount=2, kws=0x810aa3848, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#30 0x0000000800a9006e in function_call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/funcobject.c:523 >#31 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/abstract.c:2547 >---Type <return> to continue, or q <return> to quit--- >#32 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x801dce668>, pp_stack=0x7fffdf7f7b68, flags=3, na=1, nk=0) at Python/ceval.c:4671 >#33 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80dc6cde0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 420, in exec_command (self=<cc(inputs=[<Nodu at remote 0x80980a530>], position=(234, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:3033 >#34 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d1b3b0, > globals={'DBFILE': '.wafpickle-7', 'random': <module at remote 0x804631fd8>, 'datetime': <module at remote 0x80205fa98>, 'algotype': 'NORMAL', 'RUN_ME': -3, 'WAFREVISION': '9709M', 'tempfile': <module at remote 0x804631600>, 'TaskGroup': <type at remote 0x802089420>, 'MAXPARALLEL': 'MAXPARALLEL', 'Task': <store_task_type(sig_vars=<function at remote 0x805d6a500>, __module__='Task', add_file_dependency=<function at remote 0x805d6a1b8>, vars=[], scan=None, __str__=<function at remote 0x805d66e60>, sig_implicit_deps=<function at remote 0x805d6a578>, compute_sig_implicit_deps=<function at remote 0x805d6a5f0>, set_inputs=<function at remote 0x805d6a050>, can_retrieve_cache=<function at remote 0x805d6a398>, __init__=<function at remote 0x805d66de8>, post_run=<function at remote 0x805d6a320>, set_outputs=<function at remote 0x805d6a0c8>, display=<function at remote 0x805efe8c0>, set_run_after=<function at remote 0x805d6a140>, sig_explicit_deps=<function at remote 0x805d6a488>, old_display=<instancemethod at remote 0x805caa8...(truncated), locals=0x0, args=0x80a7e9ed0, argcount=2, kws=0x80a7e9ee0, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#35 0x0000000800b57e25 in fast_function (func=<function at remote 0x805d668c0>, pp_stack=0x7fffdf7f8398, n=4, na=2, nk=1) at Python/ceval.c:4452 >#36 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7f8398, oparg=257) at Python/ceval.c:4377 >#37 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80a7e9d20, for file <string>, line 19, in f (task=<cc(inputs=[<Nodu at remote 0x80980a530>], position=(234, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTCC', 'LIBREPLACE_HOSTCC', 'HEIMDAL_VERS_HOSTCC'], samba_abspath='/usr/por...(truncated), throwflag=0) at Python/ceval.c:2994 >#38 0x0000000800b57d21 in fast_function (func=<function at remote 0x805e7c6e0>, pp_stack=0x7fffdf7f8948, n=1, na=1, nk=0) at Python/ceval.c:4442 >#39 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7f8948, oparg=0) at Python/ceval.c:4377 >#40 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80670c820, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 432, in call_run (self=<cc(inputs=[<Nodu at remote 0x80980a530>], position=(234, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTC...(truncated), throwflag=0) at Python/ceval.c:2994 >#41 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d66a28>, pp_stack=0x7fffdf7f8ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#42 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7f8ef8, oparg=0) at Python/ceval.c:4377 >#43 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x805fe0a50, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 37, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a530>], position=(234, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#44 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffdf7f94a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#45 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7f94a8, oparg=1) at Python/ceval.c:4377 >#46 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc64c90, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34534949120, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cca30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cca30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cca30>) at remote 0x80dce2650>, _Thread__name='Thread-3', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cced0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cced0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cced0>) at remote 0x80dce25d0>) at remote 0x80dce2290>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#47 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffdf7f9a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#48 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7f9a58, oparg=0) at Python/ceval.c:4377 >#49 0x0000000800b51fed in PyEval_EvalFrameEx ( >---Type <return> to continue, or q <return> to quit--- > f=Frame 0x80dc64ad0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34534949120, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cca30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cca30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cca30>) at remote 0x80dce2650>, _Thread__name='Thread-3', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cced0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cced0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cced0>) at remote 0x80dce25d0>) at remote 0x80dce2290>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#50 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffdf7fa008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#51 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7fa008, oparg=0) at Python/ceval.c:4377 >#52 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8097ad020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34534949120, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cca30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cca30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cca30>) at remote 0x80dce2650>, _Thread__name='Thread-3', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cced0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cced0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cced0>) at remote 0x80dce25d0>) at remote 0x80dce2290>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >#53 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffdf7fa5b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#54 0x0000000800b55ffa in call_function (pp_stack=0x7fffdf7fa5b8, oparg=0) at Python/ceval.c:4377 >#55 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc64910, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34534949120, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cca30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cca30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cca30>) at remote 0x80dce2650>, _Thread__name='Thread-3', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cced0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cced0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cced0>) at remote 0x80dce25d0>) at remote 0x80dce2290>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >#56 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dc46ca8, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#57 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534949120, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cca30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cca30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cca30>) at remote 0x80dce2650>, _Thread__name='Thread-3', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cced0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cced0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cced0>) at remote 0x80dce25d0>) at remote 0x80dce2290>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2310>,), kw=0x0) > at Objects/funcobject.c:523 >#58 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534949120, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cca30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cca30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cca30>) at remote 0x80dce2650>, _Thread__name='Thread-3', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cced0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cced0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cced0>) at remote 0x80dce25d0>) at remote 0x80dce2290>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2310>,), kw=0x0) > at Objects/abstract.c:2547 >#59 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534949120, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cca30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cca30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cca30>) at remote 0x80dce2650>, _Thread__name='Thread-3', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cced0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cced0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cced0>) at remote 0x80dce25d0>) at remote 0x80dce2290>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2310>,), kw=0x0) > at Objects/classobject.c:2602 >#60 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc3aeb0>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#61 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc3aeb0>, arg=(), kw=0x0) at Python/ceval.c:4226 >---Type <return> to continue, or q <return> to quit--- >#62 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c080780) at ./Modules/threadmodule.c:620 >#63 0x000000080064ecf9 in thread_start (curthread=0x80a718100) at /usr/src/lib/libthr/thread/thr_create.c:291 >#64 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffdf7fb000 > >Thread 4 (LWP 101408): >#0 _umtx_op () at _umtx_op.S:3 >#1 0x00000008010e4cae in usem_wait (sem=<optimized out>, clock_id=0, rmtp=<optimized out>, flags=<optimized out>, rqtp=<optimized out>) at cancelpoints_sem_new.c:367 >#2 _sem_clockwait_np (sem=<optimized out>, clock_id=0, flags=<optimized out>, rqtp=0x0, rmtp=<optimized out>) at cancelpoints_sem_new.c:426 >#3 0x0000000800ba1ad1 in PyThread_acquire_lock (lock=0x800903090, waitflag=1) at Python/thread_pthread.h:324 >#4 0x0000000800b4793c in PyEval_RestoreThread (tstate=0x80afa96c0) at Python/ceval.c:359 >#5 0x0000000800a801b1 in open_the_file (f=0x80dc8e9c0, name=0x80f640000 "/usr/ports/net/samba47/work/samba-4.7.4/source4/heimdal/lib/asn1/symbol.h", mode=0x801df0f54 "rb") at Objects/fileobject.c:375 >#6 0x0000000800a81b55 in file_init (self=<file at remote 0x80dc8e9c0>, args=('/usr/ports/net/samba47/work/samba-4.7.4/source4/heimdal/lib/asn1/symbol.h', 'rb'), kwds=0x0) at Objects/fileobject.c:2429 >#7 0x0000000800ada851 in type_call (type=0x800e1baf0 <PyFile_Type>, args=('/usr/ports/net/samba47/work/samba-4.7.4/source4/heimdal/lib/asn1/symbol.h', 'rb'), kwds=0x0) at Objects/typeobject.c:765 >#8 0x0000000800a54a07 in PyObject_Call (func=<type at remote 0x800e1baf0>, arg=('/usr/ports/net/samba47/work/samba-4.7.4/source4/heimdal/lib/asn1/symbol.h', 'rb'), kw=0x0) at Objects/abstract.c:2547 >#9 0x0000000800b42ceb in builtin_open (self=0x0, args=('/usr/ports/net/samba47/work/samba-4.7.4/source4/heimdal/lib/asn1/symbol.h', 'rb'), kwds=0x0) at Python/bltinmodule.c:1505 >#10 0x0000000800ab2ace in PyCFunction_Call (func=<built-in function open>, arg=('/usr/ports/net/samba47/work/samba-4.7.4/source4/heimdal/lib/asn1/symbol.h', 'rb'), kw=0x0) at Objects/methodobject.c:85 >#11 0x0000000800b55e9c in call_function (pp_stack=0x7fffdfbf8de8, oparg=2) at Python/ceval.c:4357 >#12 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80986a420, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 139, in h_file (filename='/usr/ports/net/samba47/work/samba-4.7.4/source4/heimdal/lib/asn1/symbol.h'), throwflag=0) at Python/ceval.c:2994 >#13 0x0000000800b57d21 in fast_function (func=<function at remote 0x80452f9b0>, pp_stack=0x7fffdfbf9398, n=1, na=1, nk=0) at Python/ceval.c:4442 >#14 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfbf9398, oparg=1) at Python/ceval.c:4377 >#15 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x806288320, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Node.py, line 183, in find_resource (self=<Nodu at remote 0x80611efb0>, lst=['source4', 'heimdal', 'lib', 'asn1', 'symbol.h'], parent=<Nodu at remote 0x80aad2350>, name='symbol.h', node=None, tree=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_ext...(truncated), throwflag=0) at Python/ceval.c:2994 >#16 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d56cf8>, pp_stack=0x7fffdfbf9948, n=2, na=2, nk=0) at Python/ceval.c:4442 >#17 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfbf9948, oparg=1) at Python/ceval.c:4377 >#18 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098867a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/gccdeps.py, line 77, in post_run (self=<cc(inputs=[<Nodu at remote 0x80980a290>], position=(227, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['...(truncated), throwflag=0) at Python/ceval.c:2994 >#19 0x0000000800b57d21 in fast_function (func=<function at remote 0x80613d398>, pp_stack=0x7fffdfbf9ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#20 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfbf9ef8, oparg=0) at Python/ceval.c:4377 >#21 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098862a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 52, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a290>], position=(227, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#22 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffdfbfa4a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#23 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfbfa4a8, oparg=1) at Python/ceval.c:4377 >#24 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc64750, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34534947840, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf30>) at remote 0x80dce21d0>, _Thread__name='Thread-2', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Con---Type <return> to continue, or q <return> to quit--- >dition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9d0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9d0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9d0>) at remote 0x80dce2150>) at remote 0x80dce2110>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#25 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffdfbfaa58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#26 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfbfaa58, oparg=0) at Python/ceval.c:4377 >#27 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc64590, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34534947840, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf30>) at remote 0x80dce21d0>, _Thread__name='Thread-2', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9d0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9d0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9d0>) at remote 0x80dce2150>) at remote 0x80dce2110>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#28 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffdfbfb008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#29 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfbfb008, oparg=0) at Python/ceval.c:4377 >#30 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8097a1020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34534947840, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf30>) at remote 0x80dce21d0>, _Thread__name='Thread-2', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9d0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9d0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9d0>) at remote 0x80dce2150>) at remote 0x80dce2110>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >#31 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffdfbfb5b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#32 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfbfb5b8, oparg=0) at Python/ceval.c:4377 >#33 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809918240, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34534947840, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf30>) at remote 0x80dce21d0>, _Thread__name='Thread-2', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9d0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9d0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9d0>) at remote 0x80dce2150>) at remote 0x80dce2110>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >#34 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dc46e28, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#35 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534947840, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf30>) at remote 0x80dce21d0>, _Thread__name='Thread-2', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9d0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9d0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9d0>) at remote 0x80dce2150>) at remote 0x80dce2110>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce20d0>,), kw=0x0) > at Objects/funcobject.c:523 >#36 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534947840, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf30>) at remote 0x80dce21d0>, _Thread__name='Thread-2', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9d0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9d0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9d0>) at remote 0x80dce2150>) at remote 0x80dce2110>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce20d0>,), kw=0x0) > at Objects/abstract.c:2547 >#37 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534947840, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf30>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf30>) at remote 0x80dce21d0>, _Thread__name='Thread-2', _Thread__daemonic=1, _Thr---Type <return> to continue, or q <return> to quit--- >ead__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cc9d0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cc9d0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cc9d0>) at remote 0x80dce2150>) at remote 0x80dce2110>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce20d0>,), kw=0x0) > at Objects/classobject.c:2602 >#38 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc3ae60>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#39 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc3ae60>, arg=(), kw=0x0) at Python/ceval.c:4226 >#40 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c080750) at ./Modules/threadmodule.c:620 >#41 0x000000080064ecf9 in thread_start (curthread=0x80a717c00) at /usr/src/lib/libthr/thread/thr_create.c:291 >#42 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffdfbfc000 > >Thread 3 (LWP 101407): >#0 _umtx_op () at _umtx_op.S:3 >#1 0x00000008010e4cae in usem_wait (sem=<optimized out>, clock_id=0, rmtp=<optimized out>, flags=<optimized out>, rqtp=<optimized out>) at cancelpoints_sem_new.c:367 >#2 _sem_clockwait_np (sem=<optimized out>, clock_id=0, flags=<optimized out>, rqtp=0x0, rmtp=<optimized out>) at cancelpoints_sem_new.c:426 >#3 0x0000000800ba1ad1 in PyThread_acquire_lock (lock=0x800903090, waitflag=1) at Python/thread_pthread.h:324 >#4 0x0000000800b4793c in PyEval_RestoreThread (tstate=0x80afa9600) at Python/ceval.c:359 >#5 0x0000000800bafd2e in posix_waitpid (self=0x0, args=(99172, 0)) at ./Modules/posixmodule.c:6266 >#6 0x0000000800ab2aae in PyCFunction_Call (func=<built-in function waitpid>, arg=(99172, 0), kw=0x0) at Objects/methodobject.c:81 >#7 0x0000000800b5659c in ext_do_call (func=<built-in function waitpid>, pp_stack=0x7fffdfff7d18, flags=1, na=0, nk=0) at Python/ceval.c:4668 >#8 0x0000000800b5230d in PyEval_EvalFrameEx (f=Frame 0x8097adca0, for file /usr/local/lib/python2.7/subprocess.py, line 121, in _eintr_retry_call (func=<built-in function waitpid>, args=(99172, 0)), > throwflag=0) at Python/ceval.c:3033 >#9 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x803409eb0, > globals={'STDOUT': -2, '_has_poll': True, 'gc': <module at remote 0x8034081a0>, 'check_call': <function at remote 0x803675848>, 'mswindows': False, 'select': <module at remote 0x80365d440>, 'list2cmdline': <function at remote 0x803675938>, '__all__': ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'check_output', 'CalledProcessError'], 'errno': <module at remote 0x8009d6be8>, '_demo_posix': <function at remote 0x8036759b0>, '__package__': None, 'PIPE': -1, '_cleanup': <function at remote 0x803675668>, '_eintr_retry_call': <function at remote 0x8036756e0>, 'call': <function at remote 0x8036757d0>, '__doc__': 'Subprocesses with accessible I/O streams\n\nThis module allows you to spawn processes, connect to their\ninput/output/error pipes, and obtain their return codes.\n\nFor a complete description of this module see the Python documentation.\n\nMain API\n========\ncall(...): Runs a command, waits for it to complete, then returns\n the return code.\ncheck_call(...): Same as call() but raises CalledProcessError()\n...(truncated), locals=0x0, args=0x80f9b51c0, argcount=3, kws=0x80f9b51d8, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#10 0x0000000800b57e25 in fast_function (func=<function at remote 0x8036756e0>, pp_stack=0x7fffdfff8548, n=3, na=3, nk=0) at Python/ceval.c:4452 >#11 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfff8548, oparg=3) at Python/ceval.c:4377 >#12 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f9b5020, for file /usr/local/lib/python2.7/subprocess.py, line 1077, in wait (self=<Popen(_child_created=True, returncode=None, stdout=None, stdin=None, pid=99172, stderr=None, universal_newlines=False) at remote 0x80dc70910>), throwflag=0) at Python/ceval.c:2994 >#13 0x0000000800b57d21 in fast_function (func=<function at remote 0x803678050>, pp_stack=0x7fffdfff8af8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#14 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfff8af8, oparg=0) at Python/ceval.c:4377 >#15 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8097a17a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 203, in exec_command (s=['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/rep...(truncated), throwflag=0) at Python/ceval.c:2994 >#16 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8034001b0, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x80dc70428, argcount=1, kws=0x810aa6f08, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#17 0x0000000800a9006e in function_call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault---Type <return> to continue, or q <return> to quit--- >/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/funcobject.c:523 >#18 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x80452fb90>, > arg=(['cc', '-pipe', '-g', '-ggdb', '-gdwarf-2', '-gstrict-dwarf', '-DLIBICONV_PLUG', '-fno-color-diagnostics', '-D_FUNCTION_DEF', '-g', '-fstack-protector', '-DLDAP_DEPRECATED', '-fno-strict-aliasing', '-fno-omit-frame-pointer', '-DSOCKET_WRAPPER_DISABLE=1', '-D_SAMBA_HOSTCC_', '-fPIC', '-D_REENTRANT', '-D_POSIX_PTHREAD_SEMANTICS', '-DSTATIC_asn1_compile_MODULES=NULL', '-DSTATIC_asn1_compile_MODULES_PROTO=extern void __asn1_compile_dummy_module_proto(void)', '-MD', '-Idefault/source4/heimdal_build', '-I../source4/heimdal_build', '-Idefault/source4/heimdal/lib/asn1', '-I../source4/heimdal/lib/asn1', '-Idefault/include/public', '-I../include/public', '-Idefault/source4', '-I../source4', '-Idefault/lib', '-I../lib', '-Idefault/source4/lib', '-I../source4/lib', '-Idefault/source4/include', '-I../source4/include', '-Idefault/include', '-I../include', '-Idefault/lib/replace', '-I../lib/replace', '-Idefault', '-I..', '-Idefault/source4/heimdal/lib/roken', '-I../source4/heimdal/lib/roken', '-I/usr/local/include', '-I/us...(truncated), kw={'cwd': '/usr/ports/net/samba47/work/samba-4.7.4/bin'}) at Objects/abstract.c:2547 >#19 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x80452fb90>, pp_stack=0x7fffdfff9318, flags=2, na=1, nk=0) at Python/ceval.c:4671 >#20 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80dda1608, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/print_commands.py, line 23, in exec_command (self=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at ...(truncated), throwflag=0) at Python/ceval.c:3033 >#21 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8060587b0, > globals={'Utils': <module at remote 0x803408168>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x802034610>, 'NameError': <type at remote 0x800e17d40>, 'BytesWarning': <type at ...(truncated), locals=0x0, args=0x810aa66e0, argcount=2, kws=0x810aa6e78, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#22 0x0000000800a9006e in function_call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/funcobject.c:523 >#23 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x801dce668>, > arg=(<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>], dep_nodes=[], m=<_hashlib.HASH at re...(truncated), kw={'cwd': None}) at Objects/abstract.c:2547 >#24 0x0000000800b565b6 in ext_do_call (func=<function at remote 0x801dce668>, pp_stack=0x7fffdfff9b68, flags=3, na=1, nk=0) at Python/ceval.c:4671 >#25 0x0000000800b5230d in PyEval_EvalFrameEx ( > f=Frame 0x80dda5b30, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 420, in exec_command (self=<cc(inputs=[<Nodu at remote 0x80980a470>], position=(232, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:3033 >#26 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d1b3b0, > globals={'DBFILE': '.wafpickle-7', 'random': <module at remote 0x804631fd8>, 'datetime': <module at remote 0x80205fa98>, 'algotype': 'NORMAL', 'RUN_ME': -3, 'WAFREVISION': '9709M', 'tempfile': <module at remote 0x804631600>, 'TaskGroup': <type at remote 0x802089420>, 'MAXPARALLEL': 'MAXPARALLEL', 'Task': <store_task_type(sig_vars=<function at remote 0x805d6a500>, __module__='Task', add_file_dependency=<function at remote 0x805d6a1b8>, vars=[], scan=None, __str__=<function at remote 0x805d66e60>, sig_implicit_deps=<function at remote 0x805d6a578>, compute_sig_implicit_deps=<function at remote 0x805d6a5f0>, set_inputs=<function at remote 0x805d6a050>, can_retrieve_cache=<function at remote 0x805d6a398>, __init__=<function at remote 0x805d66de8>, post_run=<function at remote 0x805d6a320>, set_outputs=<function at remote 0x805d6a0c8>, display=<function at remote 0x805efe8c0>, set_run_after=<function at remote 0x805d6a140>, sig_explicit_deps=<function at remote 0x805d6a488>, old_display=<instancemethod at remote 0x805caa8...(truncated), locals=0x0, args=0x810a9e600, argcount=2, kws=0x810a9e610, kwcount=1, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >---Type <return> to continue, or q <return> to quit--- >#27 0x0000000800b57e25 in fast_function (func=<function at remote 0x805d668c0>, pp_stack=0x7fffdfffa398, n=4, na=2, nk=1) at Python/ceval.c:4452 >#28 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfffa398, oparg=257) at Python/ceval.c:4377 >#29 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x810a9e450, for file <string>, line 19, in f (task=<cc(inputs=[<Nodu at remote 0x80980a470>], position=(232, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTCC', 'LIBREPLACE_HOSTCC', 'HEIMDAL_VERS_HOSTCC'], samba_abspath='/usr/por...(truncated), throwflag=0) at Python/ceval.c:2994 >#30 0x0000000800b57d21 in fast_function (func=<function at remote 0x805e7c6e0>, pp_stack=0x7fffdfffa948, n=1, na=1, nk=0) at Python/ceval.c:4442 >#31 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfffa948, oparg=0) at Python/ceval.c:4377 >#32 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8061bea20, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Task.py, line 432, in call_run (self=<cc(inputs=[<Nodu at remote 0x80980a470>], position=(232, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_HOSTC...(truncated), throwflag=0) at Python/ceval.c:2994 >#33 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d66a28>, pp_stack=0x7fffdfffaef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#34 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfffaef8, oparg=0) at Python/ceval.c:4377 >#35 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc61810, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 37, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a470>], position=(232, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#36 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffdfffb4a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#37 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfffb4a8, oparg=1) at Python/ceval.c:4377 >#38 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc64050, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34534946560, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf50>) at remote 0x80dce2090>, _Thread__name='Thread-1', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccef0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccef0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccef0>) at remote 0x80dce2050>) at remote 0x80dc46fd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#39 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffdfffba58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#40 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfffba58, oparg=0) at Python/ceval.c:4377 >#41 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80990de50, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34534946560, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf50>) at remote 0x80dce2090>, _Thread__name='Thread-1', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccef0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccef0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccef0>) at remote 0x80dce2050>) at remote 0x80dc46fd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#42 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffdfffc008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#43 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfffc008, oparg=0) at Python/ceval.c:4377 >#44 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8061be020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34534946560, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf50>) at remote 0x80dce2090>, _Thread__name='Thread-1', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccef0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccef0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccef0>) at remote 0x80dce2050>) at remote 0x80dc46fd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >---Type <return> to continue, or q <return> to quit--- >#45 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffdfffc5b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#46 0x0000000800b55ffa in call_function (pp_stack=0x7fffdfffc5b8, oparg=0) at Python/ceval.c:4377 >#47 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80990dc90, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34534946560, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf50>) at remote 0x80dce2090>, _Thread__name='Thread-1', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccef0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccef0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccef0>) at remote 0x80dce2050>) at remote 0x80dc46fd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >#48 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dc46d28, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#49 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534946560, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf50>) at remote 0x80dce2090>, _Thread__name='Thread-1', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccef0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccef0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccef0>) at remote 0x80dce2050>) at remote 0x80dc46fd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dc46ed0>,), kw=0x0) > at Objects/funcobject.c:523 >#50 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534946560, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf50>) at remote 0x80dce2090>, _Thread__name='Thread-1', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccef0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccef0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccef0>) at remote 0x80dce2050>) at remote 0x80dc46fd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dc46ed0>,), kw=0x0) > at Objects/abstract.c:2547 >#51 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534946560, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf50>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf50>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf50>) at remote 0x80dce2090>, _Thread__name='Thread-1', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccef0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccef0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccef0>) at remote 0x80dce2050>) at remote 0x80dc46fd0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dc46ed0>,), kw=0x0) > at Objects/classobject.c:2602 >#52 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc3ae10>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#53 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc3ae10>, arg=(), kw=0x0) at Python/ceval.c:4226 >#54 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c080720) at ./Modules/threadmodule.c:620 >#55 0x000000080064ecf9 in thread_start (curthread=0x80a717700) at /usr/src/lib/libthr/thread/thr_create.c:291 >#56 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffdfffd000 > >Thread 2 (LWP 100768): >#0 _umtx_op () at _umtx_op.S:3 >#1 0x00000008010e4cae in usem_wait (sem=<optimized out>, clock_id=0, rmtp=<optimized out>, flags=<optimized out>, rqtp=<optimized out>) at cancelpoints_sem_new.c:367 >#2 _sem_clockwait_np (sem=<optimized out>, clock_id=0, flags=<optimized out>, rqtp=0x0, rmtp=<optimized out>) at cancelpoints_sem_new.c:426 >#3 0x0000000800ba1ad1 in PyThread_acquire_lock (lock=0x80b9858b0, waitflag=1) at Python/thread_pthread.h:324 >#4 0x0000000800ba8d4f in lock_PyThread_acquire_lock (self=0x8009ccb30, args=()) at ./Modules/threadmodule.c:52 >#5 0x0000000800ab2aae in PyCFunction_Call (func=<built-in method acquire of thread.lock object at remote 0x8009ccb30>, arg=(), kw=0x0) at Objects/methodobject.c:81 >#6 0x0000000800b55e9c in call_function (pp_stack=0x7fffffff6d98, oparg=0) at Python/ceval.c:4357 >#7 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80f671320, for file /usr/local/lib/python2.7/threading.py, line 340, in wait (self=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf10>, acquire=<built-in m---Type <return> to continue, or q <return> to quit--- >ethod acquire of thread.lock object at remote 0x8009ccf10>, _Condition__waiters=[<thread.lock at remote 0x8009ccb30>], release=<built-in method release of thread.lock object at remote 0x8009ccf10>) at remote 0x80ab0b5d0>, timeout=None, waiter=<thread.lock at remote 0x8009ccb30>, saved_state=None), throwflag=0) at Python/ceval.c:2994 >#8 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804511530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80ddb4df8, argcount=1, kws=0x80ddb4e00, kwcount=0, defs=0x80451f428, defcount=1, closure=0x0) at Python/ceval.c:3589 >#9 0x0000000800b57e25 in fast_function (func=<function at remote 0x804521320>, pp_stack=0x7fffffff7598, n=1, na=1, nk=0) at Python/ceval.c:4452 >#10 0x0000000800b55ffa in call_function (pp_stack=0x7fffffff7598, oparg=0) at Python/ceval.c:4377 >#11 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80ddb4c50, for file /usr/local/lib/python2.7/Queue.py, line 168, in get (self=<Queue(unfinished_tasks=226, queue=<collections.deque at remote 0x80db15910>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf10>) at remote 0x80dc46e90>, mutex=<thread.lock at remote 0x8009ccf10>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf10>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009ccf10>) at remote 0x80dc46e50>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009ccf10>, acquire=<built-in method acquire of thread.lock object at remote 0x8009ccf10>, _Conditi...(truncated), throwflag=0) at Python/ceval.c:2994 >#12 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d0a530, > globals={'LifoQueue': <classobj at remote 0x805d0e0b8>, 'deque': <type at remote 0x8023245f0>, 'heapq': <module at remote 0x80206cc20>, 'Full': <type at remote 0x801d86420>, '__all__': ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue'], '_threading': <module at remote 0x80451a408>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Ma...(truncated), locals=0x0, args=0x80dc613c8, argcount=1, kws=0x80dc613d0, kwcount=0, defs=0x805ce5218, defcount=2, closure=0x0) at Python/ceval.c:3589 >#13 0x0000000800b57e25 in fast_function (func=<function at remote 0x805d038c0>, pp_stack=0x7fffffff7d98, n=1, na=1, nk=0) at Python/ceval.c:4452 >#14 0x0000000800b55ffa in call_function (pp_stack=0x7fffffff7d98, oparg=0) at Python/ceval.c:4377 >#15 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc61240, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 152, in get_out (self=<Parallel(count=17, cleanup_done=True, maxjobs=99999999, outstanding=[], frozen=[], error=False, stop=False, manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc...(truncated), throwflag=0) at Python/ceval.c:2994 >#16 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f410>, pp_stack=0x7fffffff8348, n=1, na=1, nk=0) at Python/ceval.c:4442 >#17 0x0000000800b55ffa in call_function (pp_stack=0x7fffffff8348, oparg=0) at Python/ceval.c:4377 >#18 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809926790, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 139, in refill_task_list (self=<Parallel(count=17, cleanup_done=True, maxjobs=99999999, outstanding=[], frozen=[], error=False, stop=False, manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...(truncated), throwflag=0) at Python/ceval.c:2994 >#19 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805d06c30, > globals={'O755': 493, 'DBFILE': '.wafpickle-7', 'UNDEFINED': (), 'NORMAL': 'NORMAL', 'DEFAULT': 'default', 'random': <module at remote 0x804631fd8>, 'EXCEPTION': 3, 'SIG_NIL': 'iluvcuteoverload', 'CACHE_DIR': 'c4che', 'Build': <module at remote 0x805cfc8d8>, 'INSTALL': 1337, 'RUN_ME': -3, 'GAP': 15, 'LOG_FORMAT': '%(asctime)s %(c1)s%(zone)s%(c2)s %(message)s', 'run_old': <instancemethod at remote 0x805caa5f0>, 'O644': 420, 'TaskConsumer': <type at remote 0x801d86820>, 'MAXJOBS': 99999999, 'WAFREVISION': '9709M', 'CFG_FILES': 'cfg_files', 'CRASHED': 2, 'ASK_LATER': -1, 'VARIANT': '_VARIANT_', '__package__': None, 'MAXPARALLEL': 'MAXPARALLEL', 'CACHE_SUFFIX': '.cache.py', 'JOBCONTROL': 'JOBCONTROL', 'WSCRIPT_BUILD_FILE': 'wscript_build', '__doc__': 'Execute the tasks', 'WAF_CONFIG_H': 'config.h', 'HEXVERSION': 1069081, 'run': <function at remote 0x805d03488>, 'SUCCESS': 9, 'APPNAME': 'APPNAME', '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in funct...(truncated), locals=0x0, args=0x80dc70568, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#20 0x0000000800a9006e in function_call (func=<function at remote 0x805d0f398>, > arg=(<Parallel(count=17, cleanup_done=True, maxjobs=99999999, outstanding=[], frozen=[], error=False, stop=False, manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBRE---Type <return> to continue, or q <return> to quit--- >PLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>...(truncated), kw=0x0) at Objects/funcobject.c:523 >#21 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x805d0f398>, > arg=(<Parallel(count=17, cleanup_done=True, maxjobs=99999999, outstanding=[], frozen=[], error=False, stop=False, manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>...(truncated), kw=0x0) at Objects/abstract.c:2547 >#22 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x805d0f398>, > arg=(<Parallel(count=17, cleanup_done=True, maxjobs=99999999, outstanding=[], frozen=[], error=False, stop=False, manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>...(truncated), kw=0x0) at Objects/classobject.c:2602 >#23 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x805caa870>, > arg=(<Parallel(count=17, cleanup_done=True, maxjobs=99999999, outstanding=[], frozen=[], error=False, stop=False, manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], position=(224, 3804), run_after=[], generator=<...>, outputs=[<Nodu at remote 0x80980a110>...(truncated), kw=0x0) at Objects/abstract.c:2547 >#24 0x0000000800b5804d in do_call (func=<instancemethod at remote 0x805caa870>, pp_stack=0x7fffffff8ee8, na=1, nk=0) at Python/ceval.c:4574 >#25 0x0000000800b56016 in call_function (pp_stack=0x7fffffff8ee8, oparg=1) at Python/ceval.c:4379 >#26 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80d17ac20, for file ./buildtools/wafsamba/stale_files.py, line 24, in replace_refill_task_list (self=<Parallel(count=17, cleanup_done=True, maxjobs=99999999, outstanding=[], frozen=[], error=False, stop=False, manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remo...(truncated), throwflag=0) at Python/ceval.c:2994 >#27 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x805ea04b0, > globals={'Options': <module at remote 0x80461fe18>, 'Logs': <module at remote 0x803408a98>, '__builtins__': {'bytearray': <type at remote 0x800e11340>, 'IndexError': <type at remote 0x800e18830>, 'all': <built-in function all>, 'help': <_Helper at remote 0x802034810>, 'vars': <built-in function vars>, 'SyntaxError': <type at remote 0x800e181f0>, 'unicode': <type at remote 0x800e2bd80>, 'UnicodeDecodeError': <type at remote 0x800e19000>, 'memoryview': <type at remote 0x800e22d90>, 'isinstance': <built-in function isinstance>, 'copyright': <_Printer(_Printer__data='Copyright (c) 2001-2017 Python Software Foundation.\nAll Rights Reserved.\n\nCopyright (c) 2000 BeOpen.com.\nAll Rights Reserved.\n\nCopyright (c) 1995-2001 Corporation for National Research Initiatives.\nAll Rights Reserved.\n\nCopyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\nAll Rights Reserved.', _Printer__lines=None, _Printer__name='copyright', _Printer__dirs=(), _Printer__files=(...)) at remote 0x802034610>, 'NameError': <type at remo...(truncated), locals=0x0, args=0x809918f80, argcount=1, kws=0x809918f88, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#28 0x0000000800b57e25 in fast_function (func=<function at remote 0x805eceb18>, pp_stack=0x7fffffff96e8, n=1, na=1, nk=0) at Python/ceval.c:4452 >#29 0x0000000800b55ffa in call_function (pp_stack=0x7fffffff96e8, oparg=0) at Python/ceval.c:4377 >#30 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809918de0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 176, in start (self=<Parallel(count=17, cleanup_done=True, maxjobs=99999999, outstanding=[], frozen=[], error=False, stop=False, manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(i...(truncated), throwflag=0) at Python/ceval.c:2994 >#31 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f500>, pp_stack=0x7fffffff9c98, n=1, na=1, nk=0) at Python/ceval.c:4442 >#32 0x0000000800b55ffa in call_function (pp_stack=0x7fffffff9c98, oparg=0) at Python/ceval.c:4377 >#33 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8069e1b90, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Build.py, line 273, in compile (self=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=Non---Type <return> to continue, or q <return> to quit--- >e, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>], ...(truncated), throwflag=0) at Python/ceval.c:2994 >#34 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d67cf8>, pp_stack=0x7fffffffa248, n=1, na=1, nk=0) at Python/ceval.c:4442 >#35 0x0000000800b55ffa in call_function (pp_stack=0x7fffffffa248, oparg=0) at Python/ceval.c:4377 >#36 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80613f7d0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Scripting.py, line 405, in build_impl (bld=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a0...(truncated), throwflag=0) at Python/ceval.c:2994 >#37 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d70668>, pp_stack=0x7fffffffa7f8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#38 0x0000000800b55ffa in call_function (pp_stack=0x7fffffffa7f8, oparg=1) at Python/ceval.c:4377 >#39 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x805f03ad0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Scripting.py, line 386, in build (bld=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect_objects=set(['LIBREPLACE_HOSTCC']), mappings={}, compiled_tasks=[<...>, <cc(inputs=[<Nodu at remote 0x80980a050>],...(truncated), throwflag=0) at Python/ceval.c:2994 >#40 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d705f0>, pp_stack=0x7fffffffada8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#41 0x0000000800b55ffa in call_function (pp_stack=0x7fffffffada8, oparg=1) at Python/ceval.c:4377 >#42 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x806142050, for file ./buildtools/wafsamba/samba_wildcard.py, line 110, in wildcard_main (missing_cmd_fn=<function at remote 0x805efeed8>, x='build', ini=<datetime.datetime at remote 0x806048350>, fun=<function at remote 0x805d705f0>, ctx=<BuildContext(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', task_manager=<TaskManager(groups_names={'build_compilers': <TaskGroup(tasks=[<cc(inputs=[<Nodu at remote 0x80981efb0>], position=(223, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal_build/version.c', 'source4/heimdal/lib/vers/print_version.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['LIBREPLACE_HOSTCC', 'ROKEN_HOSTCC'], samba_abspath='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal_build', local_include=True, samba_includes_extended=[], local_include_first=True, indirect...(truncated), throwflag=0) at Python/ceval.c:2994 >#43 0x0000000800b57d21 in fast_function (func=<function at remote 0x805ecea28>, pp_stack=0x7fffffffb358, n=1, na=1, nk=0) at Python/ceval.c:4442 >#44 0x0000000800b55ffa in call_function (pp_stack=0x7fffffffb358, oparg=1) at Python/ceval.c:4377 >#45 0x0000000800b51fed in PyEval_EvalFrameEx (f=Frame 0x806140208, for file /usr/ports/net/samba47/work/samba-4.7.4/wscript, line 382, in main (wildcard_main=<function at remote 0x805ecea28>), throwflag=0) > at Python/ceval.c:2994 >#46 0x0000000800b57d21 in fast_function (func=<function at remote 0x805efef50>, pp_stack=0x7fffffffb908, n=0, na=0, nk=0) at Python/ceval.c:4442 >#47 0x0000000800b55ffa in call_function (pp_stack=0x7fffffffb908, oparg=0) at Python/ceval.c:4377 >#48 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x801d3e320, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Scripting.py, line 135, in prepare_impl (t='/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Tools', cwd='/usr/ports/net/samba47/work/samba-4.7.4', ver='1.5.19', wafdir='/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', opt_obj=<Handler(curdir_='/usr/ports/net/samba47/work/samba-4.7.4', parser=<OptionParser(process_default_values=True, allow_interspersed_args=True, _long_opt={'--sysconfdir': <Option(_long_opts=['--sysconfdir'], help='read-only single-machine data [Default: ${PREFIX}/etc]', callback_args=None, callback=None, default='', nargs=1, choices=None, dest='SYSCONFDIR', container=<OptionGroup(_long_opt={...}, title='Pre-defined installation directories', parser=<...>, _short_opt={'-f': <Option(_long_opts=['--force'], help='force file installation', callback_args=None, callback=None, default=False, nargs=None, choices=None, dest='force', container=<OptionGroup(_long_opt={...}, title='inst...(truncated), throwflag=0) at Python/ceval.c:2994 >#49 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d67a28>, pp_stack=0x7fffffffbeb8, n=4, na=4, nk=0) at Python/ceval.c:4442 >#50 0x0000000800b55ffa in call_function (pp_stack=0x7fffffffbeb8, oparg=4) at Python/ceval.c:4377 >#51 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x801d40b20, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Scripting.py, line 145, in prepare (t='/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Tools', cwd='/usr/ports/net/samba47/work/samba-4.7.4', ver='1.5.19', wafdir='/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf'), throwflag=0) at Python/ceval.c:2994 >#52 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d702a8>, pp_stack=0x7fffffffc468, n=4, na=4, nk=0) at Python/ceval.c:4442 >#53 0x0000000800b55ffa in call_function (pp_stack=0x7fffffffc468, oparg=4) at Python/ceval.c:4377 >#54 0x0000000800b51fed in PyEval_EvalFrameEx (f=Frame 0x801dd7938, for file buildtools/bin/waf, line 76, in <module> (), throwflag=0) at Python/ceval.c:2994 >#55 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x802046830, > globals={'INSTALL': 'x', 'find_lib': <function at remote 0x80205a8c0>, '__package__': None, 'test': <function at remote 0x80205a848>, 'C2': 'x', 'C1': 'x', 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4---Type <return> to continue, or q <return> to quit--- >', 'wafdir': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', '__builtins__': <module at remote 0x80090ab08>, 'WAF': 'waf', '__file__': 'buildtools/bin/waf', 'sys': <module at remote 0x80090abb0>, 'VERSION': '1.5.19', '__name__': '__main__', 'Scripting': <module at remote 0x80205f980>, 'b': <function at remote 0x80205a758>, 'join': <function at remote 0x801cecf50>, 'err': <function at remote 0x80205a7d0>, 'f': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty', '__doc__': '\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary fo...(truncated), > locals={'INSTALL': 'x', 'find_lib': <function at remote 0x80205a8c0>, '__package__': None, 'test': <function at remote 0x80205a848>, 'C2': 'x', 'C1': 'x', 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4', 'wafdir': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', '__builtins__': <module at remote 0x80090ab08>, 'WAF': 'waf', '__file__': 'buildtools/bin/waf', 'sys': <module at remote 0x80090abb0>, 'VERSION': '1.5.19', '__name__': '__main__', 'Scripting': <module at remote 0x80205f980>, 'b': <function at remote 0x80205a758>, 'join': <function at remote 0x801cecf50>, 'err': <function at remote 0x80205a7d0>, 'f': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty', '__doc__': '\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary fo...(truncated), args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#56 0x0000000800b47d85 in PyEval_EvalCode (co=0x802046830, > globals={'INSTALL': 'x', 'find_lib': <function at remote 0x80205a8c0>, '__package__': None, 'test': <function at remote 0x80205a848>, 'C2': 'x', 'C1': 'x', 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4', 'wafdir': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', '__builtins__': <module at remote 0x80090ab08>, 'WAF': 'waf', '__file__': 'buildtools/bin/waf', 'sys': <module at remote 0x80090abb0>, 'VERSION': '1.5.19', '__name__': '__main__', 'Scripting': <module at remote 0x80205f980>, 'b': <function at remote 0x80205a758>, 'join': <function at remote 0x801cecf50>, 'err': <function at remote 0x80205a7d0>, 'f': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty', '__doc__': '\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary fo...(truncated), > locals={'INSTALL': 'x', 'find_lib': <function at remote 0x80205a8c0>, '__package__': None, 'test': <function at remote 0x80205a848>, 'C2': 'x', 'C1': 'x', 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4', 'wafdir': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', '__builtins__': <module at remote 0x80090ab08>, 'WAF': 'waf', '__file__': 'buildtools/bin/waf', 'sys': <module at remote 0x80090abb0>, 'VERSION': '1.5.19', '__name__': '__main__', 'Scripting': <module at remote 0x80205f980>, 'b': <function at remote 0x80205a758>, 'join': <function at remote 0x801cecf50>, 'err': <function at remote 0x80205a7d0>, 'f': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty', '__doc__': '\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary fo...(truncated)) at Python/ceval.c:669 >#57 0x0000000800b87722 in run_mod (mod=0x801d900f8, filename=0x7fffffffd2f1 "buildtools/bin/waf", > globals={'INSTALL': 'x', 'find_lib': <function at remote 0x80205a8c0>, '__package__': None, 'test': <function at remote 0x80205a848>, 'C2': 'x', 'C1': 'x', 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4', 'wafdir': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', '__builtins__': <module at remote 0x80090ab08>, 'WAF': 'waf', '__file__': 'buildtools/bin/waf', 'sys': <module at remote 0x80090abb0>, 'VERSION': '1.5.19', '__name__': '__main__', 'Scripting': <module at remote 0x80205f980>, 'b': <function at remote 0x80205a758>, 'join': <function at remote 0x801cecf50>, 'err': <function at remote 0x80205a7d0>, 'f': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty', '__doc__': '\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary fo...(truncated), > locals={'INSTALL': 'x', 'find_lib': <function at remote 0x80205a8c0>, '__package__': None, 'test': <function at remote 0x80205a848>, 'C2': 'x', 'C1': 'x', 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4', 'wafdir': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', '__builtins__': <module at remote 0x80090ab08>, 'WAF': 'waf', '__file__': 'buildtools/bin/waf', 'sys': <module at remote 0x80090abb0>, 'VERSION': '1.5.19', '__name__': '__main__', 'Scripting': <module at remote 0x80205f980>, 'b': <function at remote 0x80205a758>, 'join': <function at remote 0x801cecf50>, 'err': <function at remote 0x80205a7d0>, 'f': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty', '__doc__': '\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary fo...(truncated), flags=0x7fffffffcde0, arena=0x800971460) at Python/pythonrun.c:1376 >#58 0x0000000800b87aff in PyRun_FileExFlags (fp=0x80146caa0, filename=0x7fffffffd2f1 "buildtools/bin/waf", start=257, > globals={'INSTALL': 'x', 'find_lib': <function at remote 0x80205a8c0>, '__package__': None, 'test': <function at remote 0x80205a848>, 'C2': 'x', 'C1': 'x', 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4', 'wafdir': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', '__builtins__': <module at remote 0x80090ab08>, 'WAF': 'waf', '__file__': 'buildtools/bin/waf', 'sys': <module at remote 0x80090abb0>, 'VERSION': '1.5.19', '__name__': '__main__', 'Scripting': <module at remote 0x80205f980>, 'b': <function at remote 0x80205a758>, 'join': <function at remote 0x801cecf50>, 'err': <function at remote 0x80205a7d0>, 'f': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty', '__doc__': '\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary fo...(truncated), > locals={'INSTALL': 'x', 'find_lib': <function at remote 0x80205a8c0>, '__package__': None, 'test': <function at remote 0x80205a848>, 'C2': 'x', 'C1': 'x', 'cwd': '/usr/ports/net/samba47/work/samba-4.7.4', 'wafdir': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf', '__builtins__': <module at remote 0x80090ab08>, 'WAF': 'waf', '__file__': 'buildtools/bin/waf', 'sys': <module at remote 0x80090abb0>, 'VERSION': '1.5.19', '__name__': '__main__', 'Scripting': <module at remote 0x80205f980>, 'b': <function at remote 0x80205a758>, 'join': <function at remote 0x801cecf50>, 'err': <function at remote 0x80205a7d0>, 'f': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty', '__doc__': '\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary fo...(truncated), closeit=1, flags=0x7fffffffcde0) at Python/pythonrun.c:1362 >#59 0x0000000800b8703c in PyRun_SimpleFileExFlags (fp=0x80146caa0, filename=0x7fffffffd2f1 "buildtools/bin/waf", closeit=1, flags=0x7fffffffcde0) at Python/pythonrun.c:948 >#60 0x0000000800b86b4c in PyRun_AnyFileExFlags (fp=0x80146caa0, filename=0x7fffffffd2f1 "buildtools/bin/waf", closeit=1, flags=0x7fffffffcde0) at Python/pythonrun.c:752 >#61 0x0000000800ba462e in Py_Main (argc=5, argv=0x7fffffffcec0) at Modules/main.c:645 >#62 0x0000000000400941 in main (argc=5, argv=0x7fffffffcec0) at ./Modules/python.c:20 >---Type <return> to continue, or q <return> to quit--- > >Thread 1 (LWP 101411): >#0 thr_kill () at thr_kill.S:3 >#1 0x0000000801206574 in __raise (s=10) at /usr/src/lib/libc/gen/raise.c:54 >#2 0x00000008012064ca in _funlockfile (fp=0x80146cd10) at /usr/src/lib/libc/stdio/_flock_stub.c:148 >#3 0x00000008011d7e15 in fileno (fp=0x80146cd10) at /usr/src/lib/libc/stdio/fileno.c:56 >#4 0x0000000800a82d9f in dircheck (f=0x80dc8ed20) at Objects/fileobject.c:126 >#5 0x0000000800a802d4 in open_the_file (f=0x80dc8ed20, name=0x80f845000 "/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal/lib/asn1/gen_130.d", mode=0x8009104dc "r") > at Objects/fileobject.c:412 >#6 0x0000000800a81b55 in file_init (self=<file at remote 0x80dc8ed20>, args=('/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal/lib/asn1/gen_130.d', 'r'), kwds=0x0) > at Objects/fileobject.c:2429 >#7 0x0000000800ada851 in type_call (type=0x800e1baf0 <PyFile_Type>, args=('/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal/lib/asn1/gen_130.d', 'r'), kwds=0x0) > at Objects/typeobject.c:765 >#8 0x0000000800a54a07 in PyObject_Call (func=<type at remote 0x800e1baf0>, arg=('/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal/lib/asn1/gen_130.d', 'r'), kw=0x0) > at Objects/abstract.c:2547 >#9 0x0000000800b42ceb in builtin_open (self=0x0, args=('/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal/lib/asn1/gen_130.d', 'r'), kwds=0x0) at Python/bltinmodule.c:1505 >#10 0x0000000800ab2ace in PyCFunction_Call (func=<built-in function open>, arg=('/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal/lib/asn1/gen_130.d', 'r'), kw=0x0) > at Objects/methodobject.c:85 >#11 0x0000000800b55e9c in call_function (pp_stack=0x7fffdeff6148, oparg=2) at Python/ceval.c:4357 >#12 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x810a9e050, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.py, line 164, in readf (fname='/usr/ports/net/samba47/work/samba-4.7.4/bin/default/source4/heimdal/lib/asn1/gen_130.d', m='r', encoding='ISO8859-1'), throwflag=0) at Python/ceval.c:2994 >#13 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x8033e3e30, > globals={'load_tool': <function at remote 0x8046159b0>, 'DBFILE': '.wafpickle-7', 'datetime': <module at remote 0x80205fa98>, 'gc': <module at remote 0x8034081a0>, 're_sp': <_sre.SRE_Pattern at remote 0x8036698f0>, 'WscriptError': <type at remote 0x804537420>, 'RUN_ME': -3, 'indicator': '\x1b[K%s%s%s\r', 'struct': <module at remote 0x803665948>, 'WAFREVISION': '9709M', 'quote_define_name': <function at remote 0x804615410>, 'pprint': <function at remote 0x804615668>, 'ex_stack': <function at remote 0x80452fe60>, 'MAXPARALLEL': 'MAXPARALLEL', 'waf_version': <function at remote 0x80452fd70>, 'writef': <function at remote 0x80452fb18>, 'string': <module at remote 0x80210a948>, 'detect_platform': <function at remote 0x804615938>, '__file__': '/usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Utils.pyc', 'def_attrs': <function at remote 0x804615398>, 'h_fun': <function at remote 0x8046155f0>, 'BLDDIR': 'blddir', 'VERSION': 'VERSION', 'UNINSTALL': -1337, 'rot_chr': ['\\', '|', '/', '-'], 'cmd_output': <functi...(truncated), locals=0x0, args=0x8061bf878, argcount=1, kws=0x8061bf880, kwcount=0, defs=0x802042a88, defcount=2, closure=0x0) at Python/ceval.c:3589 >#14 0x0000000800b57e25 in fast_function (func=<function at remote 0x80452fa28>, pp_stack=0x7fffdeff6948, n=1, na=1, nk=0) at Python/ceval.c:4452 >#15 0x0000000800b55ffa in call_function (pp_stack=0x7fffdeff6948, oparg=1) at Python/ceval.c:4377 >#16 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8061bf6a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/3rdparty/gccdeps.py, line 47, in post_run (self=<cc(inputs=[<Nodu at remote 0x80980a2f0>], position=(228, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['...(truncated), throwflag=0) at Python/ceval.c:2994 >#17 0x0000000800b57d21 in fast_function (func=<function at remote 0x80613d398>, pp_stack=0x7fffdeff6ef8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#18 0x0000000800b55ffa in call_function (pp_stack=0x7fffdeff6ef8, oparg=0) at Python/ceval.c:4377 >#19 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x8098c47a0, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 52, in process_task (tsk=<cc(inputs=[<Nodu at remote 0x80980a2f0>], position=(228, 3804), run_after=[], generator=<task_gen(uselib_local='', extended_objects=None, tasks=[], features=['c'], depends_on='', final_syslibs=set([]), indirect_libs=set([]), samba_source_set=set(['source4/heimdal/lib/asn1/gen_free.c', 'source4/heimdal/lib/asn1/gen_length.c', 'source4/heimdal/lib/asn1/asn1parse.c', 'source4/heimdal/lib/asn1/lex.c', 'source4/heimdal/lib/asn1/main.c', 'source4/heimdal/lib/asn1/gen_copy.c', 'source4/heimdal/lib/asn1/gen_encode.c', 'source4/heimdal/lib/asn1/gen_seq.c', 'source4/heimdal/lib/asn1/gen_template.c', 'source4/heimdal/lib/asn1/gen_decode.c', 'source4/heimdal/lib/asn1/symbol.c', 'source4/heimdal/lib/asn1/gen_glue.c', 'source4/heimdal/lib/asn1/hash.c', 'source4/heimdal/lib/asn1/gen.c']), direct_libs=set([]), p_type_vars=set(['LINKFLAGS', 'CCFLAGS']), rpaths='', samba_deps_extended=['ROKEN_H...(truncated), throwflag=0) at Python/ceval.c:2994 >#20 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d03f50>, pp_stack=0x7fffdeff74a8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#21 0x0000000800b55ffa in call_function (pp_stack=0x7fffdeff74a8, oparg=1) at Python/ceval.c:4377 >#22 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc66750, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 83, in loop (self=<TaskConsumer(_Thread__ident=34534951680, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cccd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cccd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cccd0>) at remote 0x80dce2890>, _Thread__name='Thread-5', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce70>, _Condition__waiters=[], release=<built-in ---Type <return> to continue, or q <return> to quit--- >method release of thread.lock object at remote 0x8009cce70>) at remote 0x80dce2810>) at remote 0x80dce27d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verb...(truncated), throwflag=0) at Python/ceval.c:2994 >#23 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f1b8>, pp_stack=0x7fffdeff7a58, n=1, na=1, nk=0) at Python/ceval.c:4442 >#24 0x0000000800b55ffa in call_function (pp_stack=0x7fffdeff7a58, oparg=0) at Python/ceval.c:4377 >#25 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc66590, for file /usr/ports/net/samba47/work/samba-4.7.4/third_party/waf/wafadmin/Runner.py, line 76, in run (self=<TaskConsumer(_Thread__ident=34534951680, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cccd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cccd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cccd0>) at remote 0x80dce2890>, _Thread__name='Thread-5', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce70>) at remote 0x80dce2810>) at remote 0x80dce27d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbo...(truncated), throwflag=0) at Python/ceval.c:2994 >#26 0x0000000800b57d21 in fast_function (func=<function at remote 0x805d0f140>, pp_stack=0x7fffdeff8008, n=1, na=1, nk=0) at Python/ceval.c:4442 >#27 0x0000000800b55ffa in call_function (pp_stack=0x7fffdeff8008, oparg=0) at Python/ceval.c:4377 >#28 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x809859020, for file /usr/local/lib/python2.7/threading.py, line 801, in __bootstrap_inner (self=<TaskConsumer(_Thread__ident=34534951680, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cccd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cccd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cccd0>) at remote 0x80dce2890>, _Thread__name='Thread-5', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce70>) at remote 0x80dce2810>) at remote 0x80dce27d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Th...(truncated), throwflag=0) at Python/ceval.c:2994 >#29 0x0000000800b57d21 in fast_function (func=<function at remote 0x8045250c8>, pp_stack=0x7fffdeff85b8, n=1, na=1, nk=0) at Python/ceval.c:4442 >#30 0x0000000800b55ffa in call_function (pp_stack=0x7fffdeff85b8, oparg=0) at Python/ceval.c:4377 >#31 0x0000000800b51fed in PyEval_EvalFrameEx ( > f=Frame 0x80dc663d0, for file /usr/local/lib/python2.7/threading.py, line 774, in __bootstrap (self=<TaskConsumer(_Thread__ident=34534951680, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cccd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cccd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cccd0>) at remote 0x80dce2890>, _Thread__name='Thread-5', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce70>) at remote 0x80dce2810>) at remote 0x80dce27d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__...(truncated), throwflag=0) at Python/ceval.c:2994 >#32 0x0000000800b48e73 in PyEval_EvalCodeEx (co=0x804517530, > globals={'current_thread': <function at remote 0x804525b18>, '_BoundedSemaphore': <type at remote 0x804552420>, 'currentThread': <function at remote 0x804525b18>, '_Timer': <type at remote 0x80453e020>, '_format_exc': <function at remote 0x801dd4668>, 'Semaphore': <function at remote 0x80450ced8>, '_deque': <type at remote 0x8023245f0>, 'activeCount': <function at remote 0x804525cf8>, '_profile_hook': None, '_sleep': <built-in function sleep>, '_trace_hook': None, 'ThreadError': <type at remote 0x80208cc20>, '_enumerate': <function at remote 0x804525d70>, '_start_new_thread': <built-in function start_new_thread>, 'BoundedSemaphore': <function at remote 0x804521488>, '_shutdown': <instancemethod at remote 0x801ddcf50>, '__all__': ['activeCount', 'active_count', 'Condition', 'currentThread', 'current_thread', 'enumerate', 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread', 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'], '_Event': <type at remote 0x804552820>, 'active_count': <function at rem...(truncated), locals=0x0, args=0x80dc46f28, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:3589 >#33 0x0000000800a9006e in function_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534951680, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cccd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cccd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cccd0>) at remote 0x80dce2890>, _Thread__name='Thread-5', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce70>) at remote 0x80dce2810>) at remote 0x80dce27d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2790>,), kw=0x0) > at Objects/funcobject.c:523 >#34 0x0000000800a54a07 in PyObject_Call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534951680, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cccd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cccd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cccd0>) at remote 0x80dce2890>, _Thread__name='Thread-5', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce70>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cce70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce70>) at remote 0x80dce2810>) at remote 0x80dce27d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2790>,), kw=0x0) > at Objects/abstract.c:2547 >#35 0x0000000800a69c88 in instancemethod_call (func=<function at remote 0x804521f50>, > arg=(<TaskConsumer(_Thread__ident=34534951680, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cccd0>, acquire=<built-in method acquire of thread.lock object at remote 0x8009cccd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cccd0>) at remote 0x80dce2890>, _Thread__name='Thread-5', _Thread__daemonic=1, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x8009cce70>, acquire=<built-in method acquire of th---Type <return> to continue, or q <return> to quit--- >read.lock object at remote 0x8009cce70>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x8009cce70>) at remote 0x80dce2810>) at remote 0x80dce27d0>, _Thread__stderr=<file at remote 0x80092c1e0>, _Thread__target=None, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__stopped=False, _Thread__initialized=True) at remote 0x80dce2790>,), kw=0x0) > at Objects/classobject.c:2602 >#36 0x0000000800a54a07 in PyObject_Call (func=<instancemethod at remote 0x80dc3af50>, arg=(), kw=0x0) at Objects/abstract.c:2547 >#37 0x0000000800b53f50 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x80dc3af50>, arg=(), kw=0x0) at Python/ceval.c:4226 >#38 0x0000000800ba8961 in t_bootstrap (boot_raw=0x80c0807e0) at ./Modules/threadmodule.c:620 >#39 0x000000080064ecf9 in thread_start (curthread=0x80a718b00) at /usr/src/lib/libthr/thread/thr_create.c:291 >#40 0x0000000000000000 in ?? () >Backtrace stopped: Cannot access memory at address 0x7fffdeff9000 >(gdb)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 225584
:
190365
|
190376
|
190385
| 190408 |
190428
|
190430
|
190431
|
190490