I'm thinking here specifically of hooking into /proc/sys/kernel/
core_pattern and using an out-of-process mechanism. I think this would
have the following benefits:
a. Less restrictive environment wrt what might/might not be broken.
b. Potentially no need to link executables against a client library.
Earl
I see. If the kernel is prepared to feed the dump server a core file
via core_pattern,
does the existing WriteMiniDump code have the right mechanisms to walk
the core
file provided by the kernel and convert it a minidump ?
I see. If the kernel is prepared to feed the dump server a core file
via core_pattern,
does the existing WriteMiniDump code have the right mechanisms to walk
the core
file provided by the kernel and convert it a minidump ?