Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2016 19:33:47 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        Henri Hennebert <hlh@restart.be>, freebsd-stable@FreeBSD.org
Subject:   Re: Freebsd 11.0 RELEASE - ZFS deadlock
Message-ID:  <8e7547ef-87f7-7fab-6f45-221e8cea1989@FreeBSD.org>
In-Reply-To: <23a66749-f138-1f1a-afae-c775f906ff37@restart.be>
References:  <0c223160-b76f-c635-bb15-4a068ba7efe7@restart.be> <aaf2df40-b0df-2141-9ed8-5b947d8d5a33@FreeBSD.org> <43c9d4d4-1995-5626-d70a-f92a5b456629@FreeBSD.org> <a14d508d-351f-71f4-c7cc-ac73dbcde357@restart.be> <9d1f9a76-5a8d-6eca-9a50-907d55099847@FreeBSD.org> <6bc95dce-31e1-3013-bfe3-7c2dd80f9d1e@restart.be> <e4878992-a362-3f12-e743-8efa1347cabf@FreeBSD.org> <23a66749-f138-1f1a-afae-c775f906ff37@restart.be>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/11/2016 18:12, Henri Hennebert wrote:
> On 11/10/2016 16:54, Andriy Gapon wrote:
>> On 10/11/2016 17:20, Henri Hennebert wrote:
>>> On 11/10/2016 15:00, Andriy Gapon wrote:
>>>> Interesting.  I can not spot any suspicious thread that would hold the vnode
>>>> lock.  Could you please run kgdb (just like that, no arguments), then execute
>>>> 'bt' command and then select a frame when _vn_lock is called with 'fr N'
>>>> command.  Then please 'print *vp' and share the result.
>>>>
>>> I Think I miss something in your request:
>>
>> Oh, sorry!  The very first step should be 'tid 101112' to switch to the correct
>> context.
>>
> 
> (kgdb) fr 7
> #7  0xffffffff8063c5b3 in _vn_lock (vp=<value optimized out>, flags=2121728,

"value optimized out" - not good

> file=<value optimized out>,
>     line=<value optimized out>) at vnode_if.h:859
> 859    vnode_if.h: No such file or directory.
>     in vnode_if.h
> (kgdb) print *vp

I am not sure if this output is valid, because of the message above.
Could you please try to navigate to nearby frames and see if vp itself has a
valid value there.  If you can find such a frame please do *vp  there.

> $1 = {v_tag = 0xffffffff80faeb78 "â~\231\200ÿÿÿÿ", v_op = 0xfffff80009a41000,
> v_data = 0x0, v_mount = 0xfffff80009a41010,
>   v_nmntvnodes = {tqe_next = 0x0, tqe_prev = 0xffffffff80edc088}, v_un =
> {vu_mount = 0x0, vu_socket = 0x0, vu_cdev = 0x0,
>     vu_fifoinfo = 0x0}, v_hashlist = {le_next = 0xfffff80009466e90, le_prev =
> 0x0}, v_cache_src = {lh_first = 0xfffffe010186d768},
>   v_cache_dst = {tqh_first = 0x0, tqh_last = 0xfffffe0000b8a7c0}, v_cache_dd =
> 0xfffff8000284f000, v_lock = {lock_object = {
>       lo_name = 0xfffff8002c00ee80 "", lo_flags = 0, lo_data = 0, lo_witness =
> 0xfffff800068bd480},
>     lk_lock = 18446735277770268056, lk_exslpfail = 153715840, lk_timo = -2048,
> lk_pri = 0}, v_interlock = {lock_object = {
>       lo_name = 0x18af8ffffffff <Error reading address 0x18af8ffffffff: Bad
> address>, lo_flags = 0, lo_data = 0,
>       lo_witness = 0x0}, mtx_lock = 0}, v_vnlock = 0x0, v_actfreelist =
> {tqe_next = 0x0, tqe_prev = 0xfffff80009ba05c0},
>   v_bufobj = {bo_lock = {lock_object = {lo_name = 0xfffff80009a41000 "",
> lo_flags = 1, lo_data = 0, lo_witness = 0x4000000ff},
>       rw_lock = 2}, bo_ops = 0x100000000, bo_object = 0xfffff80049c2c068,
> bo_synclist = {le_next = 0xffffffff813be535,
>       le_prev = 0x1000000000000}, bo_private = 0x0, __bo_vnode = 0x0, bo_clean =
> {bv_hd = {tqh_first = 0x0, tqh_last = 0x0},
>       bv_root = {pt_root = 0}, bv_cnt = 0}, bo_dirty = {bv_hd = {tqh_first =
> 0xfffff80088ac8d00, tqh_last = 0xfffff8003cc5b600},
>       bv_root = {pt_root = 2553161591}, bv_cnt = -1741805705}, bo_numoutput =
> 31, bo_flag = 0, bo_bsize = 0}, v_pollinfo = 0x0,
>   v_label = 0x0, v_lockf = 0x0, v_rl = {rl_waiters = {tqh_first = 0xf88,
> tqh_last = 0x19cc}, rl_currdep = 0x3f8},
>   v_cstart = 16256, v_lasta = 679, v_lastw = 0, v_clen = 0, v_holdcnt = 0,
> v_usecount = 2369, v_iflag = 0, v_vflag = 0,
>   v_writecount = 0, v_hash = 0, v_type = VNON}
> (kgdb)
> 
> Thanks for your time
> 
> Henri


-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8e7547ef-87f7-7fab-6f45-221e8cea1989>