![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| core dump | bapi | AIX | 1 | 04-23-2008 01:30 AM |
| Core Dump | vinp | UNIX for Advanced & Expert Users | 1 | 10-22-2007 04:49 AM |
| Core dump in HP-UX.. | gyanusoni | UNIX for Dummies Questions & Answers | 0 | 09-07-2007 12:29 AM |
| about core dump | zhaohaizhou | High Level Programming | 1 | 09-15-2004 03:30 AM |
| help, what is the difference between core dump and panic dump? | aileen | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 05:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I've got a core dump in my weblogic home directory, which i have tried to debug by initiating savecore from /etc/init.d/savecore start
but savecore failed to create the two files, that is vmcore.n and vmunix.n. savecore is enable on my server to save vmcore and vmunix in /var/crash/hostname 1) how do I run adb command (debugger) without the vmcore.n or vmunix.n? 2) how do get my server to create the two files without rebooting? 3) could you debug a core file without creating or using vmcore and vmunix files? |
| Forum Sponsor | ||
|
|
|
|||
|
thanks for your reply, it being a great help in
differentiating the two types of core files but when I initiated adb core it displays: core file = core -- program ``dtfile'' on platform SUNW,Sun-Blade-100 SIGSEGV: Segmentation Fault and nothing else. is this all adb core is ment to display? or have I got the syntax wrong? if this is the case could you please let me know what the right syntax is, I have read the man page but this hasn't help. |
|
||||
|
adb is an interactive program. You type stuff in and it types stuff back. There is a limit to what it can do with only the core file. I wasn't kidding when I said it also needed the executable.
But even with the executable, you will need extensive knowledge to do much beyond displaying what you have displayed. Tutorials on adb have been mentioned before in this forum. Search for them. |
||||
| Google The UNIX and Linux Forums |