* Re: Lock recursion in rpc_pipefs+auth_gss...
@ 2006-01-19 19:27 Daniel Phillips
2006-01-19 23:09 ` Trond Myklebust
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Phillips @ 2006-01-19 19:27 UTC (permalink / raw)
To: Trond Myklebust; +Cc: nfs
Hi Trond,
You wrote:
> I believe I've finally figured out what is causing the Oopses that Vince
> and Vincent were seeing. It all boils down to a mutex being held after
> the inode is released due to a deadlock situation.
That in itself should not cause an oops. I would think there is a
reference-counting problem still lurking. I'm a little concerned that a
patch like this one may just make the oops a lot rarer without solving it.
Regards,
Daniel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Re: Lock recursion in rpc_pipefs+auth_gss...
2006-01-19 19:27 Lock recursion in rpc_pipefs+auth_gss Daniel Phillips
@ 2006-01-19 23:09 ` Trond Myklebust
2006-01-20 1:18 ` Daniel Phillips
0 siblings, 1 reply; 3+ messages in thread
From: Trond Myklebust @ 2006-01-19 23:09 UTC (permalink / raw)
To: Daniel Phillips; +Cc: nfs
On Thu, 2006-01-19 at 11:27 -0800, Daniel Phillips wrote:
> That in itself should not cause an oops. I would think there is a
> reference-counting problem still lurking. I'm a little concerned that a
> patch like this one may just make the oops a lot rarer without solving it.
The lock recursion is _real_: I've been able to trigger it on
2.6.16-rc1. The only question here is therefore whether or not it
suffices to explain the Oops.
Cheers,
Trond
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Re: Lock recursion in rpc_pipefs+auth_gss...
2006-01-19 23:09 ` Trond Myklebust
@ 2006-01-20 1:18 ` Daniel Phillips
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Phillips @ 2006-01-20 1:18 UTC (permalink / raw)
To: Trond Myklebust; +Cc: nfs
Trond Myklebust wrote:
> On Thu, 2006-01-19 at 11:27 -0800, Daniel Phillips wrote:
>>That in itself should not cause an oops. I would think there is a
>>reference-counting problem still lurking. I'm a little concerned that a
>>patch like this one may just make the oops a lot rarer without solving it.
>
> The lock recursion is _real_: I've been able to trigger it on
> 2.6.16-rc1. The only question here is therefore whether or not it
> suffices to explain the Oops.
I don't see how it could.
I do not doubt the veracity of the lock recursion, but holding the i_sem/mutex
for a long time seems to be one of the things we need to do to trigger the
oops, so this deadlock is our friend. Does it always trigger the oops? Do
you have a recipe handy so we can try it here?
The symptoms we see suggest the pipe inode was freed while somebody was
waiting to get the i_mutex. What prevents this?
Re the lock recursion itself, is there any good reason to serialize upcalls
against downcalls in the first place?
Regards,
Daniel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-01-20 1:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-19 19:27 Lock recursion in rpc_pipefs+auth_gss Daniel Phillips
2006-01-19 23:09 ` Trond Myklebust
2006-01-20 1:18 ` Daniel Phillips
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.