Bug 1381924 - automount segfaults in error code path (PRErrorTableList corruption)
Summary: automount segfaults in error code path (PRErrorTableList corruption)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: autofs
Version: 7.2
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Ian Kent
QA Contact: xiaoli feng
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-05 11:30 UTC by Karsten Weiss
Modified: 2017-02-07 01:51 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1197622
Environment:
Last Closed: 2017-02-07 01:51:25 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Karsten Weiss 2016-10-05 11:30:18 UTC
+++ This bug was initially created as a clone of Bug #1197622 +++

# abrt-cli list
id 04858302f18d60fc5b8f969183bdb54a6b6e91ac
reason:         automount killed by SIGSEGV
time:           Mon 06 Jun 2016 12:43:24 PM CEST
cmdline:        /usr/sbin/automount --pid-file /run/autofs.pid
package:        autofs-5.0.7-54.el7
uid:            0 (root)
count:          5
Directory:      /var/spool/abrt/ccpp-2016-06-06-12:43:24-2372
Reported:       http://retrace/faf/reports/bthash/3515ce7eee585ae018d070fbd36bf1c6bb2ce7b5

# cat var_log_messages 
[System Logs]:
May 23 11:49:17 sandy1868 systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 797 (systemd-binfmt)
Jun 06 12:43:23 sandy1868 kernel: automount[14147]: segfault at 7eff32bdb0c0 ip 00007eff31bf6f3c sp 00007eff0c1b23b0 error 4 in libnspr4.so[7eff31bdd000+3a000]
[User Logs]:
May 23 11:49:17 sandy1868 systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 797 (systemd-binfmt)

