GNU gdb (Debian 7.7.1-2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/gtk-gnutella...done.
(gdb) run
Starting program: /usr/bin/gtk-gnutella 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
14-08-14 22:48:33.340 (FATAL): Assertion failure at src/lib/xmalloc.c:1295: 
"size_is_positive(len)"
14-08-14 22:48:33.340 (WARNING): disabling locks, now in thread-unsafe mode (2 
threads)
14-08-14 22:48:33.340 WARNING: crashing before any crash_init() call
Locks owned by thread "main", most recent first:
          #2 0xbab458 mutex from src/lib/xmalloc.c:2513 (depth=1)
          #1 0xadccb0 spinlock from src/lib/zalloc.c:1681
          #0 0xadcb80 spinlock from src/lib/walloc.c:209

Program received signal SIGSEGV, Segmentation fault.
sig_compute_pc_index () at signal.c:462
462             *p = 1;                                         /* We expect 
this to raise a SIGSEGV */
(gdb) c
Continuing.
14-08-14 22:48:33.340 (WARNING): thread "main" releases spinlock 0xadc6a0 at 
inner position 4/6
Locks owned by thread "main", most recent first:
          #5 0xc38cc8 mutex DESTROYED
          #4 0xc37a50 mutex DESTROYED
          #3 0xadc6a0 spinlock UNLOCKED from src/lib/stacktrace.c:552
          #2 0xbab458 mutex from src/lib/xmalloc.c:2513 (depth=1)
          #1 0xadccb0 spinlock from src/lib/zalloc.c:1681
          #0 0xadcb80 spinlock from src/lib/walloc.c:209
        assertion_failure() "lib/fast_assert.c:269"
        xfl_find_freelist_index() "lib/xmalloc.c:1295"
        xmalloc_freelist_add() "lib/xmalloc.c:3376"
        xfl_extend() "lib/xmalloc.c:1918"
        xfl_insert() "lib/xmalloc.c:2269"
        xfl_insert_careful() "lib/xmalloc.c:2533"
        xmalloc_freelist_insert() "lib/xmalloc.c:3197"
        xallocate() "lib/xmalloc.c:4609"
        malloc() "lib/xmalloc.c:4667"
        hash_table_new_full() "lib/hashtable.c:460"
        zget() "lib/zalloc.c:1684"
        wzone_get() "lib/walloc.c:184"
        walloc_raw() "lib/walloc.c:248"
        thread_launch() "lib/thread.c:7023"
        tm_thread_start() "lib/tm.c:461"
        tm_time_exact() "lib/tm.c:668"
        evq_init_once() "lib/evq.c:279"
        once_flag_run_internal() "lib/once.c:144"
        evq_init() "lib/evq.c:311"
        once_flag_run_internal() "lib/once.c:144"
        vmm_init_once() "lib/vmm.c:5209"
        once_flag_run_internal() "lib/once.c:144"
        vmm_alloc_internal() "lib/vmm.c:3772"
        omalloc_allocate() "lib/omalloc.c:647"
        omalloc0() "lib/omalloc.c:790"
        thread_preallocate_element() "lib/thread.c:1688"
        thread_main_element() "lib/thread.c:1873"
        thread_small_id() "lib/thread.c:2932"
        xmalloc_thread_free() "lib/xmalloc.c:4347"
        selinuxfs_exists() : libselinux.so.1
        init() : libselinux.so.1
        call_init() "dl-init.c:78" : ld-linux-x86-64.so.2
        call_init() "dl-init.c:36" : ld-linux-x86-64.so.2
        0x7ffff7ddd1ca : ld-linux-x86-64.so.2

Program received signal SIGABRT, Aborted.
0x00007ffff4064407 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
56      ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt full
#0  0x00007ffff4064407 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
        resultvar = 0
        pid = 23380
        selftid = 23380
#1  0x00007ffff40657e8 in __GI_abort () at abort.c:89
        save_stage = 2
        act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, 
sa_mask = {__val = {0, 0, 140737351949831, 1, 0, 0, 140737287249192, 8657008, 
0, 0, 140737351975717, 0, 0, 0, 
              140737488344112, 1}}, sa_flags = 11388416, sa_restorer = 
0x7fffffffd280}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2  0x000000000062f783 in crash_abort () at crash.c:3031
No locals.
#3  0x0000000000443dfc in assertion_abort () at fast_assert.c:178
        seen_fatal = 1
#4  0x0000000000444035 in assertion_failure (data=data@entry=0x841870 
<assertion_data_>) at fast_assert.c:269
No locals.
#5  0x00000000006c3d9a in xfl_find_freelist_index (len=0) at xmalloc.c:1295
        assertion_data_ = {file = 0x83c748 "src/lib/xmalloc.c", expr = 0x70357b 
"size_is_positive(len)", line = 1295}
#6  xfl_find_freelist (len=0) at xmalloc.c:1314
No locals.
#7  xmalloc_freelist_insert (p=0x0, len=0, burst=0, coalesce=<optimized out>) 
at xmalloc.c:3205
        fl = <optimized out>
