login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
March
»
31
Re: [PATCH 1/4] coredump: add an interface to control the core dump routine
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: David Howells
Subject:
Re: [PATCH 1/4] coredump: add an interface to control the core dump routine
Date: Saturday, March 31, 2007 - 6:03 am
Andrew Morton <akpm@linux-foundation.org> wrote:
quoted text
> Yes, I agree - I don't think we presently have a way of avoiding having > to send all of that uninteresting data down the pipe.
Have the kernel fork and exec a debug program "just in time" with the dying process ptrace-attached in advance. That program could then use ptrace() or whatever to do the coredump. I think Windows does something like that. David -
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:
[PATCH 0/4] coredump: core dump masking support v4
, Kawai, Hidehiro
, (Thu Mar 1, 9:41 pm)
[PATCH 1/4] coredump: add an interface to control the core ...
, Kawai, Hidehiro
, (Thu Mar 1, 9:47 pm)
[PATCH 2/4] coredump: ELF: enable to omit anonymous shared ...
, Kawai, Hidehiro
, (Thu Mar 1, 9:49 pm)
[PATCH 3/4] coredump: ELF-FDPIC: enable to omit anonymous ...
, Kawai, Hidehiro
, (Thu Mar 1, 9:50 pm)
[PATCH 4/4] coredump: documentation for proc entry
, Kawai, Hidehiro
, (Thu Mar 1, 9:51 pm)
Re: [PATCH 1/4] coredump: add an interface to control the ...
, Pavel Machek
, (Fri Mar 2, 2:34 am)
Re: [PATCH 4/4] coredump: documentation for proc entry
, Pavel Machek
, (Fri Mar 2, 2:35 am)
Re: [PATCH 0/4] coredump: core dump masking support v4
, Andrew Morton
, (Thu Mar 15, 1:37 pm)
Re: [PATCH 4/4] coredump: documentation for proc entry
, Kawai, Hidehiro
, (Tue Mar 20, 4:11 am)
Re: [PATCH 0/4] coredump: core dump masking support v4
, Kawai, Hidehiro
, (Fri Mar 23, 6:13 am)
Re: [PATCH 1/4] coredump: add an interface to control the ...
, Kawai, Hidehiro
, (Mon Mar 26, 6:02 am)
Re: [PATCH 0/4] coredump: core dump masking support v4
, Kawai, Hidehiro
, (Wed Mar 28, 5:37 am)
Re: [PATCH 0/4] coredump: core dump masking support v4
, Andrew Morton
, (Wed Mar 28, 10:32 am)
Re: [PATCH 1/4] coredump: add an interface to control the ...
, Pavel Machek
, (Thu Mar 29, 3:49 am)
Re: [PATCH 1/4] coredump: add an interface to control the ...
, David Howells
, (Thu Mar 29, 12:16 pm)
Re: [PATCH 1/4] coredump: add an interface to control the ...
, Andrew Morton