The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Cleaning core files ghost01 UNIX for Dummies Questions & Answers 3 01-11-2007 01:56 AM
system log files and core files? Westy564 UNIX for Dummies Questions & Answers 8 02-04-2004 12:40 PM
Analyzing System Core Files? TRUEST UNIX for Advanced & Expert Users 2 01-30-2003 09:10 AM
What can be done with core files??? TRUEST UNIX for Advanced & Expert Users 5 12-06-2002 11:40 AM
core files Vodor UNIX for Dummies Questions & Answers 2 06-12-2001 01:07 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 09-08-2004
Registered User
 

Join Date: Jun 2004
Location: Il, hoffman estates.
Posts: 18
Question evaluating core files

Does anyone know any tools or how to really get something out of a core file.

I can use strings and look for certain things like out of memory.

I am trying to use adb but I can't make heads or tails from it. I guess it is my lack of know how with the adb/mdb debugger.

anything would help. thanks
Reply With Quote
Forum Sponsor
  #2  
Old 09-09-2004
Registered User
 

Join Date: Mar 2002
Location: London, England
Posts: 262
issue file core

This will give you brief idea of what application cause the core file.
Reply With Quote
  #3  
Old 09-10-2004
Registered User
 

Join Date: Jun 2004
Location: Il, hoffman estates.
Posts: 18
thank you but I can 't see anything. did you post anything.
Reply With Quote
  #4  
Old 09-10-2004
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 4,261
gdb is freely avaiable for most *nix flavors.

If you want more information try compiling the code with -g, then
running it inside gdb
Code:
cc -g myfile.c -o myfile
gdb myfile
> r  arg1 arg2 arg3
............
ba
IF you already compiled -g
Code:
gdb compiled_File_name core
> ba
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 01:14 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0