#8  0x00000000006c4f7b in xmalloc_freelist_add (p=0x0, len=0, coalesce=3) at 
xmalloc.c:3376
        last = 0
        calls = 1
        in_burst = 0
#9  0x00000000006c585c in xfl_extend (fl=0xbab400 <xfreelist+1152>) at 
xmalloc.c:1918
        old_ptr = 0x0
        old_size = 0
        old_used = 0
        new_size = 32
        allocated_size = 4096
#10 0x00000000006c59c7 in xfl_insert (fl=fl@entry=0xbab400 <xfreelist+1152>, 
p=p@entry=0x7ffff7fe60b0, burst=burst@entry=0) at xmalloc.c:2269
        idx = 12036608
        sorted = <optimized out>
        __FUNCTION__ = "xfl_insert"
#11 0x00000000006c6316 in xfl_insert_careful (fl=fl@entry=0xbab400 
<xfreelist+1152>, p=0x7ffff7fe60b0, burst=burst@entry=0) at xmalloc.c:2533
        locked = <optimized out>
#12 0x00000000006c3f41 in xmalloc_freelist_insert (p=p@entry=0x7ffff7fe60b0, 
len=len@entry=3920, burst=burst@entry=0, coalesce=coalesce@entry=2) at 
xmalloc.c:3197
        xs = 0xba76e4 <xsplit+1956>
        fl = <optimized out>
#13 0x00000000006c7361 in xallocate (size=size@entry=168, 
can_vmm=can_vmm@entry=1) at xmalloc.c:4609
        vlen = 4096
        p = 0x7ffff7fe6000
#14 0x00000000006c8053 in malloc (size=size@entry=168) at xmalloc.c:4667
No locals.
---Type <return> to continue, or q <return> to quit---
#15 xmalloc0 (size=size@entry=168) at xmalloc.c:4703
No locals.
#16 0x000000000064a424 in hash_table_new_full (hash=hash@entry=0x6cc8d0 
<zone_hash>, eq=eq@entry=0x6cc510 <zone_eq>) at hashtable.c:460
        ht = <optimized out>
#17 0x00000000006cef3f in zget (size=size@entry=32, hint=hint@entry=8, 
private=private@entry=0) at zalloc.c:1684
        zget_slk = {magic = SPINLOCK_MAGIC, lock = 1 '\001', file = 0x841b27 
"src/lib/zalloc.c", line = 1681}
        zone = <optimized out>
        key = {zn_magic = (ZONE_MAGIC | unknown: 132160), lock = {magic = 
11387840, lock = 0 '\000', file = 0x0, line = 8061112}, zn_arena = {sz_next = 
0x95, 
            sz_base = 0x7ffff7fad980 "\200\331\372\367\377\177", sz_size = 
140737354080256, sz_ctime = 6713199}, zn_gc = 0xb7aa00 <te_main>, zn_free = 
0xb7aa00 <te_main>, 
          zn_mem = 0xba2a08 <walloc_inited>, zn_size = 4510382, zn_refcnt = 0, 
zn_hint = 0, zn_cnt = 0, zn_blocks = 0, zn_subzones = 12036608, zn_oversized = 
0, zn_stid = 6726009, 
          embedded = 0, private = 0}
#18 0x00000000006c068b in wzone_get (rounded=32) at walloc.c:184
        zone = <optimized out>
#19 walloc_get_zone (rounded=rounded@entry=32, allocate=allocate@entry=1) at 
walloc.c:214
        walloc_slk = {magic = SPINLOCK_MAGIC, lock = 1 '\001', file = 0x83bf60 
"src/lib/walloc.c", line = 209}
        idx = 4
        zone = <optimized out>
#20 0x00000000006c08f4 in walloc_raw (size=size@entry=32) at walloc.c:248
        zone = <optimized out>
        rounded = 32
#21 0x000000000045b631 in walloc (size=size@entry=32) at walloc.c:386
        depot = <optimized out>
        rounded = 32
#22 0x00000000006a7211 in thread_launch (stack=32768, flags=9, arg=0x0, 
routine=0x6aaeb0 <tm_thread_main>, te=0x7ffff7ff2000) at thread.c:7023
        ctx = <optimized out>
        stacksize = 32768
        error = <optimized out>
        attr = {__size = 
"\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\000\377\367\377\177\000\000\000\220",
 '\000' <repeats 21 times>, 
          __align = 0}
        t = 12036608
        tself = 0xb7aa00 <te_main>
#23 thread_create_full (routine=routine@entry=0x6aaeb0 <tm_thread_main>, 
arg=arg@entry=0x0, flags=flags@entry=9, stack=stack@entry=32768, 
exited=exited@entry=0x0, earg=earg@entry=0x0)
    at thread.c:7141
