cvs commit: src/sys/kern imgact_elf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jul 4 09:04:03 PDT 2005
dillon 2005/07/04 09:02:58 PDT
DragonFly src repository
Modified files:
sys/kern imgact_elf.c
Log:
Do not abort the entire core dump if VOP_VPTOFH() fails. VPTOFH is not
currently supported on NFS file handles. This simply means that a checkpoint
restore will not work (for now). The core itself will still be fine.
Reported-by: Richard Nyberg <rnyberg at xxxxxxxx>
Revision Changes Path
1.31 +11 -2 src/sys/kern/imgact_elf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/imgact_elf.c.diff?r1=1.30&r2=1.31&f=u
More information about the Commits
mailing list