From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <5449E0EF.7040402@kernel.dk> Date: Thu, 23 Oct 2014 23:17:35 -0600 From: Jens Axboe MIME-Version: 1.0 Subject: Re: fio hangs with --status-interval References: <53BE5286.2060203@kernel.dk> <53BEF29E.3040500@kernel.dk> <53BFCF22.8020407@kernel.dk> <53C0F4EC.9010107@kernel.dk> <53CCCA96.7010703@kernel.dk> <53D20AA8.6020700@kernel.dk> <53D20DB8.10100@kernel.dk> <53D61053.9030902@kernel.dk> <53D6A95B.8020307@kernel.dk> <54492656.5050805@kernel.dk> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Michael Mattsson Cc: Vasily Tarasov , "fio@vger.kernel.org" List-ID: On 2014-10-23 15:58, Michael Mattsson wrote: > Hi, > I got some new traces of the stuck fio process. > > This is 2.1.13: > (gdb) bt > #0 0x00007f53cbb085bc in pthread_cond_wait@@GLIBC_2.3.2 () from > /lib64/libpthread.so.0 > #1 0x0000000000430339 in fio_mutex_down (mutex=0x7f53c24ce000) at mutex.c:155 > #2 0x0000000000411950 in stat_exit () at stat.c:1905 > #3 0x000000000044c756 in fio_backend () at backend.c:2094 > #4 0x00007f53cb583d1d in __libc_start_main () from /lib64/libc.so.6 > #5 0x0000000000409e49 in _start () > (gdb) > > With fio-2.1.13-88-gb2ee7: > (gdb) bt > #0 0x00007f871e9de22d in pthread_join () from /lib64/libpthread.so.0 > #1 0x0000000000411939 in wait_for_status_interval_thread_exit () at stat.c:1939 > #2 0x000000000044ce2a in fio_backend () at backend.c:2084 > #3 0x00007f871e45cd1d in __libc_start_main () from /lib64/libc.so.6 > #4 0x000000000040a529 in _start () OK, I think I see what this is. Please update to current -git again and see if that doesn't fix up this issue. -- Jens Axboe