Deleted Added
full compact
crash.8 (67714) crash.8 (68716)
1.\" FreeBSD version Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Adapted from share/man/man8/man8.hp300/crash.8
5.\"
6.\" Copyright (c) 1990, 1991, 1993
7.\" The Regents of the University of California. All rights reserved.
8.\"

--- 20 unchanged lines hidden (view full) ---

29.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35.\" SUCH DAMAGE.
36.\"
1.\" FreeBSD version Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Adapted from share/man/man8/man8.hp300/crash.8
5.\"
6.\" Copyright (c) 1990, 1991, 1993
7.\" The Regents of the University of California. All rights reserved.
8.\"

--- 20 unchanged lines hidden (view full) ---

29.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35.\" SUCH DAMAGE.
36.\"
37.\" $FreeBSD: head/share/man/man8/crash.8 67714 2000-10-27 16:05:39Z asmodai $
37.\" $FreeBSD: head/share/man/man8/crash.8 68716 2000-11-14 11:20:58Z ru $
38.\"
39.Dd February 2, 1996
40.Dt CRASH 8
41.Os FreeBSD
42.Sh NAME
43.Nm crash
44.Nd
38.\"
39.Dd February 2, 1996
40.Dt CRASH 8
41.Os FreeBSD
42.Sh NAME
43.Nm crash
44.Nd
45.Tn FreeBSD
45.Fx
46system failures
47.Sh DESCRIPTION
48This section explains a bit about system crashes
49and (very briefly) how to analyze crash dumps.
50.Pp
51When the system crashes voluntarily it prints a message of the form
52.Bd -ragged -offset indent
53panic: why i gave up the ghost

--- 143 unchanged lines hidden (view full) ---

197.Xr gdb 1
198with the
199.Fl k
200flag on the system load image and core dump.
201If the core image is the result of a panic,
202the panic message is printed.
203For more details consult the chapter on kernel debugging in
204the
46system failures
47.Sh DESCRIPTION
48This section explains a bit about system crashes
49and (very briefly) how to analyze crash dumps.
50.Pp
51When the system crashes voluntarily it prints a message of the form
52.Bd -ragged -offset indent
53panic: why i gave up the ghost

--- 143 unchanged lines hidden (view full) ---

197.Xr gdb 1
198with the
199.Fl k
200flag on the system load image and core dump.
201If the core image is the result of a panic,
202the panic message is printed.
203For more details consult the chapter on kernel debugging in
204the
205.Tn FreeBSD
205.Fx
206handbook (http://www.FreeBSD.org).
207.Sh SEE ALSO
208.Xr gdb 1 ,
209.Xr dumpon 8 ,
210.Xr reboot 8 ,
211.Xr savecore 8
212.Sh HISTORY
213A
214.Nm crash
215man page first appeared in
216.Fx 2.2 .
206handbook (http://www.FreeBSD.org).
207.Sh SEE ALSO
208.Xr gdb 1 ,
209.Xr dumpon 8 ,
210.Xr reboot 8 ,
211.Xr savecore 8
212.Sh HISTORY
213A
214.Nm crash
215man page first appeared in
216.Fx 2.2 .