No locals.
#24 0x00000000006a750b in thread_create (routine=routine@entry=0x6aaeb0 
<tm_thread_main>, arg=arg@entry=0x0, flags=flags@entry=9, 
stack=stack@entry=32768) at thread.c:7068
No locals.
#25 0x00000000006ab651 in tm_thread_start () at tm.c:461
        r = <optimized out>
#26 tm_now_exact (tm=tm@entry=0x0) at tm.c:635
        start = 1
#27 0x00000000006ab81b in tm_time_exact () at tm.c:668
No locals.
#28 0x000000000063d209 in evq_init_once () at evq.c:279
No locals.
#29 0x000000000066a138 in once_flag_run_internal (flag=0xb61ca0 <evq_inited>, 
routine=0x63d200 <evq_init_once>, recursive=0) at once.c:144
---Type <return> to continue, or q <return> to quit---
        id = 0
        recursive = 0
        routine = 0x63d200 <evq_init_once>
        flag = 0xb61ca0 <evq_inited>
#30 0x000000000063de74 in evq_init () at evq.c:311
No locals.
#31 evq_raw_idle_add (event=0x6ca320 <xmalloc_idle_collect>, arg=0x0) at 
evq.c:1018
        ci = <optimized out>
#32 0x000000000066a138 in once_flag_run_internal (flag=0xba6bf8 
<xmalloc_xgc_installed>, routine=0x44d2eb <xmalloc_xgc_install>, recursive=0) 
at once.c:144
        id = 0
        recursive = 0
        routine = 0x44d2eb <xmalloc_xgc_install>
        flag = 0xba6bf8 <xmalloc_xgc_installed>
#33 0x000000000044b4c5 in vmm_init_once () at vmm.c:5209
No locals.
#34 0x000000000066a138 in once_flag_run_internal (flag=0xba25c8 <vmm_inited>, 
routine=0x44b4bf <vmm_init_once>, recursive=0) at once.c:144
        id = 0
        recursive = 0
        routine = 0x44b4bf <vmm_init_once>
        flag = 0xba25c8 <vmm_inited>
#35 0x00000000006bdf14 in vmm_alloc_internal (size=776, user_mem=23380, 
zero_mem=0) at vmm.c:3772
No locals.
#36 0x000000000066931c in omalloc_allocate (size=776, align=8, mode=OMALLOC_RW, 
init=0xffffffffffffffff, init@entry=0x0) at omalloc.c:647
        p = 0x11
        allocated = 8
        omalloc_slk = {magic = SPINLOCK_MAGIC, lock = 0 '\000', file = 0x7afd5f 
"src/lib/omalloc.c", line = 616}
#37 0x0000000000669e27 in omalloc0 (size=size@entry=776) at omalloc.c:790
        p = <optimized out>
#38 0x000000000069ecf3 in thread_preallocate_element () at thread.c:1688
No locals.
#39 0x000000000069ee70 in thread_main_element (t=140737353800064) at 
thread.c:1873
        te_main = {magic = THREAD_ELEMENT_MAGIC, ptid = 0, tid = 
140737353800064, last_qid = 34359738365, low_qid = 34359738363, high_qid = 
34359738365, top_qid = 34359738363, 
          low_sig_qid = 0, high_sig_qid = 0, pht = 0x0, stid = 0, last_sp = 
0x7fffffffd2d8, top_sp = 0x7fffffffb580, stack_lock = 0x7fffffffda68, name = 
0x77a7d0 "main", stack_size = 0, 
          stack = 0x0, stack_base = 0x0, sig_stack = 0x0, entry = 0x0, argument 
= 0x0, suspend = 0, pending = 0, wfd = {-1, -1}, joining_id = 0, unblock_events 
= 0, exit_value = 0x0, 
          sig_mask = 0, sig_pending = 0, signalled = 0, sig_generation = 0, 
in_signal_handler = 0, sig_handling = 0, sleep_interruptible = 0, 
termination_key = 0, created = 0, 
          discovered = 1, deadlocked = 0, valid = 1, creating = 0, exiting = 0, 
suspended = 0, blocked = 0, timed_blocked = 0, unblocked = 0, detached = 0, 
join_requested = 0, 
          join_pending = 0, reusable = 0, async_exit = 0, main_thread = 1, 
cancelled = 0, cancelable = 0, sleeping = 0, exit_started = 0, cancl = 
THREAD_CANCEL_DISABLE, locks = {
            arena = 0xb78c00 <locks_arena_main>, capacity = 320, count = 6, 
overflow = 1 '\001'}, waiting = {lock = 0x0, file = 0x0, line = 0, kind = 
THREAD_LOCK_SPINLOCK}, cond = 0x0, 
          cond_stack = 0x0, termination = 0x0, lock = {magic = SPINLOCK_MAGIC, 
lock = 0 '\000', file = 0x7c0da8 "src/lib/thread.c", line = 3546}, exit_list = 
{magic = ESLIST_MAGIC, 
            head = 0x0, tail = 0x0, offset = 16, count = 0}, cleanup_list = 
{magic = ESLIST_MAGIC, head = 0x0, tail = 0x0, offset = 16, count = 0}, sigh = 
{0x0 <repeats 12 times>}, locals = {
            0x0 <repeats 32 times>}}
        locks_arena_main = {{lock = 0xadcb80 <walloc_slk>, file = 0x83bf60 
"src/lib/walloc.c", line = 209, kind = THREAD_LOCK_SPINLOCK}, {lock = 0xadccb0 
<zget_slk>, 
            file = 0x841b27 "src/lib/zalloc.c", line = 1681, kind = 
THREAD_LOCK_SPINLOCK}, {lock = 0xbab458 <xfreelist+1240>, file = 0x83c748 
"src/lib/xmalloc.c", line = 2513, 
            kind = THREAD_LOCK_MUTEX}, {lock = 0xadc6a0 <sym_get_slk>, file = 
0x7b9c7f "src/lib/stacktrace.c", line = 552, kind = THREAD_LOCK_SPINLOCK}, 
{lock = 0xc37a50, 
            file = 0x844807 "src/lib/bfd_util.c", line = 643, kind = 
THREAD_LOCK_MUTEX}, {lock = 0xc38cc8, file = 0x844807 "src/lib/bfd_util.c", 
line = 428, kind = THREAD_LOCK_MUTEX}, {
---Type <return> to continue, or q <return> to quit---
            lock = 0xadc600 <signal_lock>, file = 0x7b7c32 "src/lib/signal.c", 
line = 1153, kind = THREAD_LOCK_MUTEX}, {lock = 0x0, file = 0x0, line = 0, 
            kind = THREAD_LOCK_SPINLOCK} <repeats 313 times>}
        te = 0xb7aa00 <te_main>
        tls = <optimized out>
