https://bugzilla.novell.com/show_bug.cgi?id=374793 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374793#c1 --- Comment #1 from Jeff Mahoney <jeffm@novell.com> 2008-03-28 08:40:30 MST --- I've updated the aufs KMP to the CVS repo as of 2008/03/24. Hopefully it will fix this bug. The issue is an assertion failure: struct aufs_finfo *ftofi(struct file *file) { struct aufs_finfo *finfo = file->private_data; AuDebugOn(!finfo || !finfo->fi_hfile || (0 < finfo->fi_bend && (/* stosi(file->f_dentry->d_sb)->si_bend < finfo->fi_bend || */ finfo->fi_bend < finfo->fi_bstart))); return finfo; } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.