Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to get the core dump to analyse the process which stopped on SOLARIS 10?

Status
Not open for further replies.

dperez79

Member level 1
Joined
Feb 10, 2004
Messages
35
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
299
Hi all,

i have a process under SUN SOLARIS 10 running with 5 threads.
One of them dies with a high data level processing, but it doesn't generate a core dump.
How can I get this core dump to analize the process??

Thanks.. Daniel P.
 

Re: SOLARIS 10 thread

you have code??

in C??
 

Re: SOLARIS 10 thread

Core dumb will be generated when your process does some blunder(Seg fault, devide by zero, etc) and terminated by OS.

I don't think for simple thread termination, the core will be generated.
 

Re: SOLARIS 10 thread

use truss comand (man truss)

The truss utility executes the specified command and produces a trace of the system calls it performs, the signals it receives, and the machine faults it incurs. Each line of the trace output reports either the fault or signal name or the system call name with its arguments and return value(s).

example

truss cat /etc/resolv.conf

enjoy
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top