#40 0x00000000006a1ed5 in thread_small_id () at thread.c:2932
        te = 0x7ffff41085c0 <__read_nocancel+7>
#41 0x00000000006c8429 in xmalloc_thread_free (p=0xc37278) at xmalloc.c:4347
        xck = <optimized out>
        stid = <optimized out>
        ch = <optimized out>
#42 free (p=0xc37278) at xmalloc.c:4848
No locals.
#43 0x00007ffff14f65dd in selinuxfs_exists () from 
/lib/x86_64-linux-gnu/libselinux.so.1
No symbol table info available.
#44 0x00007ffff14f1448 in ?? () from /lib/x86_64-linux-gnu/libselinux.so.1
No symbol table info available.
#45 0x00007ffff7dea9fa in call_init (l=<optimized out>, argc=argc@entry=1, 
argv=argv@entry=0x7fffffffdcf8, env=env@entry=0x7fffffffdd08) at dl-init.c:78
        j = <optimized out>
        jm = <optimized out>
        addrs = <optimized out>
        init_array = <optimized out>
#46 0x00007ffff7deaae3 in call_init (env=0x7fffffffdd08, argv=0x7fffffffdcf8, 
argc=1, l=<optimized out>) at dl-init.c:36
No locals.
#47 _dl_init (main_map=0x7ffff7ffe1a8, argc=1, argv=0x7fffffffdcf8, 
env=0x7fffffffdd08) at dl-init.c:126
        preinit_array = <optimized out>
        preinit_array_size = <optimized out>
        i = 31
