Info from core file


 
Thread Tools Search this Thread
Operating Systems Solaris Info from core file
# 1  
Old 07-01-2008
Info from core file

My server with Solaris OS and SUNW,Sun-Fire-V240 give me core file like below:

----------------- lwp# 1 / thread# 1 --------------------
fed40e50 _pause (1, 0, fed82000, ffbfe9bc, fedda780, 0) + 8
ff1a22b0 __1cLMTlsSigHdlrEwait6Mb_v_ (1013d0, 1, 1, 0, 0, 0) + 58
0003d274 main (1, ffbffb4c, ffbffb54, f6c00, fed80240, fed80280) + a9cc
00032880 _start (0, 0, 0, 0, 0, 0) + b8
----------------- lwp# 2 / thread# 2 --------------------
fed412d4 __lwp_wait (4, fe8fbe54, 0, 4, ff3f06d0, 0) + 8
fed3ccd8 _thrp_join (4, 0, 0, 1, fe8fbe54, fed6cbc0) + 34
ff184458 __1cHMTlsThrEstop6M_i_ (d38f78, 0, ce444, d3e0b4, 48645b34, 0) + c8
00076af4 __1cLSMS_extractMfinishupProc6Mpv_i_ (105d68, 105d68, 0, 377a4, ff1b9244, 0) + 34
ff184a74 thr_func (105d68, fe8fc000, 0, 0, ff184918, 1) + 15c
fed400b0 _lwp_start (0, 0, 0, 0, 0, 0)


I put it by pstack core but I don't know to read it,Any body can help me to explain these core?Many thank's before your answer....
# 2  
Old 07-01-2008
Every Thread has a stack.
You have to determine which Thread has caused the core.
Then you have to trace that particular Thread's frame.

Thx,
Siva
# 3  
Old 07-01-2008
What problem is your system having at the first place? Any errors in messages files? why you're immediately asing for stack trace output analysis? just curious Smilie
# 4  
Old 07-01-2008
If you have source code, than use dbx.
If you don't what you are going to do even if you indetified bug by analyzing a core file?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Inputing info from a CSV file and filling a template file

Hi, I have a .csv file that contains a variety of fields for 60 clients: USERNAME, PASSWORD, and COMMENTS. I have a template file which contains a great deal of data for each client and has the fields USERNAME, PASSWORD, and COMMENTS that has to be filled with the values of USERNAME,... (1 Reply)
Discussion started by: mojoman
1 Replies

2. Shell Programming and Scripting

Add column info from one file to larger second file

Hi, long time reader, first time poster. I've done some searching so please if this is a repeated post excuse the duplicate, but what I have are two files roughly like so: File 1: A W B X C Y D Z File 2: A 1 C 2 D 3 And what I would like to get out is... (4 Replies)
Discussion started by: wallysb01
4 Replies

3. Homework & Coursework Questions

how to delete core file (file created due to apps crashed)

1. The problem statement, all variables and given/known data: When looking for corefiles, include any file with core in its name. (Some UNIX/Linux systems add the PID of the process that created the core to reduce the chances of overwriting an already existing core file that might be needed. The... (6 Replies)
Discussion started by: s3270226
6 Replies

4. Shell Programming and Scripting

file size info

Hello. I can't figure out how to see file size info here. Can someone comment on this ? bash-3.2$ uname -a HP-UX fms-a B.11.31 U ia64 1717699127 unlimited-user license bash-3.2$ pwd /u01/app/oracle/oradata/fms bash-3.2$ ls -l fms_tools_1.dbf lrwxr-xr-x 1 root sys 21... (2 Replies)
Discussion started by: tonijel
2 Replies

5. Shell Programming and Scripting

Finding & Moving Oldest File by Parsing/Sorting Date Info in File Names

I'm trying to write a script that will look in an /exports folder for the oldest export file and move it to a /staging folder. "Oldest" in this case is actually determined by date information embedded in the file names themselves. Also, the script should only move a file from /exports to... (6 Replies)
Discussion started by: nikosey
6 Replies

6. UNIX for Dummies Questions & Answers

difference between Dual-core & Core-to-duo

Can anybody tell What is the exact difference between a Dual-core processor and a Core-to-duo processor ?Advance thanks to all my friends. (1 Reply)
Discussion started by: Ajith kumar.G
1 Replies

7. UNIX for Dummies Questions & Answers

getting user info on a file

I know this is prob a simple question but anyway here goes. I want to find out the owner of a certain file. I also want to find out what permissions that owner has. Is their any command that is similair to file in that it can tell men this specfic information about a file the way file tells you... (1 Reply)
Discussion started by: Quesa
1 Replies

8. Programming

Core Dump Info

Hi all, I am new on solaris. I want to know that, how to generate a core dump file. And how can i extract the information of the segmentation fault from the core dump file. I am producing the segmentation fault with the following code. #include<stdio.h> int main() { int *p; *p = 10;... (3 Replies)
Discussion started by: Saurabh78
3 Replies

9. UNIX for Dummies Questions & Answers

file activity (open/closed) file descriptor info using KORN shell scripting

I am trying to find a way to check the current status of a file. Such as some cron job processes are dependent on the completion of others. if a file is currently being accessed / modified or simply open state I will wait until it is done being processed before attempting the next process on that... (3 Replies)
Discussion started by: Gary Dunn
3 Replies
Login or Register to Ask a Question