Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Apr 2026 06:26:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 293382] Dead lock and kernel crash around closefp_impl
Message-ID:  <bug-293382-227-hdwIfLVUhp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293382-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293382

--- Comment #45 from Paul <devgs@ukr.net> ---
Looks like it:

(kgdb) p *((struct file *)0xff010062f4444af0)
$1 = {
  f_flag = 7,
  f_count = 2,
  f_data = 0xff01004a38dc5c00,
  f_ops = 0xffffffff814dc3a0 <socketops>,
  f_vnode = 0x0,
  f_cred = 0xff010001dd445900,
  f_type = 2,
  f_vflags = 0,
  {
    f_seqcount = {0, 0},
    f_pipegen = 0
  },
  f_nextoff = {0, 0},
  f_vnun = {
    fvn_cdevpriv = 0x0,
    fvn_advice = 0x0
  },
  f_offset = 0
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293382-227-hdwIfLVUhp>