Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2000 11:39:13 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Poul-Henning Kamp <phk@FreeBSD.ORG>
Cc:        current@FreeBSD.ORG
Subject:   Re: current hangs in make world (softupdates on ccd on ata)
Message-ID:  <200001101939.LAA29268@apollo.backplane.com>
References:   <57326.947517897@critter.freebsd.dk>

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

:Make world hangs reliably for me right now:
:+--------
:|...
:|/* starting time is 16:18:8 */
:|/* ending time is 16:18:8 */
:|ln -sf gxx-hash.h hash.h
:|echo '#include "cp/cp-tree.def"'                > gencheck.h
:|echo '#include "objc/objc-tree.def"'            >> gencheck.h
:|sed -e "/^ifobjc$/,/^end ifobjc$/d"  -e "/^ifc$/d" -e "/^end ifc$/d"  /syv/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.in > c-parse.y
:|yacc -d -o c-parse.c c-parse.y
:+--------
:
:    0 19921     1  83  -2  0  1276  932 getblk D     p0    0:00.09 yacc -d -o c-parse.c c-parse.y
:
:This is a softupdates filesystem on a ccd on ata...
:
:--
:Poul-Henning Kamp             FreeBSD coreteam member
:phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
:FreeBSD -- It will take a long time before progress goes too far!

    No vinum?

    Please ps axl and pick out any other processes stuck in odd places.

    Then gdb -k kernel.debug /dev/mem	(assuming you have kernel.debug
    sitting around somewhere).

    proc 19921
    back
    proc ...other processes...
    back ...

    note: if you have a custom .gdbinit that sets the base to hex you may
    have to type the process number in hex.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001101939.LAA29268>