gdb:

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `/usr/sbin/automount --pid-file /run/autofs.pid'.
Program terminated with signal 11, Segmentation fault.
#0  0x00007eff31bf6f3c in PR_ErrorToString (code=code@entry=-5961, language=language@entry=0) at ../../../nspr/pr/src/misc/prerrortable.c:102
102             if (et->table->base <= code &&
Missing separate debuginfos, use: debuginfo-install cyrus-sasl-gssapi-2.1.26-20.el7_2.x86_64 cyrus-sasl-lib-2.1.26-20.el7_2.x86_64 cyrus-sasl-plain-2.1.26-20.el7_2.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.13.2-12.el7_2.x86_64 libcom_err-1.42.9-7.el7.x86_64 libdb-5.3.21-19.el7.x86_64 libgcc-4.8.5-4.el7.x86_64 libselinux-2.2.2-6.el7.x86_64 libtirpc-0.2.4-0.6.el7.x86_64 libxml2-2.9.1-6.el7_2.3.x86_64 nss-3.21.0-9.el7_2.x86_64 nss-softokn-3.16.2.3-14.2.el7_2.x86_64 nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 nss-util-3.21.0-2.2.el7_2.x86_64 pcre-8.32-15.el7_2.1.x86_64 sqlite-3.7.17-8.el7.x86_64 sssd-client-1.13.0-40.el7_2.12.x86_64 xz-libs-5.1.2-12alpha.el7.x86_64 zlib-1.2.7-15.el7.x86_64
(gdb) bt
#0  0x00007eff31bf6f3c in PR_ErrorToString (code=code@entry=-5961, language=language@entry=0) at ../../../nspr/pr/src/misc/prerrortable.c:102
#1  0x00007eff32843ad2 in tlsm_session_errmsg (sess=<optimized out>, rc=<optimized out>, buf=0x7eff0c1b2410 "q\333\344", <incomplete sequence \363>, len=256) at tls_m.c:2854
#2  0x00007eff32841d1a in ldap_int_tls_connect (ld=ld@entry=0x7efeb0000db0, host=host@entry=0x7efeb0000e40 "infra9", conn=0x7efeb000a190) at tls2.c:383
#3  0x00007eff32842443 in ldap_int_tls_start (ld=ld@entry=0x7efeb0000db0, conn=conn@entry=0x7efeb000a190, srv=srv@entry=0x7efeb0000de0) at tls2.c:876
#4  0x00007eff3281be71 in ldap_int_open_connection (ld=ld@entry=0x7efeb0000db0, conn=conn@entry=0x7efeb000a190, srv=0x7efeb0000de0, async=async@entry=0) at open.c:448
#5  0x00007eff3282ef6d in ldap_new_connection (ld=ld@entry=0x7efeb0000db0, srvlist=srvlist@entry=0x7efeb0000b08, use_ldsb=use_ldsb@entry=1, connect=connect@entry=1, bind=bind@entry=0x0, m_req=m_req@entry=0, m_res=m_res@entry=0) at request.c:484
#6  0x00007eff3281b30f in ldap_open_defconn (ld=ld@entry=0x7efeb0000db0) at open.c:41
#7  0x00007eff32830248 in ldap_send_initial_request (ld=ld@entry=0x7efeb0000db0, msgtype=msgtype@entry=96, dn=dn@entry=0x7eff3284fb06 "", ber=ber@entry=0x7efeb0009140, msgid=msgid@entry=1) at request.c:130
#8  0x00007eff32825178 in ldap_sasl_bind (ld=ld@entry=0x7efeb0000db0, dn=0x7eff3284fb06 "", dn@entry=0x0, mechanism=mechanism@entry=0x0, cred=cred@entry=0x7eff0c1b27d0, sctrls=sctrls@entry=0x0, cctrls=<optimized out>, 
    msgidp=msgidp@entry=0x7eff0c1b2764) at sasl.c:148
#9  0x00007eff328256e9 in ldap_sasl_bind_s (ld=ld@entry=0x7efeb0000db0, dn=dn@entry=0x0, mechanism=mechanism@entry=0x0, cred=cred@entry=0x7eff0c1b27d0, sctrls=sctrls@entry=0x0, cctrls=cctrls@entry=0x0, 
    servercredp=servercredp@entry=0x0) at sasl.c:182
#10 0x00007eff32825f85 in ldap_simple_bind_s (ld=ld@entry=0x7efeb0000db0, dn=dn@entry=0x0, passwd=passwd@entry=0x0) at sbind.c:113
#11 0x00007eff32a6afe7 in bind_ldap_simple (logopt=logopt@entry=0, ldap=ldap@entry=0x7efeb0000db0, uri=uri@entry=0x0, ctxt=ctxt@entry=0x7eff14000c50) at lookup_ldap.c:199
#12 0x00007eff32a6b4f2 in do_bind (ctxt=0x7eff14000c50, uri=0x0, ldap=0x7efeb0000db0, logopt=0) at lookup_ldap.c:589
#13 do_connect (logopt=logopt@entry=0, ldap=ldap@entry=0x7eff0c1b2a20, uri=0x0, ctxt=ctxt@entry=0x7eff14000c50) at lookup_ldap.c:661
#14 0x00007eff32a6bd97 in do_reconnect (logopt=0, ldap=0x7eff0c1b2a20, ctxt=0x7eff14000c50) at lookup_ldap.c:972
#15 0x00007eff32a6f618 in lookup_one (ap=<optimized out>, ap=<optimized out>, ctxt=0x7eff14000c50, qKey_len=8, qKey=0x7efeb0000d70 "INCOMING", source=0x7eff14000950) at lookup_ldap.c:2932
#16 match_key (ctxt=0x7eff14000c50, key_len=8, key=0x7efeb0000d70 "INCOMING", source=0x7eff14000950, ap=0x7eff36fd39a0) at lookup_ldap.c:3427
#17 check_map_indirect (ctxt=0x7eff14000c50, key_len=8, key=0x7efeb0000d70 "INCOMING", source=0x7eff14000950, ap=0x7eff36fd39a0) at lookup_ldap.c:3514
#18 lookup_mount (ap=0x7eff36fd39a0, name=<optimized out>, name_len=<optimized out>, context=0x7eff14000c50) at lookup_ldap.c:3667
#19 0x00007eff363d1d2b in lookup_name_source_instance (name_len=8, name=0x7eff0c1b6dc0 "INCOMING", type=0x7efeb0000d50 "ldap", map=0x7eff36fd3a90, ap=0x7eff36fd39a0) at lookup.c:936
#20 lookup_map_name (this=0x7efeb0000d10, name_len=8, name=0x7eff0c1b6dc0 "INCOMING", map=0x7eff36fd3a90, ap=0x7eff36fd39a0) at lookup.c:991
#21 lookup_nss_mount (ap=ap@entry=0x7eff36fd39a0, source=source@entry=0x0, name=name@entry=0x7eff0c1b6dc0 "INCOMING", name_len=8) at lookup.c:1185
#22 0x00007eff363c8cb5 in do_mount_indirect (arg=<optimized out>) at indirect.c:772
#23 0x00007eff35f81dc5 in start_thread (arg=0x7eff0c1b9700) at pthread_create.c:308
#24 0x00007eff34deaced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb) info threads
  Id   Target Id         Frame 
  17   Thread 0x7eff0ffff700 (LWP 2579) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  16   Thread 0x7eff0dffb700 (LWP 2620) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  15   Thread 0x7eff2f374700 (LWP 2567) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  14   Thread 0x7eff2e372700 (LWP 2570) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  13   Thread 0x7eff3639f840 (LWP 2372) 0x00007eff35f88e91 in do_sigwait (sig=0x7ffd378b4d18, set=<optimized out>) at ../sysdeps/unix/sysv/linux/sigwait.c:61
  12   Thread 0x7eff0e7fc700 (LWP 2619) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  11   Thread 0x7eff0d7fa700 (LWP 2621) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  10   Thread 0x7eff3349b700 (LWP 2552) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  9    Thread 0x7eff2eb73700 (LWP 2568) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  8    Thread 0x7eff0f7fe700 (LWP 2614) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  7    Thread 0x7eff2db71700 (LWP 2573) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  6    Thread 0x7eff0effd700 (LWP 2618) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  5    Thread 0x7eff2cb6f700 (LWP 2576) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  4    Thread 0x7eff2d370700 (LWP 2574) 0x00007eff34de069d in poll () at ../sysdeps/unix/syscall-template.S:81
  3    Thread 0x7eff3639e700 (LWP 2373) pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
  2    Thread 0x7eff3638d700 (LWP 2374) pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
* 1    Thread 0x7eff0c1b9700 (LWP 14147) 0x00007eff31bf6f3c in PR_ErrorToString (code=code@entry=-5961, language=language@entry=0) at ../../../nspr/pr/src/misc/prerrortable.c:102
(gdb) bt full
#0  0x00007eff31bf6f3c in PR_ErrorToString (code=code@entry=-5961, language=language@entry=0) at ../../../nspr/pr/src/misc/prerrortable.c:102
        buffer = '\000' <repeats 24 times>
        msg = <optimized out>
        offset = <optimized out>
        table_num = <optimized out>
        et = 0x7eff36fa8460
        started = 0
        cp = <optimized out>
#1  0x00007eff32843ad2 in tlsm_session_errmsg (sess=<optimized out>, rc=<optimized out>, buf=0x7eff0c1b2410 "q\333\344", <incomplete sequence \363>, len=256) at tls_m.c:2854
        i = 0
        prerror = -5961
#2  0x00007eff32841d1a in ldap_int_tls_connect (ld=ld@entry=0x7efeb0000db0, host=host@entry=0x7efeb0000e40 "infra9", conn=0x7efeb000a190) at tls2.c:383
        buf = "q\333\344\363\000\201\377\377\002", '\000' <repeats 23 times>, "\060\000\000\000[\000\000\000\220$\033\f\377~", '\000' <repeats 18 times>, "n\000\000\000w", '\000' <repeats 11 times>, "\217$\033\f\377~\000\000\000\00
0\000\000\000\000\000\000n\000\000\000w", '\000' <repeats 11 times>, "|\000\000\000\377~\000\000\000%\033\f\377~\000\000\300\016\000\260\376~\000\000\244$\033\f\377~\000\000|\000\000\000T\000\000\000\000\242\000\260\376~\000\000\b\
000\000\000\000\000\000\000 \000\000\260\376~\000\000\006\000\000\000\000\000\000\000\310\016\000\260\376~\000\000\300\016\000\260\376~\000\000"...
        msg = <optimized out>
        sb = 0x7efeb0000ec0
        err = -1
        ssl = 0x7efeb000a300
#3  0x00007eff32842443 in ldap_int_tls_start (ld=ld@entry=0x7efeb0000db0, conn=conn@entry=0x7efeb000a190, srv=srv@entry=0x7efeb0000de0) at tls2.c:876
        sb = <optimized out>
        host = 0x7efeb0000e40 "infra9"
        ret = <optimized out>
#4  0x00007eff3281be71 in ldap_int_open_connection (ld=ld@entry=0x7efeb0000db0, conn=conn@entry=0x7efeb000a190, srv=0x7efeb0000de0, async=async@entry=0) at open.c:448
        rc = 0
        proto = <optimized out>
#5  0x00007eff3282ef6d in ldap_new_connection (ld=ld@entry=0x7efeb0000db0, srvlist=srvlist@entry=0x7efeb0000b08, use_ldsb=use_ldsb@entry=1, connect=connect@entry=1, bind=bind@entry=0x0, m_req=m_req@entry=0, m_res=m_res@entry=0)
    at request.c:484
        rc = <optimized out>
        srvp = 0x7efeb0000b08
        srv = 0x0
        lc = 0x7efeb000a190
        async = 0
        __PRETTY_FUNCTION__ = "ldap_new_connection"
#6  0x00007eff3281b30f in ldap_open_defconn (ld=ld@entry=0x7efeb0000db0) at open.c:41
No locals.
#7  0x00007eff32830248 in ldap_send_initial_request (ld=ld@entry=0x7efeb0000db0, msgtype=msgtype@entry=96, dn=dn@entry=0x7eff3284fb06 "", ber=ber@entry=0x7efeb0009140, msgid=msgid@entry=1) at request.c:130
        rc = 1
        sd = -1
#8  0x00007eff32825178 in ldap_sasl_bind (ld=ld@entry=0x7efeb0000db0, dn=0x7eff3284fb06 "", dn@entry=0x0, mechanism=mechanism@entry=0x0, cred=cred@entry=0x7eff0c1b27d0, sctrls=sctrls@entry=0x0, cctrls=<optimized out>, 
    msgidp=msgidp@entry=0x7eff0c1b2764) at sasl.c:148
        ber = 0x7efeb0009140
        rc = <optimized out>
        id = 1
        __PRETTY_FUNCTION__ = "ldap_sasl_bind"
#9  0x00007eff328256e9 in ldap_sasl_bind_s (ld=ld@entry=0x7efeb0000db0, dn=dn@entry=0x0, mechanism=mechanism@entry=0x0, cred=cred@entry=0x7eff0c1b27d0, sctrls=sctrls@entry=0x0, cctrls=cctrls@entry=0x0, 
    servercredp=servercredp@entry=0x0) at sasl.c:182
        rc = <optimized out>
        msgid = 0
        result = 0xaaba4a7bf4f0ab00
        scredp = <optimized out>
#10 0x00007eff32825f85 in ldap_simple_bind_s (ld=ld@entry=0x7efeb0000db0, dn=dn@entry=0x0, passwd=passwd@entry=0x0) at sbind.c:113
        cred = {bv_len = 0, bv_val = 0x7eff3284fb06 ""}
#11 0x00007eff32a6afe7 in bind_ldap_simple (logopt=logopt@entry=0, ldap=ldap@entry=0x7efeb0000db0, uri=uri@entry=0x0, ctxt=ctxt@entry=0x7eff14000c50) at lookup_ldap.c:199
        rv = <optimized out>
        __FUNCTION__ = "bind_ldap_simple"
#12 0x00007eff32a6b4f2 in do_bind (ctxt=0x7eff14000c50, uri=0x0, ldap=0x7efeb0000db0, logopt=0) at lookup_ldap.c:589
        host = 0x0
        nhost = <optimized out>
        rv = <optimized out>
#13 do_connect (logopt=logopt@entry=0, ldap=ldap@entry=0x7eff0c1b2a20, uri=0x0, ctxt=ctxt@entry=0x7eff14000c50) at lookup_ldap.c:661
        cur_host = 0x0
        handle = 0x7efeb0000db0
        ret = 0
        __FUNCTION__ = "do_connect"
#14 0x00007eff32a6bd97 in do_reconnect (logopt=0, ldap=0x7eff0c1b2a20, ctxt=0x7eff14000c50) at lookup_ldap.c:972
        ret = 2
#15 0x00007eff32a6f618 in lookup_one (ap=<optimized out>, ap=<optimized out>, ctxt=0x7eff14000c50, qKey_len=8, qKey=0x7efeb0000d70 "INCOMING", source=0x7eff14000950) at lookup_ldap.c:2932
        rv = <optimized out>
        buf = '\000' <repeats 127 times>
        enc_len2 = 0
        we = <optimized out>
        query = <optimized out>
        entry = <optimized out>
        i = <optimized out>
        age = 1465209700
        bvKey = <optimized out>
        class = <optimized out>
        enc_key1 = 0x0
        attrs = {0x0, 0x0, 0x0}
        scope = 2
        mc = 0x7eff36fd3bb0
        count = <optimized out>
        e = <optimized out>
        info = <optimized out>
        enc_key2 = 0x0
        bvValues = <optimized out>
        wild = 0
        ret = 8
        l = <optimized out>
        ql = <optimized out>
        result = 0x0
        enc_len1 = 0
        ldap = 0x0
#16 match_key (ctxt=0x7eff14000c50, key_len=8, key=0x7efeb0000d70 "INCOMING", source=0x7eff14000950, ap=0x7eff36fd39a0) at lookup_ldap.c:3427
        is_amd_format = <optimized out>
        buf = '\000' <repeats 127 times>
        lkp_key = <optimized out>
        prefix = <optimized out>
        ret = <optimized out>
#17 check_map_indirect (ctxt=0x7eff14000c50, key_len=8, key=0x7efeb0000d70 "INCOMING", source=0x7eff14000950, ap=0x7eff36fd39a0) at lookup_ldap.c:3514
        is_amd_format = 0
        mc = 0x7eff36fd3bb0
        me = <optimized out>
        ret = <optimized out>
        status = <optimized out>
        now = 1465209700
        t_last_read = <optimized out>
        cur_state = 0
#18 lookup_mount (ap=0x7eff36fd39a0, name=<optimized out>, name_len=<optimized out>, context=0x7eff14000c50) at lookup_ldap.c:3667
        ctxt = <optimized out>
        source = 0x7eff14000950
        mc = 0x7eff36fd3bb0
        me = <optimized out>
        key = "INCOMING", '\000' <repeats 247 times>
        key_len = 8
        lkp_key = 0x7efeb0000d70 "INCOMING"
        mapent = 0x0
        mapent_buf = '\000' <repeats 5320 times>...
        buf = '\000' <repeats 127 times>
        status = 0
        ret = 1
        __FUNCTION__ = "lookup_mount"
#19 0x00007eff363d1d2b in lookup_name_source_instance (name_len=8, name=0x7eff0c1b6dc0 "INCOMING", type=0x7efeb0000d50 "ldap", map=0x7eff36fd3a90, ap=0x7eff36fd39a0) at lookup.c:936
        instance = <optimized out>
        format = 0x0
        age = 1465209700
#20 lookup_map_name (this=0x7efeb0000d10, name_len=8, name=0x7eff0c1b6dc0 "INCOMING", map=0x7eff36fd3a90, ap=0x7eff36fd39a0) at lookup.c:991
        result = <optimized out>
        tmap = {flags = 0, type = 0x7efeb0000cf0 "file", format = 0x0, name = 0x7eff36fd3b90 "auto.bulkdata", exp_timeout = 300, age = 139632339585668, master_line = 117, mc = 0x7eff36fd3bb0, stale = 2952792688, recurse = 0, 
          depth = 0, lookup = 0x750000ca15, argc = 0, argv = 0x0, instance = 0x7eff14000950, next = 0x7eff36f36748}
        path = <optimized out>
#21 lookup_nss_mount (ap=ap@entry=0x7eff36fd39a0, source=source@entry=0x0, name=name@entry=0x7eff0c1b6dc0 "INCOMING", name_len=8) at lookup.c:1185
        __clframe = {__cancel_routine = <optimized out>, __cancel_arg = 0x7eff36fd38b0, __do_it = 1, __cancel_type = <optimized out>}
        entry = 0x7eff36fd38b0
        nsslist = {next = 0x7efeb0000cd8, prev = 0x7efeb0000d38}
        head = 0x7eff0c1b6bd0
        p = 0x7efeb0000d38
        this = 0x7efeb0000d10
        map = 0x7eff36fd3a90
        status = <optimized out>
        result = <optimized out>
        __FUNCTION__ = "lookup_nss_mount"
#22 0x00007eff363c8cb5 in do_mount_indirect (arg=<optimized out>) at indirect.c:772
        __clframe = {__cancel_routine = <optimized out>, __cancel_arg = 0x7eff0c1b6d40, __do_it = 1, __cancel_type = <optimized out>}
        ops = 0x7eff366007e0 <dev_ioctl_ops>
        args = <optimized out>
        mt = {mutex = {__data = {__lock = 1, __count = 0, __owner = 14147, __nusers = 2, __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}}, 
            __size = "\001\000\000\000\000\000\000\000C7\000\000\002", '\000' <repeats 26 times>, __align = 1}, cond = {__data = {__lock = 0, __futex = 1, __total_seq = 1, __wakeup_seq = 0, __woken_seq = 0, 
              __mutex = 0x7eff14001c90, __nwaiters = 2, __broadcast_seq = 0}, __size = "\000\000\000\000\001\000\000\000\001", '\000' <repeats 23 times>, "\220\034\000\024\377~\000\000\002\000\000\000\000\000\000", 
            __align = 4294967296}, signaled = 0, ap = 0x7eff36fd39a0, status = 0, type = 0, ioctlfd = 0, mc = 0x0, name = "INCOMING", '\000' <repeats 4087 times>, dev = 45, len = 8, uid = 51733, gid = 117, wait_queue_token = 34}
        ap = 0x7eff36fd39a0
        buf = "/bulkdata/INCOMING", '\000' <repeats 3326 times>...
        st = {st_dev = 0, st_ino = 139634603681568, st_nlink = 139633884884208, st_mode = 921921072, st_uid = 32511, st_gid = 912263136, __pad0 = 32511, st_rdev = 139634591795994, st_size = 139634603681568, 
          st_blksize = 139634591693905, st_blocks = 8299964180202025775, st_atim = {tv_sec = 8299409961951322484, tv_nsec = 25200}, st_mtim = {tv_sec = 0, tv_nsec = 0}, st_ctim = {tv_sec = 0, tv_nsec = 0}, __unused = {0, 0, 0}}
        len = <optimized out>
        status = <optimized out>
        state = 0
        __FUNCTION__ = "do_mount_indirect"
#23 0x00007eff35f81dc5 in start_thread (arg=0x7eff0c1b9700) at pthread_create.c:308
        __res = <optimized out>
        pd = 0x7eff0c1b9700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139633884894976, -8543147375437812176, 0, 139633884895680, 139633884894976, 35, 8398857675906477616, 8398878269749718576}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 
              0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
#24 0x00007eff34deaced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
No locals.


Note You need to log in before you can comment on or make changes to this bug.