|
|
Evaluation of core dump
I run @ 35k jobs every Sunday. THis is to monitor several ASIC cell
libraries. I get several core dumps.
If I know which program caused the dump I know I can do a :
gdb program core
> bt
To get the trace.
of 50+ different programs with N levels of wrapper scripts, determining
which program failed is impossible.
What other tool/s exist to evalute a core dump that will provide a back
trace like gdb?
--
___ _ ____ ___ __ __
/ _ )(_) / /_ __ / _ \___ _/ /_/ /____ ___
/ _ / / / / // / / ___/ _ `/ __/ __/ _ \/ _ \
/____/_/_/_/\_, / /_/ \_,_/\__/\__/\___/_//_/
/___/
Texas Instruments ASIC Circuit Design Methodlogy Group
Dallas, Texas, 214-480-4455, b-patton@ti.com
|
|
0
|
|
|
|
Reply
|
Billy
|
8/9/2004 3:09:04 PM |
|
"Billy N. Patton" <b-patton@ti.com> writes:
> I run @ 35k jobs every Sunday. THis is to monitor several ASIC cell
> libraries. I get several core dumps.
>
> If I know which program caused the dump I know I can do a :
> gdb program core
> > bt
>
> To get the trace.
>
> of 50+ different programs with N levels of wrapper scripts, determining
> which program failed is impossible.
>
> What other tool/s exist to evalute a core dump that will provide a
> back trace like gdb?
The core dump will often contain the command line used to start the
program that caused it. Try the "file" command on a core file. If
that gives nothing, examine it with "strings" and look for familiar
things.
--
M�ns Rullg�rd
mru@kth.se
|
|
0
|
|
|
|
Reply
|
iso
|
8/9/2004 3:19:19 PM
|
|
Billy N. Patton wrote:
> I run @ 35k jobs every Sunday. THis is to monitor several ASIC cell
> libraries. I get several core dumps.
>
> If I know which program caused the dump I know I can do a :
> gdb program core
> > bt
>
> To get the trace.
>
> of 50+ different programs with N levels of wrapper scripts, determining
> which program failed is impossible.
>
> What other tool/s exist to evalute a core dump that will provide a back
> trace like gdb?
>
Assuming that you're on a Linux platform, maybe this patch will help?
http://www.sinz.org/Michael.Sinz/Linux/core.html
boa@home
|
|
0
|
|
|
|
Reply
|
boa
|
8/9/2004 3:19:34 PM
|
|
boa <root@localhost.com> writes:
> Billy N. Patton wrote:
>
>> I run @ 35k jobs every Sunday. THis is to monitor several ASIC cell
>> libraries. I get several core dumps.
>> If I know which program caused the dump I know I can do a :
>> gdb program core
>> > bt
>> To get the trace.
>> of 50+ different programs with N levels of wrapper scripts,
>> determining
>> which program failed is impossible.
>> What other tool/s exist to evalute a core dump that will provide a
>> back trace like gdb?
>>
>
> Assuming that you're on a Linux platform, maybe this patch will help?
> http://www.sinz.org/Michael.Sinz/Linux/core.html
The functionality of that patch is already in recent Linux kernels.
The command
echo 'core.%e.%p' > /proc/sys/kernel/core_pattern
will cause core dumps to contain the name of the executable that
caused it (%e) and its pid (%p). Other % codes are available as well.
--
M�ns Rullg�rd
mru@kth.se
|
|
0
|
|
|
|
Reply
|
iso
|
8/9/2004 3:34:09 PM
|
|
On Mon, 09 Aug 2004 10:09:04 -0500, Billy N. Patton wrote:
> What other tool/s exist to evalute a core dump that will provide a back
> trace like gdb?
ptrace on Solaris.
--
mail1dotstofanetdotdk
|
|
0
|
|
|
|
Reply
|
Bjorn
|
8/9/2004 7:28:00 PM
|
|
|
4 Replies
158 Views
(page loaded in 0.094 seconds)
Similiar Articles: Exceeded file size limit(coredump) - comp.sys.hp.hpuxExceeded file size limit(coredump) - comp.sys.hp.hpux core dump file size - The UNIX ... comp.soft-sys.matlab... fsolve stopped because it exceeded the function evaluation ... x86-64 and calling conventions - comp.compilersit seems almost like one will have to dump all of the ... of abstraction, it could make the whole compiler core ... The evaluation order and the calling convention don't need ... Non Intel & AMD Arch - comp.lang.asm.x86Athlon is like a P6-core processor with better ... mention the decimal string, CRC, and polynomial evaluation ... sometimes claimed for Big-Endian is that dumps are ... ROM Code for a 68K board - comp.sys.m68kemulator core list/java m68k emulator core list - comp ... * M68HC16Z1EVB evaluation board, with 68HC16Z1, RAM, ROM, I/O ... '?'s in Rom Firmware Kernal dumps - comp.sys.cbm ROM Code ... Key press question - comp.lang.perl.miscAnd when the evaluation process was >finished I made the ... This is the core of your problem, and why I think you ... program that would read the key presses and dump the ... improve strlen - comp.lang.asm.x86> Lazy Evaluation of them invokes branch > for every instance ... computer around the world are not high end dual core ... called from x64 process can generate x86 dump ... ... top 10 uses for random data compression?? anyone? - comp ...We reward them, then we quickly dump Sue and Francis's like atom. You won't ... They are possessing during the core now, won't cool highways later. She will ... EEE PC - comp.parallel.mpi... solid state eee pc microsoft xp eee pc memory dump ... eee pc eee pc mac osx wifi fix eee pc fedora core 9 ... asus eee pc 1000 canada asus eee pc 1000 evaluation asus ... Support | HOWTO: Configure lkcd to capture a kernel core dumpBefore submitting a core image to Novell Technical Services (NTS) for evaluation, please confirm that the ... See TID 3374462, Configure kernel core dump capture for ... Debugging from dumps - IBM - United StatesEvaluation software. Information management; Lotus; Rational ... jextract produces a ZIP file that includes the original core dump, a processed ... 7/14/2012 12:46:22 AM
|
|
|
|
|
|
|
|
|