Hi all,

Sorry, I didn't include the panic message itself. Again, hand written,
hopefully there is no typos. I can reproduce this every time I run find.


panic: ntfs_ntrele: ino: 9296 usecount: -1
Stopped at          Debugger+0x7:    leave
...
ddb{0}> show panic
ntfs_ntrele: ino: 9296 usecount: -1
ddb{0}> trace
Debugger(d09da40c,f54b7b88,d09b918c,f54b7b88,0) at Debugger+0x7
panic(d09b918c,2450,ffffffff,0,0) at panic+0x71
ntfs_ntrele(d4cc5780,83cc6364,1,0,d09b95aa) at ntfs_ntrele+0x2f
ntfs_ntvattrrele(d4cafc00,d4ea6080,a0,d09b95aa,0) at ntfs_ntvattrrele+0x14
ntfs_readattr(d4c60a00,d4ea6080,a0,d09b95aa,0) at ntfs_readattr+0x131
ntfs_ntreaddir(d4c60a00,d4ea6100,0,f54b7e68,daa39178) at ntfs_ntreaddir+0x19c
ntfs_readdir(f54b7e98,daa39178,f54b7eac,d03f6bdb,da90c13c) at ntfs_readdir+0xfe
VOP_READDIR(da5c8574,f54b7edc,dab3c6c0,f54b7f80) at VOP_READDIR+0x3f
sys_getdents(daa39178,f54b7f60,f54b7f80,0,daa39178) at sys_getdents+0x129
syscall() at syscall+0x3cb
--- syscall (number 0) ---
0x202:
ddb{0}>


On Wed, Aug 26, 2015 at 05:06:16PM -0700, Mike Larkin wrote:
> If you can reproduce this, can you do a 'show panic'?
> 
> It's unclear if this is a panic or if it's a bad pointer dereference.
> It's probably a panic (since the latter would likely show a different
> trace), but I'd like to be sure.
> 
> -ml

On Thu, Aug 27, 2015 at 11:46:02PM +1000, Joel Sing wrote:
> What was on the screen before this (i.e. what did the actual panic say)?
> 
> > ddb{0}> trace
> > ntfs_ntrele(efff5544,937d6511,4,d5317200,0) at ntfs_ntrele+0x9
> > ntfs_ntvattrrele(d5317200,d546e600,d5317200,0,0) at ntfs_ntvattrrele+0x14
> > ntfs_readattr_plain(d4c73a00,d546e600,a0,d09b95aa,0) at
> > ntfs_readattr_plain+Ox186 ntfs_readattr(d4c73a00,d546e600,a0,d09b95aa,0) at
> > ntfs_readattr+0x124 ntfs_ntreaddir(d4c73a00,d546e680,a0,f5477e68,da8fd178)
> > at ntfs_ntreaddir+0x19c
> > ntfs_readdir(f5477e98,da8fd178,f5477eac,d03f6bdb,da8fc13c) at
> > ntfs_readdir+0xfe VOP_READDIR(daa5e24c,f5477edc,dab3c5a0,f5477f04,f5477f80)
> > at VOP_READDIR+0x3f sys_getdents(da8fd178,f5477f60,f5477f80,0,da8fd178) at
> > sys_getdents+0x129 syscall() at syscall+0x3cb
> > --- syscall (number 0) ---
> > 0x202:
> > ddb{0}>

-- 
best regards
q#

Reply via email to