Re: panic: System call lstat returning with 1 locks held

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Attilio Rao <attilio@...>
Cc: Kostik Belousov <kostikbel@...>, <freebsd-current@...>
Date: Saturday, January 26, 2008 - 10:29 am

On Fri, Jan 25, 2008 at 09:00:07AM +0100, Attilio Rao wrote:

No doubt. :-) But the urgency of this problem appears much lower
than that I estimated in the first place--fortunately.  Broken UFS
would be a nightmare.

[...]

I've uploaded the full "show ktr" outputs for the lstat- and
umount-triggered panics there: http://people.freebsd.org/~yar/debug/

Here's their summary:

$ awk '{print $3}' ktr_lstat.txt | sort | uniq -c
32752 _lockmgr:
   8 sharelock:
   8 shareunlock:

$ awk '{print $4}' ktr_lstat.txt | sort | uniq -c
  16 0xc322ccc0
32752 0xc37e1220

$ awk '{print $3}' ktr_umount.txt | sort | uniq -c
28663 _lockmgr:
1901 lockmgr_disown:
1102 sharelock:
1102 shareunlock:

$ awk '{print $4}' ktr_umount.txt | sort | uniq -c
4550 0xc322ccc0
 288 0xc3281220
  14 0xc3282220
 322 0xc3282660
 104 0xc33e6220
   2 0xc33e6440
   4 0xc3520220
  10 0xc3520440
  24 0xc3772220
  82 0xc3772aa0
7149 0xc3772cc0
 358 0xc3774000
17766 0xc3774220
 288 0xc3774440
1058 0xc3774660
 719 0xc3774880
  30 0xc3775000

That is, I lied again, sorry: There were calls to functions other
than _lockmgr.  But the ktr log for umount looks much more interesting
than that for lstat.

I'm ready to do more debug runs if needed--instructions are welcome.

Thank you!

-- 
Yar
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
panic: System call lstat returning with 1 locks held, Scot Hetzel, (Tue Jan 15, 9:52 am)
Re: panic: System call lstat returning with 1 locks held, Kostik Belousov, (Tue Jan 15, 10:39 am)
Re: panic: System call lstat returning with 1 locks held, Yar Tikhiy, (Sat Jan 26, 10:29 am)
Re: panic: System call lstat returning with 1 locks held, Pawel Jakub Dawidek, (Thu Jan 17, 7:40 am)
Re: panic: System call lstat returning with 1 locks held, Norikatsu Shigemura, (Fri Jan 18, 12:55 pm)
Re: panic: System call lstat returning with 1 locks held, Kris Kennaway, (Wed Jan 16, 5:55 am)
Re: panic: System call lstat returning with 1 locks held, John Baldwin, (Wed Jan 16, 11:11 am)