#48 0x00007ffff7ddd1ca in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
        _dl_rtld_libname2 = {name = 0x0, next = 0x0, dont_free = 0}
        start_time = 5368405681094
        _dl_rtld_libname = {name = 0x400200 "/lib64/ld-linux-x86-64.so.2", next 
= 0x7ffff7ffe010 <newname>, dont_free = 0}
        library_path = 0x0
        audit_list = 0x0
        relocate_time = 4246450
        any_debug = 0
        preloadlist = 0x0
        version_info = 0
        load_time = 6529311
        tls_init_tp_called = true
        _rtld_local_ro = {_dl_debug_mask = 0, _dl_osversion = 200704, 
_dl_platform = 0x7fffffffe109 "x86_64", _dl_platformlen = 6, _dl_pagesize = 
4096, _dl_inhibit_cache = 0, 
          _dl_initial_searchlist = {r_list = 0x7ffff7fb3c98, r_nlist = 73}, 
_dl_clktck = 100, _dl_verbose = 0, _dl_debug_fd = 2, _dl_lazy = 1, _dl_bind_not 
= 0, _dl_dynamic_weak = 0, 
          _dl_fpu_control = 895, _dl_correct_cache_id = 771, _dl_hwcap = 
3219913727, _dl_hwcap_mask = 0, _dl_auxv = 0x7fffffffdfc0, _dl_inhibit_rpath = 
0x0, _dl_origin_path = 0x0, 
          _dl_use_load_bias = 18446744073709551615, _dl_profile = 0x0, 
_dl_profile_output = 0x7ffff7df5180 "/var/tmp", _dl_trace_prelink = 0x0, 
_dl_trace_prelink_map = 0x0, 
          _dl_init_all_dirs = 0x7ffff7ff6000, _dl_hp_timing_overhead = 21, 
_dl_sysinfo_dso = 0x7ffff7ff8000, _dl_sysinfo_map = 0x7ffff7ffe740, _dl_hwcap2 
= 0, 
          _dl_debug_printf = 0x7ffff7deb910 <_dl_debug_printf>, _dl_catch_error 
= 0x7ffff7dea840 <_dl_catch_error>, _dl_signal_error = 0x7ffff7dea610 
<_dl_signal_error>, 
---Type <return> to continue, or q <return> to quit---
          _dl_mcount = 0x7ffff7decbb0 <_dl_mcount>, _dl_lookup_symbol_x = 
0x7ffff7de5620 <_dl_lookup_symbol_x>, _dl_check_caller = 0x7ffff7dedf30 
<_dl_check_caller>, 
          _dl_open = 0x7ffff7dee390 <_dl_open>, _dl_close = 0x7ffff7df0270 
<_dl_close>, _dl_tls_get_addr_soft = 0x7ffff7dedb30 <_dl_tls_get_addr_soft>, 
          _dl_discover_osversion = 0x7ffff7df1590 <_dl_discover_osversion>, 
_dl_audit = 0x0, _dl_naudit = 0, _dl_pointer_guard = 1}
        _dl_skip_args = 0
        __pointer_chk_guard_local = 5373071418017114970
        _rtld_global_ro = {_dl_debug_mask = 0, _dl_osversion = 200704, 
_dl_platform = 0x7fffffffe109 "x86_64", _dl_platformlen = 6, _dl_pagesize = 
4096, _dl_inhibit_cache = 0, 
          _dl_initial_searchlist = {r_list = 0x7ffff7fb3c98, r_nlist = 73}, 
_dl_clktck = 100, _dl_verbose = 0, _dl_debug_fd = 2, _dl_lazy = 1, _dl_bind_not 
= 0, _dl_dynamic_weak = 0, 
          _dl_fpu_control = 895, _dl_correct_cache_id = 771, _dl_hwcap = 
3219913727, _dl_hwcap_mask = 0, _dl_auxv = 0x7fffffffdfc0, _dl_inhibit_rpath = 
0x0, _dl_origin_path = 0x0, 
          _dl_use_load_bias = 18446744073709551615, _dl_profile = 0x0, 
_dl_profile_output = 0x7ffff7df5180 "/var/tmp", _dl_trace_prelink = 0x0, 
_dl_trace_prelink_map = 0x0, 
          _dl_init_all_dirs = 0x7ffff7ff6000, _dl_hp_timing_overhead = 21, 
_dl_sysinfo_dso = 0x7ffff7ff8000, _dl_sysinfo_map = 0x7ffff7ffe740, _dl_hwcap2 
= 0, 
          _dl_debug_printf = 0x7ffff7deb910 <_dl_debug_printf>, _dl_catch_error 
= 0x7ffff7dea840 <_dl_catch_error>, _dl_signal_error = 0x7ffff7dea610 
<_dl_signal_error>, 
          _dl_mcount = 0x7ffff7decbb0 <_dl_mcount>, _dl_lookup_symbol_x = 
0x7ffff7de5620 <_dl_lookup_symbol_x>, _dl_check_caller = 0x7ffff7dedf30 
<_dl_check_caller>, 
          _dl_open = 0x7ffff7dee390 <_dl_open>, _dl_close = 0x7ffff7df0270 
<_dl_close>, _dl_tls_get_addr_soft = 0x7ffff7dedb30 <_dl_tls_get_addr_soft>, 
          _dl_discover_osversion = 0x7ffff7df1590 <_dl_discover_osversion>, 
_dl_audit = 0x0, _dl_naudit = 0, _dl_pointer_guard = 1}
        _dl_argv = 0x7fffffffdcf8
        _rtld_local = {_dl_ns = {{_ns_loaded = 0x7ffff7ffe1a8, _ns_nloaded = 
75, _ns_main_searchlist = 0x7ffff7ffe460, _ns_global_scope_alloc = 0, 
_ns_unique_sym_table = {lock = {mutex = {
                    __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 
0, __kind = 1, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 
0x0}}, 
                    __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 
22 times>, __align = 0}}, entries = 0x0, size = 0, n_elements = 0, free = 0x0}, 
_ns_debug = {r_version = 0, 
                r_map = 0x0, r_brk = 0, r_state = RT_CONSISTENT, r_ldbase = 
0}}, {_ns_loaded = 0x0, _ns_nloaded = 0, _ns_main_searchlist = 0x0, 
_ns_global_scope_alloc = 0, 
              _ns_unique_sym_table = {lock = {mutex = {__data = {__lock = 0, 
__count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, 
__list = {__prev = 0x0, 
                        __next = 0x0}}, __size = '\000' <repeats 39 times>, 
__align = 0}}, entries = 0x0, size = 0, n_elements = 0, free = 0x0}, _ns_debug 
= {r_version = 0, r_map = 0x0, 
                r_brk = 0, r_state = RT_CONSISTENT, r_ldbase = 0}} <repeats 15 
