Urgent - core dump in solaris 5.10


 
Thread Tools Search this Thread
Operating Systems Solaris Urgent - core dump in solaris 5.10
# 1  
Old 01-17-2008
Network Urgent - core dump in solaris 5.10

anybody know abt Segmentation Fault - core dumped in solaris 5.10..wats this error??
# 2  
Old 01-17-2008
The core dump will occur due to Invalid memory reference.

Check your code,

1. is the string variables are initialized?
2. is the Pointer references are assigned before use?
# 3  
Old 01-17-2008
If you have the core file you can start with a "pstack core" to see what the application was doing at the time.
# 4  
Old 01-17-2008
The Load core file on the debugger i.e dbx core then type
where -- which will give the stack trace
# 5  
Old 01-17-2008
Without a debugger, you can still get some information about the core file:

Code:
file core
pflags core
pstack core
pldd core

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Core dump while doing Solaris packaging

Hi All, I am doing Solaris packaging. I got core dump error while doing it. I have identified particular folder causing it but not sure about the reason. Without that folder i can able to do the package. I have attached the proto file and other related files for your reference. Pls... (1 Reply)
Discussion started by: kamal_456
1 Replies

2. Solaris

Solaris 10, GhostPDL , PCL to PDF , pcl6 core dump

I have compiled GhostPDL that provides a shell script pcl2pdf that calls the executable pcl6. pcl6 compiled with no errors using gmake and gcc. Running pcl2pdf generates a core dump when trying to convert a pcl file to pdf. I have installed the Ghost fonts. Does anyone have GhostPDL compiled... (1 Reply)
Discussion started by: gduncan
1 Replies

3. Solaris

Solaris 10 10/08 fmd core dump

There's something strange with fmd in update 6. On four identical machines (Netra T2000) all installed thru jumpstart (same configuration, same packages, same patches, same firmware) fmd randomly refuses to start after reboot. $ cat /var/svc/log/system-fmd:default.log ... $ svcs... (8 Replies)
Discussion started by: Luka
8 Replies

4. UNIX for Advanced & Expert Users

Core Dump

Hello all, Iam new to unix while executing java program which finely working in windows know iam testing with unix ,but in unix while executing iam getting core dump, my application is in client server environment and it is menu drivrn application on clicking options no problem but after some time... (1 Reply)
Discussion started by: vinp
1 Replies

5. Programming

about core dump

MY friends: my program under sco unix have a problem? it create a core dump file on the path when execute program , but i can't find the error of the C program ,i don't know how to see the error about my program use core, please help me or give me some suggest and what tools can use... (1 Reply)
Discussion started by: zhaohaizhou
1 Replies

6. UNIX for Dummies Questions & Answers

core dump

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)... (4 Replies)
Discussion started by: hassan2
4 Replies

7. UNIX for Dummies Questions & Answers

core dump

Hi , Working on AIX 4.3. An internal error from my apps engine suddenly causes the engine to die. During this time i do notice a core file being dumped in the directory from where I try to re-start my engine. Q is how does one read this core file, or I should say 'what is this core file'? thnx (2 Replies)
Discussion started by: buRst
2 Replies

8. UNIX for Dummies Questions & Answers

core dump

does any one have read a core dump? is there any reader for that? or may i know what is the use of that core which takes sometimes memory in GBs? :) (6 Replies)
Discussion started by: sskb
6 Replies

9. UNIX for Advanced & Expert Users

bcp core dump on Solaris 5.7

I am importing data into a new database using bcp (ASE 11.0) on Solaris 5.7. I keep getting a core dump error when my ksh script attempts to load one table. All other tables load fine. If I load the table directly from the command line without a script the table loads fine. Does anybody know... (1 Reply)
Discussion started by: gerald_agoi
1 Replies

10. UNIX for Dummies Questions & Answers

help, what is the difference between core dump and panic dump?

help, what is the difference between core dump and panic dump? (1 Reply)
Discussion started by: aileen
1 Replies
Login or Register to Ask a Question