Re: CORE DUMP by script !!

2006-08-31 Thread Jay Savage
On 31 Aug 2006 07:44:51 -, neela madhab patro <[EMAIL PROTECTED]> wrote: Hi ,    One of my scripy (involves GDBM file operations) dumped core.I have the core file, but no idea what can I glean from that. I have tools like dbx and gdb but they need binaries along with the core file. So anyon

Re: CORE DUMP by script !!

2006-08-31 Thread Tom Phoenix
On 31 Aug 2006 07:44:51 -, neela madhab patro <[EMAIL PROTECTED]> wrote: One of my scripy (involves GDBM file operations) dumped core.I have the core file, but no idea what can I glean from that. The core file is useful if you're debugging perl itself, but generally not useful for debuggin

CORE DUMP by script !!

2006-08-31 Thread neela madhab patro
Hi ,    One of my scripy (involves GDBM file operations) dumped core.I have the core file, but no idea what can I glean from that. I have tools like dbx and gdb but they need binaries along with the core file. So anyone knows how to decipher the core file of a script.ThanksMadhab