[Bug 230008] [panic] [fdescfs] Page fault in vn_finished_write+0x13

2021-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230008

Dmitry Chagin  changed:

   What|Removed |Added

 CC||dcha...@freebsd.org
   Assignee|b...@freebsd.org|dcha...@freebsd.org

--- Comment #2 from Dmitry Chagin  ---
grab it

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 230008] [panic] [fdescfs] Page fault in vn_finished_write+0x13

2018-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230008

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org

--- Comment #1 from Mark Johnston  ---
Looks like this occurred because mp->mnt_op == NULL (though it's non-null in
the kernel core).  MNTK_REFEXPIRE|MNTK_UNMOUNTF is set on the mount, so it
seems this was a race with a free of the mountpoint.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 230008] [panic] [fdescfs] Page fault in vn_finished_write+0x13

2018-08-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230008

Mark Linimon  changed:

   What|Removed |Added

   Keywords||panic

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 230008] [panic] [fdescfs] Page fault in vn_finished_write+0x13

2018-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230008

Bug ID: 230008
   Summary: [panic] [fdescfs] Page fault in vn_finished_write+0x13
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: p...@freebsd.org

20180724 11:01:27 all (5/573): fdescfs.sh

Fatal trap 12: page fault while in kernel mode
cpuid = 2; apic id = 02
fault virtual address   = 0x70
fault code  = supervisor read data, page not present
instruction pointer = 0x20:0x80c82943
stack pointer   = 0x28:0xfe002e0f97b0
frame pointer   = 0x28:0xfe002e0f97c0
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 76129 (ls)
[ thread pid 76129 tid 100138 ]
Stopped at  vn_finished_write+0x13: cmpq$0,ll+0x4f(%rax)
db>

Details @ https://people.freebsd.org/~pho/stress/log/fdescfs-3.txt

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"