NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/44288: tmpfs_rmdir() panic



The following reply was made to PR kern/44288; it has been noted by GNATS.

From: Jukka Ruohonen <jruohonen%iki.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/44288: tmpfs_rmdir() panic
Date: Wed, 29 Dec 2010 17:48:12 +0200

 Two remarks:
 
 1. This is not fixed in HEAD. Building archivers/gtar-base triggers it
    realiably also on AMD64, 5.99.42.
 
 2. The assertion is:
 
        "node->tn_links == 0" failed: file
        "/usr/src/sys/fs/tmpfs/tmpfs_vnops.c", line 1108.
 
    The call sequence is the same;
 
        syscall()->sys_rmdir()->VOP_RMDIR()->tmpfs_rmdir()
                ->kern_assert()->panic().
 


Home | Main Index | Thread Index | Old Index