From: David Holmes - Sun Microsystems <David.Holmes@sun.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Steven Rostedt <rostedt@goodmis.org>, Ingo Molnar <mingo@elte.hu>,
Thomas Gleixner <tglx@linutronix.de>,
LKML <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH -v2] fix for futex_wait signal stack corruption
Date: Wed, 05 Dec 2007 15:33:33 +1000 [thread overview]
Message-ID: <4756382D.4040904@sun.com> (raw)
In-Reply-To: <alpine.LFD.0.9999.0712041935140.13796@woody.linux-foundation.org>
Linus Torvalds said the following on 5/12/07 01:41 PM:
> So here's a question for David Holmes: What caused you to actually notice
> this behaviour? Can this actually be seen in real life usage?
We observed an application "hang" that turned out to be caused by a
clock mismatch between that used with the pthread_cond_t and that used
to convert a relative wait time to an absolute one. When the program ran
in the foreground and hung I used ctrl-Z to suspend it then "bg" to
background it. As soon as I did that the application became unstuck.
While this was observed with process control signals, my concern was
that other signals might cause pthread_cond_timedwait to return
immediately in the same way. The test program allows for SIGUSR1 and
SIGRTMIN testing as well, but these other signals did not cause the
immediate return. But it would seem from Steven's analysis that this is
just a fortuitous result. If I understand things correctly, any
interruption of pthread_cond_timedwait by a signal, could result in
waiting until an arbitrary time - depending on how the stack value was
corrupted. Is that correct?
Thanks,
David Holmes
Senior Java Technologist
Java SE VM Real-time and Embedded Group
---------------------------------------
next prev parent reply other threads:[~2007-12-05 5:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-04 20:57 [PATCH] fix for futex_wait signal stack corruption Steven Rostedt
2007-12-04 21:09 ` Linus Torvalds
2007-12-04 21:39 ` Steven Rostedt
2007-12-04 22:43 ` Linus Torvalds
2007-12-05 1:23 ` Steven Rostedt
2007-12-05 1:46 ` Linus Torvalds
2007-12-05 3:17 ` [PATCH -v2] " Steven Rostedt
2007-12-05 3:41 ` Linus Torvalds
2007-12-05 3:47 ` Randy Dunlap
2007-12-05 3:53 ` Steven Rostedt
2007-12-05 5:33 ` David Holmes - Sun Microsystems [this message]
2007-12-05 6:06 ` Linus Torvalds
2007-12-05 6:14 ` David Holmes - Sun Microsystems
2007-12-05 5:54 ` Thomas Gleixner
2007-12-05 10:31 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4756382D.4040904@sun.com \
--to=david.holmes@sun.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox