ntfs panic (lockmgr: not exclusive lock holder 470 unlocking)

2001-10-04 Thread Jun Kuriyama


I tried to use mount_ntfs, but it panic'ed.


% sudo mount -t ntfs /dev/ad0s1 /mnt
% cd /mnt
% ls -la
panic: lockmgr: pid 551, not exclusive lock holder 470 unlocking
Debugger(panic)
Stopped at Debugger+0x44:  pushl%ebx
db t
Debugger() at Debugger+0x44
panic(c02ef100,227,c02ef0e0,1d6,cab5f740) at panic+0x70
lockmgr(cb5f7dc,6,cab5f7ac,ca376404,caad4bf4) at lockmgr+0x369
vop_stdunlock(caad4be4,cab5f740,ca376404,c031dbc0,cab5f740) at vop_stdunlock+0x22
ntfs_inactive(caad4c08,cab5f740,0,c031db00,cab5f740) at ntfs_inactive+0x54
vput(cab5f740,caad4c44,ffdf,cab5f740,caad4c8c,ca376404) at vput+0x102
lstat(ca376404,caad4d20,80cd34c,80ce108,80cd300) at lstat+0x71
syscall(2f,2f,2f,80cd300,80ce108) at syscall+0x20b
syscall_with_err_pushed() at syscall_with_err_pushded+0x1b
--- syscall (190, FreeBSD ELF, lstat), eip = 0x80568f0, esp = 0xbfbff390, ebp = 
0xbfbff41c ---


-- 
Jun Kuriyama [EMAIL PROTECTED] // IMG SRC, Inc.
 [EMAIL PROTECTED] // FreeBSD Project

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ntfs panic (lockmgr: not exclusive lock holder 470 unlocking)

2001-10-04 Thread David Taylor

On Thu, 04 Oct 2001, Jun Kuriyama wrote:
 I tried to use mount_ntfs, but it panic'ed.
 
 
 % sudo mount -t ntfs /dev/ad0s1 /mnt
 % cd /mnt
 % ls -la
 panic: lockmgr: pid 551, not exclusive lock holder 470 unlocking
 Debugger(panic)
 Stopped at Debugger+0x44:  pushl%ebx
 db t
 Debugger() at Debugger+0x44
 panic(c02ef100,227,c02ef0e0,1d6,cab5f740) at panic+0x70
 lockmgr(cb5f7dc,6,cab5f7ac,ca376404,caad4bf4) at lockmgr+0x369
 vop_stdunlock(caad4be4,cab5f740,ca376404,c031dbc0,cab5f740) at vop_stdunlock+0x22
 ntfs_inactive(caad4c08,cab5f740,0,c031db00,cab5f740) at ntfs_inactive+0x54

I reported the same panic a while ago.  It appears to have been caused by
the last large KSE commit.

-- 
David Taylor
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



RE: ntfs panic (lockmgr: not exclusive lock holder 470 unlocking

2001-10-04 Thread John Baldwin


On 04-Oct-01 Jun Kuriyama wrote:
 
 I tried to use mount_ntfs, but it panic'ed.

NTFS and NWFS are currently broken in -current due to the KSE stuff.  Please
don't use them for now.

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message