times>}, _dl_nns = 1, _dl_load_lock = {mutex = {__data = {__lock = 0, __count = 
0, __owner = 0, __nusers = 0, 
                __kind = 1, __spins = 0, __elision = 0, __list = {__prev = 0x0, 
__next = 0x0}}, __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 22 
times>, __align = 0}}, 
          _dl_load_write_lock = {mutex = {__data = {__lock = 0, __count = 0, 
__owner = 0, __nusers = 0, __kind = 1, __spins = 0, __elision = 0, __list = 
{__prev = 0x0, __next = 0x0}}, 
              __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 22 
times>, __align = 0}}, _dl_load_adds = 75, _dl_initfirst = 0x0, 
_dl_cpuclock_offset = 5368405730006, 
          _dl_profile_map = 0x0, _dl_num_relocations = 1805, 
_dl_num_cache_relocations = 4239, _dl_all_dirs = 0x7ffff7ff6000, 
_dl_error_catch_tsd = 0x7ffff414aeb0 <__libc_dl_error_tsd>, 
          _dl_rtld_map = {l_addr = 140737351892992, l_name = 0x400200 
"/lib64/ld-linux-x86-64.so.2", l_ld = 0x7ffff7ffce70, l_next = 0x7ffff7fba580, 
l_prev = 0x7ffff7fbbb58, 
            l_real = 0x7ffff7ffd9f8 <_rtld_global+2456>, l_ns = 0, l_libname = 
0x7ffff7ffe060 <_dl_rtld_libname>, l_info = {0x0, 0x0, 0x7ffff7ffcef0, 
0x7ffff7ffcee0, 0x7ffff7ffce80, 
              0x7ffff7ffcea0, 0x7ffff7ffceb0, 0x7ffff7ffcf20, 0x7ffff7ffcf30, 
0x7ffff7ffcf40, 0x7ffff7ffcec0, 0x7ffff7ffced0, 0x0, 0x0, 0x7ffff7ffce70, 0x0, 
0x0, 0x0, 0x0, 0x0, 
              0x7ffff7ffcf00, 0x0, 0x0, 0x7ffff7ffcf10, 0x0 <repeats 12 times>, 
0x7ffff7ffcf60, 0x7ffff7ffcf50, 0x0, 0x0, 0x7ffff7ffcf80, 0x0, 0x0, 0x0, 0x0, 
0x0, 0x0, 0x0, 0x0, 
              0x7ffff7ffcf70, 0x0 <repeats 25 times>, 0x7ffff7ffce90}, l_phdr = 
0x7ffff7ddc040, l_entry = 0, l_phnum = 7, l_ldnum = 0, l_searchlist = {r_list = 
0x0, r_nlist = 0}, 
            l_symbolic_searchlist = {r_list = 0x0, r_nlist = 0}, l_loader = 
0x0, l_versions = 0x7ffff7fb0a08, l_nversions = 6, l_nbuckets = 17, 
l_gnu_bitmask_idxbits = 3, l_gnu_shift = 8, 
            l_gnu_bitmask = 0x7ffff7ddc2c0, {l_gnu_buckets = 0x7ffff7ddc2e0, 
l_chain = 0x7ffff7ddc2e0}, {l_gnu_chain_zero = 0x7ffff7ddc31c, l_buckets = 
0x7ffff7ddc31c}, 
            l_direct_opencount = 0, l_type = lt_library, l_relocated = 1, 
l_init_called = 1, l_global = 1, l_reserved = 0, l_phdr_allocated = 0, 
l_soname_added = 0, l_faked = 0, 
            l_need_tls_init = 0, l_auditing = 0, l_audit_any_plt = 0, l_removed 
= 0, l_contiguous = 0, l_symbolic_in_local_scope = 0, l_free_initfini = 0, 
l_rpath_dirs = {dirs = 0x0, 
              malloced = 0}, l_reloc_result = 0x0, l_versyms = 0x7ffff7ddc7c4, 
l_origin = 0x0, l_map_start = 140737351892992, l_map_end = 140737354129832, 
l_text_end = 140737351995760, 
            l_scope_mem = {0x0, 0x0, 0x0, 0x0}, l_scope_max = 0, l_scope = 0x0, 
l_local_scope = {0x0, 0x0}, l_dev = 0, l_ino = 0, l_runpath_dirs = {dirs = 0x0, 
malloced = 0}, 
            l_initfini = 0x0, l_reldeps = 0x0, l_reldepsmax = 0, l_used = 1, 
l_feature_1 = 0, l_flags_1 = 0, l_flags = 0, l_idx = 0, l_mach = {plt = 0, 
gotplt = 0, tlsdesc_table = 0x0}, 
            l_lookup_cache = {sym = 0x7ffff7ddc420, type_class = 1, value = 
0x7ffff7ffe1a8, ret = 0x404d08}, l_tls_initimage = 0x0, l_tls_initimage_size = 
0, l_tls_blocksize = 0, 
            l_tls_align = 0, l_tls_firstbyte_offset = 0, l_tls_offset = 0, 
l_tls_modid = 0, l_tls_dtor_count = 0, l_relro_addr = 2231296, l_relro_size = 
1024, l_serial = 0, 
            l_audit = 0x7ffff7ffde68 <_rtld_global+3592>}, audit_data = 
{{cookie = 0, bindflags = 0} <repeats 16 times>}, 
          _dl_rtld_lock_recursive = 0x7ffff43e2270 <__GI___pthread_mutex_lock>, 
