Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1225788 Details for
Bug 1399594
Segfault when logging out of SSH session: Inconsistency detected by ld.so when unloading /usr/lib64/gssntlmssp/gssntlmssp.so
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
GDB session with SSH connecting and logging out of a server
ssh_debug_session.txt (text/plain), 18.51 KB, created by
Adrien Bustany
on 2016-11-29 11:15:39 UTC
(
hide
)
Description:
GDB session with SSH connecting and logging out of a server
Filename:
MIME Type:
Creator:
Adrien Bustany
Created:
2016-11-29 11:15:39 UTC
Size:
18.51 KB
patch
obsolete
>[abustany@alu ~]$gdb --args ssh -vvv ______.org >GNU gdb (GDB) Fedora 7.12-29.fc25 >Copyright (C) 2016 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-redhat-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 ssh...Reading symbols from /usr/lib/debug/usr/bin/ssh.debug...done. >done. >(gdb) b dl-close.c:811 if map->l_init_called == 0 >No source file named dl-close.c. >Make breakpoint pending on future shared library load? (y or [n]) y >Breakpoint 1 (dl-close.c:811 if map->l_init_called == 0) pending. >(gdb) r >Starting program: /usr/bin/ssh -vvv ______.org >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >OpenSSH_7.3p1, OpenSSL 1.0.2j-fips 26 Sep 2016 >debug1: Reading configuration data /home/abustany/.ssh/config >debug1: /home/abustany/.ssh/config line 4: Applying options for ______.org >debug1: Reading configuration data /etc/ssh/ssh_config >debug3: /etc/ssh/ssh_config line 56: Including file /etc/ssh/ssh_config.d/05-redhat.conf depth 0 >debug1: Reading configuration data /etc/ssh/ssh_config.d/05-redhat.conf >debug1: /etc/ssh/ssh_config.d/05-redhat.conf line 2: include /etc/crypto-policies/back-ends/openssh.txt matched no files >debug1: /etc/ssh/ssh_config.d/05-redhat.conf line 8: Applying options for * >debug2: resolving "______.org" port 1412 >debug2: ssh_connect_direct: needpriv 0 >debug1: Connecting to ______.org [999.999.999.999] port 1412. >debug1: Connection established. >debug1: identity file /home/abustany/.ssh/id_rsa type 1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/abustany/.ssh/id_rsa-cert type -1 >debug1: identity file /home/abustany/.ssh/id_dsa type 2 >debug1: key_load_public: No such file or directory >debug1: identity file /home/abustany/.ssh/id_dsa-cert type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/abustany/.ssh/id_ecdsa type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/abustany/.ssh/id_ecdsa-cert type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/abustany/.ssh/id_ed25519 type -1 >debug1: key_load_public: No such file or directory >debug1: identity file /home/abustany/.ssh/id_ed25519-cert type -1 >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_7.3 >debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3 >debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000 >debug2: fd 3 setting O_NONBLOCK >debug1: Authenticating to ______.org:1412 as 'abustany' >debug3: put_host_port: [______.org]:1412 >debug3: hostkeys_foreach: reading file "/home/abustany/.ssh/known_hosts" >debug3: record_hostkey: found key type RSA in file /home/abustany/.ssh/known_hosts:173 >debug3: load_hostkeys: loaded 1 keys from [______.org]:1412 >debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa >debug3: send packet: type 20 >debug1: SSH2_MSG_KEXINIT sent >debug3: receive packet: type 20 >debug1: SSH2_MSG_KEXINIT received >debug2: local client KEXINIT proposal >debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c >debug2: host key algorithms: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519 >debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc >debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc >debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 >debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 >debug2: compression ctos: none,zlib@openssh.com,zlib >debug2: compression stoc: none,zlib@openssh.com,zlib >debug2: languages ctos: >debug2: languages stoc: >debug2: first_kex_follows 0 >debug2: reserved 0 >debug2: peer server KEXINIT proposal >debug2: KEX algorithms: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 >debug2: host key algorithms: ssh-rsa,ssh-dss >debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se >debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se >debug2: MACs ctos: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 >debug2: MACs stoc: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 >debug2: compression ctos: none,zlib@openssh.com >debug2: compression stoc: none,zlib@openssh.com >debug2: languages ctos: >debug2: languages stoc: >debug2: first_kex_follows 0 >debug2: reserved 0 >debug1: kex: algorithm: diffie-hellman-group-exchange-sha256 >debug1: kex: host key algorithm: ssh-rsa >debug1: kex: server->client cipher: aes128-ctr MAC: umac-64@openssh.com compression: none >debug1: kex: client->server cipher: aes128-ctr MAC: umac-64@openssh.com compression: none >debug1: kex: diffie-hellman-group-exchange-sha256 need=16 dh_need=16 >debug1: kex: diffie-hellman-group-exchange-sha256 need=16 dh_need=16 >debug3: send packet: type 34 >debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(2048<3072<8192) sent >debug3: receive packet: type 31 >debug1: got SSH2_MSG_KEX_DH_GEX_GROUP >debug2: bits set: 1530/3072 >debug3: send packet: type 32 >debug1: SSH2_MSG_KEX_DH_GEX_INIT sent >debug3: receive packet: type 33 >debug1: got SSH2_MSG_KEX_DH_GEX_REPLY >debug1: Server host key: ssh-rsa SHA256:hFFd9teFP4H1YPfvG/F7fCikVmOLb1dsA5zzcpNwShQ >debug3: put_host_port: [999.999.999.999]:1412 >debug3: put_host_port: [______.org]:1412 >debug3: hostkeys_foreach: reading file "/home/abustany/.ssh/known_hosts" >debug3: record_hostkey: found key type RSA in file /home/abustany/.ssh/known_hosts:173 >debug3: load_hostkeys: loaded 1 keys from [______.org]:1412 >debug3: hostkeys_foreach: reading file "/home/abustany/.ssh/known_hosts" >debug3: record_hostkey: found key type RSA in file /home/abustany/.ssh/known_hosts:173 >debug3: load_hostkeys: loaded 1 keys from [999.999.999.999]:1412 >debug1: Host '[______.org]:1412' is known and matches the RSA host key. >debug1: Found key in /home/abustany/.ssh/known_hosts:173 >debug2: bits set: 1565/3072 >debug3: send packet: type 21 >debug2: set_newkeys: mode 1 >debug1: rekey after 4294967296 blocks >debug1: SSH2_MSG_NEWKEYS sent >debug1: expecting SSH2_MSG_NEWKEYS >debug3: receive packet: type 21 >debug1: SSH2_MSG_NEWKEYS received >debug2: set_newkeys: mode 0 >debug1: rekey after 4294967296 blocks >debug1: Skipping ssh-dss key /home/abustany/.ssh/id_dsa - not in PubkeyAcceptedKeyTypes >debug2: key: /home/abustany/.ssh/id_rsa (0x55555582f1e0), agent >debug2: key: /home/abustany/.ssh/id_ecdsa ((nil)) >debug2: key: /home/abustany/.ssh/id_ed25519 ((nil)) >debug3: send packet: type 5 >debug3: receive packet: type 6 >debug2: service_accept: ssh-userauth >debug1: SSH2_MSG_SERVICE_ACCEPT received >debug3: send packet: type 50 >debug3: receive packet: type 51 >debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password >debug3: start over, passed a different list publickey,gssapi-keyex,gssapi-with-mic,password >debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password >debug3: authmethod_lookup gssapi-keyex >debug3: remaining preferred: gssapi-with-mic,publickey,keyboard-interactive,password >debug3: authmethod_is_enabled gssapi-keyex >debug1: Next authentication method: gssapi-keyex >debug1: No valid Key exchange context >debug2: we did not send a packet, disable method >debug3: authmethod_lookup gssapi-with-mic >debug3: remaining preferred: publickey,keyboard-interactive,password >debug3: authmethod_is_enabled gssapi-with-mic >debug1: Next authentication method: gssapi-with-mic >debug1: Unspecified GSS failure. Minor code may provide more information >No Kerberos credentials available (default cache: KEYRING:persistent:1000) > >debug1: Unspecified GSS failure. Minor code may provide more information >No Kerberos credentials available (default cache: KEYRING:persistent:1000) > >debug1: Unspecified GSS failure. Minor code may provide more information > > >debug1: Unspecified GSS failure. Minor code may provide more information >No Kerberos credentials available (default cache: KEYRING:persistent:1000) > >Missing separate debuginfo for /lib64/libwbclient.so.0 >Try: dnf --enablerepo='*debug*' install /usr/lib/debug/.build-id/1d/133698950a7c2c4c301bfce464dfcfc24bcaeb.debug >debug1: Unspecified GSS failure. Minor code may provide more information >Feature not available > >debug2: we did not send a packet, disable method >debug3: authmethod_lookup publickey >debug3: remaining preferred: keyboard-interactive,password >debug3: authmethod_is_enabled publickey >debug1: Next authentication method: publickey >debug1: Offering RSA public key: /home/abustany/.ssh/id_rsa >debug3: send_pubkey_test >debug3: send packet: type 50 >debug2: we sent a publickey packet, wait for reply >debug3: receive packet: type 60 >debug1: Server accepts key: pkalg ssh-rsa blen 533 >debug2: input_userauth_pk_ok: fp SHA256:0W5t2C72OSmDEjZhqogrYNy28am3A1KIi29q8hGfZ8s >debug3: sign_and_send_pubkey: RSA SHA256:0W5t2C72OSmDEjZhqogrYNy28am3A1KIi29q8hGfZ8s >debug3: send packet: type 50 >debug3: receive packet: type 52 >debug1: Authentication succeeded (publickey). >Authenticated to ______.org ([999.999.999.999]:1412). >debug1: channel 0: new [client-session] >debug3: ssh_session2_open: channel_new: 0 >debug2: channel 0: send open >debug3: send packet: type 90 >debug1: Requesting no-more-sessions@openssh.com >debug3: send packet: type 80 >debug1: Entering interactive session. >debug1: pledge: network >debug3: receive packet: type 91 >debug2: callback start >debug2: fd 3 setting TCP_NODELAY >debug3: ssh_packet_set_tos: set IP_TOS 0x10 >debug2: client_session2_setup: id 0 >debug2: channel 0: request pty-req confirm 1 >debug3: send packet: type 98 >debug1: Sending environment. >debug3: Ignored env XDG_VTNR >debug3: Ignored env XDG_SESSION_ID >debug3: Ignored env WAYLAND_DISPLAY >debug3: Ignored env ANDROID_HOME >debug3: Ignored env VTE_VERSION >debug3: Ignored env XDG_MENU_PREFIX >debug3: Ignored env SHELL >debug3: Ignored env TERM >debug3: Ignored env GVM_ROOT >debug3: Ignored env QTDIR >debug3: Ignored env QTINC >debug3: Ignored env USER >debug3: Ignored env DESKTOP_AUTOSTART_ID >debug3: Ignored env LS_COLORS >debug3: Ignored env QT_AUTO_SCREEN_SCALE_FACTOR >debug3: Ignored env SSH_AUTH_SOCK >debug3: Ignored env USERNAME >debug3: Ignored env SESSION_MANAGER >debug3: Ignored env COLUMNS >debug3: Ignored env DESKTOP_SESSION >debug3: Ignored env PATH >debug3: Ignored env _ >debug3: Ignored env QT_QPA_PLATFORMTHEME >debug3: Ignored env QT_IM_MODULE >debug3: Ignored env PWD >debug3: Ignored env XDG_SESSION_TYPE >debug3: Ignored env GVM_VERSION >debug1: Sending env XMODIFIERS = @im=ibus >debug2: channel 0: request env confirm 0 >debug3: send packet: type 98 >debug3: Ignored env EDITOR >debug1: Sending env LANG = fr_FR.UTF-8 >debug2: channel 0: request env confirm 0 >debug3: send packet: type 98 >debug3: Ignored env GDM_LANG >debug3: Ignored env MODULEPATH >debug3: Ignored env gvm_pkgset_name >debug3: Ignored env S_COLORS >debug3: Ignored env KDEDIRS >debug3: Ignored env LOADEDMODULES >debug3: Ignored env LINES >debug3: Ignored env GDMSESSION >debug3: Ignored env SSH_ASKPASS >debug3: Ignored env TEXINPUTS >debug3: Ignored env MALLOC_PERTURB_ >debug3: Ignored env SHLVL >debug3: Ignored env HOME >debug3: Ignored env XDG_SEAT >debug3: Ignored env GOROOT >debug3: Ignored env GNOME_DESKTOP_SESSION_ID >debug3: Ignored env gvm_go_name >debug3: Ignored env DYLD_LIBRARY_PATH >debug3: Ignored env LOGNAME >debug3: Ignored env XDG_SESSION_DESKTOP >debug3: Ignored env CVS_RSH >debug3: Ignored env QTLIB >debug3: Ignored env GVM_OVERLAY_PREFIX >debug3: Ignored env DBUS_SESSION_BUS_ADDRESS >debug3: Ignored env XDG_DATA_DIRS >debug3: Ignored env MODULESHOME >debug3: Ignored env LESSOPEN >debug3: Ignored env PKG_CONFIG_PATH >debug3: Ignored env GOPATH >debug3: Ignored env JOURNAL_STREAM >debug3: Ignored env PROMPT_COMMAND >debug3: Ignored env DISPLAY >debug3: Ignored env XDG_RUNTIME_DIR >debug3: Ignored env XDG_CURRENT_DESKTOP >debug3: Ignored env COLORTERM >debug3: Ignored env GVM_PATH_BACKUP >debug3: Ignored env BASH_FUNC_module() >debug3: Ignored env BASH_FUNC_scl() >debug2: channel 0: request shell confirm 1 >debug3: send packet: type 98 >debug2: callback done >debug2: channel 0: open confirm rwindow 0 rmax 32768 >debug3: receive packet: type 99 >debug2: channel_input_status_confirm: type 99 id 0 >debug2: PTY allocation request accepted on channel 0 >debug2: channel 0: rcvd adjust 2097152 >debug3: receive packet: type 99 >debug2: channel_input_status_confirm: type 99 id 0 >debug2: shell request accepted on channel 0 >Last login: Tue Nov 29 12:09:17 2016 from 93.220.113.130 >CentOS release 6.8 (Final) > >[abustany@_____ ~]$debug3: receive packet: type 98 >debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 >debug3: receive packet: type 98 >debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0 >debug2: channel 0: rcvd eow >debug2: channel 0: close_read >debug2: channel 0: input open -> closed >logout >debug3: receive packet: type 96 >debug2: channel 0: rcvd eof >debug2: channel 0: output open -> drain >debug2: channel 0: obuf empty >debug2: channel 0: close_write >debug2: channel 0: output drain -> closed >debug3: receive packet: type 97 >debug2: channel 0: rcvd close >debug3: channel 0: will not send data after close >debug2: channel 0: almost dead >debug2: channel 0: gc: notify user >debug2: channel 0: gc: user detached >debug2: channel 0: send close >debug3: send packet: type 97 >debug2: channel 0: is dead >debug2: channel 0: garbage collecting >debug1: channel 0: free: client-session, nchannels 1 >debug3: channel 0: status: The following connections are open: > #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1) > >debug3: send packet: type 1 >Connection to ______.org closed. >Transferred: sent 4352, received 3664 bytes, in 4.1 seconds >Bytes per second: sent 1065.8, received 897.3 >debug1: Exit status 0 > >Breakpoint 1, _dl_close (_map=0x555555836100) at dl-close.c:811 >811 assert (map->l_init_called); >Missing separate debuginfos, use: dnf debuginfo-install cyrus-sasl-lib-2.1.26-26.2.fc24.x86_64 gssntlmssp-0.7.0-1.fc25.x86_64 gssproxy-0.5.1-3.fc25.x86_64 keyutils-libs-1.5.9-8.fc24.x86_64 libunistring-0.9.4-3.fc24.x86_64 libwbclient-4.5.1-1.fc25.x86_64 nspr-4.13.1-1.fc25.x86_64 nss-3.27.0-1.2.fc25.x86_64 nss-mdns-0.10-17.fc24.x86_64 nss-softokn-freebl-3.27.0-1.0.fc25.x86_64 nss-util-3.27.0-1.0.fc25.x86_64 pcre-8.39-6.fc25.x86_64 samba-client-libs-4.5.1-1.fc25.x86_64 >(gdb) print *map >$1 = {l_addr = 140737155338240, l_name = 0x555555835ca0 "/usr/lib64/gssntlmssp/gssntlmssp.so", l_ld = 0x7fffec482ac0, l_next = 0x555555836790, l_prev = 0x555555834e80, l_real = 0x555555836100, l_ns = 0, l_libname = 0x555555836578, l_info = {0x0, 0x7fffec482b60, 0x0, > 0x7fffec482c30, 0x0, 0x7fffec482bf0, 0x7fffec482c00, 0x7fffec482c40, 0x7fffec482c50, 0x7fffec482c60, 0x7fffec482c10, 0x7fffec482c20, 0x7fffec482b80, 0x7fffec482b90, 0x7fffec482b70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fffec482c80, 0x7fffec482ba0, > 0x7fffec482bc0, 0x7fffec482bb0, 0x7fffec482bd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fffec482ca0, 0x7fffec482c90, 0x0, 0x0, 0x7fffec482c80, 0x0, 0x7fffec482cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7fffec482cb0, 0x0 <repeats 25 times>, 0x7fffec482be0}, > l_phdr = 0x7fffec269040, l_entry = 140737155348000, l_phnum = 7, l_ldnum = 38, l_searchlist = {r_list = 0x555555836670, r_nlist = 21}, l_symbolic_searchlist = {r_list = 0x555555836570, r_nlist = 0}, l_loader = 0x0, l_versions = 0x555555835ae0, l_nversions = 13, > l_nbuckets = 17, l_gnu_bitmask_idxbits = 3, l_gnu_shift = 8, l_gnu_bitmask = 0x7fffec269200, {l_gnu_buckets = 0x7fffec269220, l_chain = 0x7fffec269220}, {l_gnu_chain_zero = 0x7fffec269104, l_buckets = 0x7fffec269104}, l_direct_opencount = 1, l_type = lt_loaded, > l_relocated = 1, l_init_called = 0, l_global = 0, 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 = 1, l_symbolic_in_local_scope = 0, l_free_initfini = 1, > l_rpath_dirs = {dirs = 0xffffffffffffffff, malloced = 0}, l_reloc_result = 0x0, l_versyms = 0x7fffec26a5fe, l_origin = 0x555555834280 "/usr/lib64/gssntlmssp", l_map_start = 140737155338240, l_map_end = 140737157541976, l_text_end = 140737155444736, l_scope_mem = { > 0x7ffff7ffe3e0, 0x5555558363b8, 0x0, 0x0}, l_scope_max = 4, l_scope = 0x555555836458, l_local_scope = {0x5555558363b8, 0x0}, l_file_id = {dev = 64770, ino = 677064}, l_runpath_dirs = {dirs = 0xffffffffffffffff, malloced = 0}, l_initfini = 0x5555558365c0, > l_reldeps = 0x0, l_reldepsmax = 0, l_used = 1, l_feature_1 = 0, l_flags_1 = 9, l_flags = 0, l_idx = 37, l_mach = {plt = 0, gotplt = 0, tlsdesc_table = 0x0}, l_lookup_cache = {sym = 0x7fffec269b08, type_class = 4, value = 0x555555836c40, ret = 0x7fffebde8ae8}, > 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 = 2201992, l_relro_size = 1656, l_serial = 37, l_audit = 0x555555836570} >(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 1399594
: 1225788