login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
10
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to fix a race
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Luming Yu
Subject:
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to fix a race
Date: Tuesday, June 10, 2008 - 1:23 am
On Wed, Jun 4, 2008 at 5:31 AM, Luck, Tony <tony.luck@intel.com> wrote:
quoted text
>> What do you mean by "extra"? There is a SIGTRAP sent after execve >> completes when ptraced, even when PTRACE_SYSCALL is not being used. >> So for an execve that succeeds under PTRACE_SYSCALL, there is a >> ptrace_notify at syscall entry, then a SIGTRAP queued (i.e., not seen >> by ptrace if blocked), then a ptrace_notify at syscall exit. If >> that's what's happening (including the blocked SIGTRAP not being seen >> by the ptracer, i.e. strace), then there is no mystery (and no bug). > > This might not be the same bug ... but I do have a definite 100% > reproducible bug (latest git kernel, old version of strace (4.5.15-1.el4.1)) > > Run: > > $ strace -o logit -f make
For this test case, utrace doesn't work too.. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC PATCH] set TASK_TRACED before arch_ptrace code to fix ...
, Luming Yu
, (Wed May 21, 7:47 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Petr Tesarik
, (Thu May 22, 1:47 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Thu May 22, 2:16 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Thu May 22, 4:18 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Petr Tesarik
, (Thu May 22, 5:12 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Thu May 22, 6:24 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Thu May 22, 1:34 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Thu May 22, 1:39 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Thu May 22, 8:42 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Thu May 22, 9:19 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Thu May 22, 10:24 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Fri May 23, 5:33 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Sun May 25, 5:15 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Sun May 25, 6:30 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Mon May 26, 8:31 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Mon May 26, 9:04 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Mon May 26, 10:49 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Mon May 26, 11:12 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Petr Tesarik
, (Mon May 26, 11:25 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Mon May 26, 11:34 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Tue May 27, 1:48 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Wed May 28, 2:14 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Fri May 30, 1:05 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Mon Jun 2, 11:02 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Mon Jun 2, 11:04 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Petr Tesarik
, (Tue Jun 3, 2:01 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Petr Tesarik
, (Tue Jun 3, 7:32 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Tue Jun 3, 2:01 pm)
RE: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luck, Tony
, (Tue Jun 3, 2:31 pm)
RE: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Tue Jun 3, 3:13 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Tue Jun 3, 7:16 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Petr Tesarik
, (Wed Jun 4, 2:16 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Wed Jun 4, 6:49 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Petr Tesarik
, (Thu Jun 5, 4:16 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Thu Jun 5, 5:07 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Tue Jun 10, 1:23 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Mon Sep 8, 8:06 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Tue Sep 9, 10:55 pm)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Tue Sep 16, 1:50 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Roland McGrath
, (Wed Sep 17, 10:01 am)
Re: [RFC PATCH] set TASK_TRACED before arch_ptrace code to ...
, Luming Yu
, (Wed Sep 17, 10:44 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Alan Cox
Re: Please add ZFS support (from GPL sources)
Trenton D. Adams
Re: Flash IO slow 1.5 MB/s
Rafael J. Wysocki
[Bug #11287] Regression in 2.6.27-rc2 in acpi_processor_init()
Ingo Molnar
Re: [PATCH] x86: silence section mismatch warning - uv_cpu_init
Heiko Carstens
Re: Interface for the new fallocate() system call
git
:
Mark Junker
git on MacOSX and files with decomposed utf-8 file names
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: Sporadic BSOD with msys git?
Junio C Hamano
Re: [PATCH] Detached HEAD (experimental)
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
linux-netdev
:
David Miller
Re: [RFC 0/5] generic rx recycling
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
net: don't grab a mutex within a timer context in gianfar
Linux Kernel Mailing List
[ARM] 4691/1: add missing i2c_board_info struct for at91rm9200
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
V4L/DVB (8976): af9015: Add USB ID for AVerMedia A309
linux-fsdevel
:
Nick Piggin
Re: [patch] fs: truncate introduce new sequence
Philip
www.goodsamaritan.ms
David Howells
Re: [rfc][patch 3/5] afs: new aops
Sally
Bomb killed 18 citizens
Ryder Moore
Don't be left out, join millions of men in the revolution
Colocation donated by:
Syndicate