_dl_rtld_unlock_recursive = 0x7ffff43e35f0 <__GI___pthread_mutex_unlock>, 
          _dl_make_stack_executable_hook = 0x7ffff43df3d0 
<__make_stacks_executable>, _dl_stack_flags = 6, _dl_tls_dtv_gaps = false, 
_dl_tls_max_dtv_idx = 6, 
          _dl_tls_dtv_slotinfo_list = 0x7ffff7faf4e0, _dl_tls_static_nelem = 6, 
_dl_tls_static_size = 4736, _dl_tls_static_used = 768, _dl_tls_static_align = 
64, 
          _dl_initial_dtv = 0x7ffff7fae290, _dl_tls_generation = 1, 
_dl_init_static_tls = 0x7ffff43dfae0 <__pthread_init_static_tls>, 
---Type <return> to continue, or q <return> to quit---
          _dl_wait_lookup_done = 0x7ffff43dfc00 <__wait_lookup_done>, 
_dl_scope_free_list = 0x0}
        _rtld_global = {_dl_ns = {{_ns_loaded = 0x7ffff7ffe1a8, _ns_nloaded = 
75, _ns_main_searchlist = 0x7ffff7ffe460, _ns_global_scope_alloc = 0, 
_ns_unique_sym_table = {lock = {mutex = {
                    __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 
0, __kind = 1, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 
0x0}}, 
                    __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 
22 times>, __align = 0}}, entries = 0x0, size = 0, n_elements = 0, free = 0x0}, 
_ns_debug = {r_version = 0, 
                r_map = 0x0, r_brk = 0, r_state = RT_CONSISTENT, r_ldbase = 
0}}, {_ns_loaded = 0x0, _ns_nloaded = 0, _ns_main_searchlist = 0x0, 
_ns_global_scope_alloc = 0, 
              _ns_unique_sym_table = {lock = {mutex = {__data = {__lock = 0, 
__count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, 
__list = {__prev = 0x0, 
                        __next = 0x0}}, __size = '\000' <repeats 39 times>, 
__align = 0}}, entries = 0x0, size = 0, n_elements = 0, free = 0x0}, _ns_debug 
= {r_version = 0, r_map = 0x0, 
                r_brk = 0, r_state = RT_CONSISTENT, r_ldbase = 0}} <repeats 15 
times>}, _dl_nns = 1, _dl_load_lock = {mutex = {__data = {__lock = 0, __count = 
0, __owner = 0, __nusers = 0, 
                __kind = 1, __spins = 0, __elision = 0, __list = {__prev = 0x0, 
__next = 0x0}}, __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 22 
times>, __align = 0}}, 
          _dl_load_write_lock = {mutex = {__data = {__lock = 0, __count = 0, 
__owner = 0, __nusers = 0, __kind = 1, __spins = 0, __elision = 0, __list = 
{__prev = 0x0, __next = 0x0}}, 
              __size = '\000' <repeats 16 times>, "\001", '\000' <repeats 22 
times>, __align = 0}}, _dl_load_adds = 75, _dl_initfirst = 0x0, 
_dl_cpuclock_offset = 5368405730006, 
          _dl_profile_map = 0x0, _dl_num_relocations = 1805, 
