[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [linux-team] Probleme swap
On 16-Jul-99 sebastien.vanderen@belgacom.be wrote:
> Jul 16 04:03:39 gstr0a kernel: iput: Aieee, semaphore in use inode
> 03:09/108959, count=16777217
> Jul 16 04:03:51 gstr0a kernel: Unable to handle kernel paging request at
> virtual address 00b77c28
Wow, super ca. Tu peux nous envoyer le resultat de "uname -a", histoire de
quand meme savoir quelle version tu utilises?
Cela a du apparaitre dans 2.1.88, et probablement encore apres. Il y a aussi
cela dans 2.3.7.
Ca se produit dans fs/inode.c, et c'est pas tres grave:
#ifdef INODE_PARANOIA
if (inode->i_flock)
printk(KERN_ERR "iput: inode %s/%ld still has locks!\n",
kdevname(inode->i_dev), inode->i_ino);
if (!list_empty(&inode->i_dentry))
printk(KERN_ERR "iput: device %s inode %ld still has aliases!\n",
kdevname(inode->i_dev), inode->i_ino);
if (inode->i_count)
printk(KERN_ERR "iput: device %s inode %ld count changed, count=%d\n",
kdevname(inode->i_dev), inode->i_ino, inode->i_count);
if (atomic_read(&inode->i_sem.count) != 1)
printk(KERN_ERR "iput: Aieee, semaphore in use inode %s/%ld, count=%d\n",
kdevname(inode->i_dev), inode->i_ino, atomic_read(&inode->i_sem.count));
if (atomic_read(&inode->i_atomic_write.count) != 1)
printk(KERN_ERR "iput: Aieee, atomic write semaphore in use inode %s/%ld,
count=%d\n",
kdevname(inode->i_dev), inode->i_ino, atomic_read(&inode->i_sem.count));
#endif
---
| C i s c o S y s t e m s, Inc.
| Network Security Response Team
| EuroTAC, Brussels, Belgium
---------
Visit the Linux Supertore Online: http://www.redcorp.com !
If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.