On 03.02.2014 02:46, Matthew Rezny wrote:
> Just as I was about to hit send, the box panicked. Finally a panic and
> not just a hang so there's a backtrace! That should be the first hint
> as to where in the kernel I'm hitting trouble. The panic points the
> finger at UFS. The filesystem has seen some thrashing but it did just
> fsck without significant error before that build was started. So, I'm
> thinking it's not on-disk corruption but an in-memory problem. It blew
> up writing a softdep, which starts me wondering if the buffers used for
> softupdates bookkeeping are overflowing in the kernel. That would make
> some sense, rapidly creating (svn/tar) or deleting (rm) many small
> files will create a huge amount of activity for softupdates to track,
> defer and reorder. The rm case is probably the one than can trigger it
> the fastest because deletes are focusing the beating on the metadata
> without wasting time between on file data I/O.
See also http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/176857
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"