_dl_num_cache_relocations = 4239, _dl_all_dirs = 0x7ffff7ff6000, 
_dl_error_catch_tsd = 0x7ffff414aeb0 <__libc_dl_error_tsd>, 
          _dl_rtld_map = {l_addr = 140737351892992, l_name = 0x400200 
"/lib64/ld-linux-x86-64.so.2", l_ld = 0x7ffff7ffce70, l_next = 0x7ffff7fba580, 
l_prev = 0x7ffff7fbbb58, 
            l_real = 0x7ffff7ffd9f8 <_rtld_global+2456>, l_ns = 0, l_libname = 
0x7ffff7ffe060 <_dl_rtld_libname>, l_info = {0x0, 0x0, 0x7ffff7ffcef0, 
0x7ffff7ffcee0, 0x7ffff7ffce80, 
              0x7ffff7ffcea0, 0x7ffff7ffceb0, 0x7ffff7ffcf20, 0x7ffff7ffcf30, 
0x7ffff7ffcf40, 0x7ffff7ffcec0, 0x7ffff7ffced0, 0x0, 0x0, 0x7ffff7ffce70, 0x0, 
0x0, 0x0, 0x0, 0x0, 
              0x7ffff7ffcf00, 0x0, 0x0, 0x7ffff7ffcf10, 0x0 <repeats 12 times>, 
0x7ffff7ffcf60, 0x7ffff7ffcf50, 0x0, 0x0, 0x7ffff7ffcf80, 0x0, 0x0, 0x0, 0x0, 
0x0, 0x0, 0x0, 0x0, 
              0x7ffff7ffcf70, 0x0 <repeats 25 times>, 0x7ffff7ffce90}, l_phdr = 
0x7ffff7ddc040, l_entry = 0, l_phnum = 7, l_ldnum = 0, l_searchlist = {r_list = 
0x0, r_nlist = 0}, 
            l_symbolic_searchlist = {r_list = 0x0, r_nlist = 0}, l_loader = 
0x0, l_versions = 0x7ffff7fb0a08, l_nversions = 6, l_nbuckets = 17, 
l_gnu_bitmask_idxbits = 3, l_gnu_shift = 8, 
            l_gnu_bitmask = 0x7ffff7ddc2c0, {l_gnu_buckets = 0x7ffff7ddc2e0, 
l_chain = 0x7ffff7ddc2e0}, {l_gnu_chain_zero = 0x7ffff7ddc31c, l_buckets = 
0x7ffff7ddc31c}, 
            l_direct_opencount = 0, l_type = lt_library, l_relocated = 1, 
l_init_called = 1, l_global = 1, l_reserved = 0, l_phdr_allocated = 0, 
l_soname_added = 0, l_faked = 0, 
            l_need_tls_init = 0, l_auditing = 0, l_audit_any_plt = 0, l_removed 
= 0, l_contiguous = 0, l_symbolic_in_local_scope = 0, l_free_initfini = 0, 
l_rpath_dirs = {dirs = 0x0, 
              malloced = 0}, l_reloc_result = 0x0, l_versyms = 0x7ffff7ddc7c4, 
l_origin = 0x0, l_map_start = 140737351892992, l_map_end = 140737354129832, 
l_text_end = 140737351995760, 
            l_scope_mem = {0x0, 0x0, 0x0, 0x0}, l_scope_max = 0, l_scope = 0x0, 
l_local_scope = {0x0, 0x0}, l_dev = 0, l_ino = 0, l_runpath_dirs = {dirs = 0x0, 
malloced = 0}, 
            l_initfini = 0x0, l_reldeps = 0x0, l_reldepsmax = 0, l_used = 1, 
l_feature_1 = 0, l_flags_1 = 0, l_flags = 0, l_idx = 0, l_mach = {plt = 0, 
gotplt = 0, tlsdesc_table = 0x0}, 
            l_lookup_cache = {sym = 0x7ffff7ddc420, type_class = 1, value = 
0x7ffff7ffe1a8, ret = 0x404d08}, l_tls_initimage = 0x0, l_tls_initimage_size = 
0, l_tls_blocksize = 0, 
            l_tls_align = 0, l_tls_firstbyte_offset = 0, l_tls_offset = 0, 
l_tls_modid = 0, l_tls_dtor_count = 0, l_relro_addr = 2231296, l_relro_size = 
1024, l_serial = 0, 
            l_audit = 0x7ffff7ffde68 <_rtld_global+3592>}, audit_data = 
{{cookie = 0, bindflags = 0} <repeats 16 times>}, 
          _dl_rtld_lock_recursive = 0x7ffff43e2270 <__GI___pthread_mutex_lock>, 
_dl_rtld_unlock_recursive = 0x7ffff43e35f0 <__GI___pthread_mutex_unlock>, 
          _dl_make_stack_executable_hook = 0x7ffff43df3d0 
<__make_stacks_executable>, _dl_stack_flags = 6, _dl_tls_dtv_gaps = false, 
_dl_tls_max_dtv_idx = 6, 
          _dl_tls_dtv_slotinfo_list = 0x7ffff7faf4e0, _dl_tls_static_nelem = 6, 
_dl_tls_static_size = 4736, _dl_tls_static_used = 768, _dl_tls_static_align = 
64, 
          _dl_initial_dtv = 0x7ffff7fae290, _dl_tls_generation = 1, 
_dl_init_static_tls = 0x7ffff43dfae0 <__pthread_init_static_tls>, 
          _dl_wait_lookup_done = 0x7ffff43dfc00 <__wait_lookup_done>, 
_dl_scope_free_list = 0x0}
        _dl_argc = 1
        _dl_argv_internal = 0x7fffffffdcf8
#49 0x0000000000000001 in ?? ()
No symbol table info available.
#50 0x00007fffffffe11d in ?? ()
No symbol table info available.
#51 0x0000000000000000 in ?? ()
No symbol table info available.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Attachment: signature.asc
Description: Digital signature

Reply via email to