[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ddb> in regress/sys/kern/unfdpass
On Tuesday, February 19, Jacob Meuser wrote:
>
> ===> regress/sys/kern/unfdpass
> cc -O2 -c /usr/src/regress/sys/kern/unfdpass/unfdpass.c
> cc -o unfdpass unfdpass.o
> ./unfdpass > outuput
> vm_fault(0xfa101004, 0x0, 0, 3) -> e
> kernel: page fault trap, code=0
> Stopped at _unp_internalize+0x219: decl 0xc(%eax)
> ddb> trace
> _unp_internalize(e0d87500,fa2a787c,fa2afe38,e01e7d31,0) at _unp_internalize+0
> x2
> 19
> _uipc_usrreq(e0da5214,9,e0d87600,0,e0d87500) at _uipc_usrreq+0x263
> _sosend(e0da5214,0,fa2afe78,e0d87600,e0d87500) at _sosend+0x688
> _sendit(fa2a787c,4,fa2aff1c,0,fa2aff80) at _sendit+0x230
> _sys_sendmsg(fa2a787c,fa2aff88,fa2aff80,5,0) at _sys_sendmsg+0xac
> _syscall() at _syscall+0x242
> --- syscall (number 28) ---
> 0x40033a3b:
This is a known problem, and there should be a fix in the tree sometime
shortly.
--Toby.