Core Dump of a process in Red Hat Linux 5.9

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Core Dump of a process in Red Hat Linux 5.9
# 15  
Old 08-26-2015
No.Thats the tragedy. What is the way out then?

---------- Post updated 08-26-15 at 12:16 PM ---------- Previous update was 08-25-15 at 03:41 PM ----------

Is there any way out in this situastion?
# 16  
Old 08-26-2015
First you will have to find a way to discover when the process is "frozen". How does this existing tool work? Do you have any code for it?
# 17  
Old 08-26-2015
No I do not have any code for that.All I know is that the process which is responsible for monitoring other process (like monitoring a message exchange we call it Hello Message with in a particular time interval with the process which its required to be monitored) send some hello message to the monitored process and if it did not get any response from with in a predefined time period, it declare the process as dead,
# 18  
Old 08-26-2015
You will need to know more than that, and we can't really tell from here.
# 19  
Old 09-02-2015
Can u please tell what are the inputs required?
# 20  
Old 09-02-2015
How to check if it's frozen, or how to communicate with it in general, or failing that, what it actually is.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies

2. UNIX for Dummies Questions & Answers

Learn Linux Core Dump Analysis

Can any body provide me some good link to learn to create and analyze linux user mode application / kernel module core dumps? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

3. Linux

Thread specific data from linux core dump

How do i get pointer to thread's local storage or thread specific data while analyzing core dump for linux ? i use pthread_setspecific to store some data in the pthread's local stoare. my multi threaded program on linux crashed, and i want to see what is stored in current running thread's... (2 Replies)
Discussion started by: vishwasungal
2 Replies

4. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies

5. Emergency UNIX and Linux Support

How to open the core dump file in linux?

Hi, I have got core dump stating "core.bash.29846" so i am unable to open. How to open the core dump file for further analysis? Reagards Vanitha (7 Replies)
Discussion started by: vanitham
7 Replies

6. Red Hat

Process does not dump any core files when crashed even if coredumpsize is unlimited

Hello Im using redhat and try to debug my application , its crashes and in strace I also see it has problems , but I can't see any core dump I configured all the limit ( im using .cshrc ) and it looks like this : cputime unlimited filesize unlimited datasize unlimited... (8 Replies)
Discussion started by: umen
8 Replies

7. Red Hat

red hat 4 core off or on

Hi All, I have this IBM 8872-1RU/X460 I need to know if the cpu core is off or on. Is there a query to do that without checking the BIOS? Here's the cpuinfo ~~~~~~~~~~~~~~~~~~~~ # cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model ... (1 Reply)
Discussion started by: itik
1 Replies

8. Linux

crash dump server for red hat ent 4

Is it true that you can't have the crash dump server/client on the same server? I know I've installed Nagios open source before, I though it's only for that kind of thing. I never though that Red hat ent 4 would be like client/server on the crash dump. if someone is having problem with high... (0 Replies)
Discussion started by: itik
0 Replies

9. UNIX for Dummies Questions & Answers

How to force core dump of a process

We have an application that terminates with segmentation violation errors in the logs. No source code is available since this is a third party software that is way past its maintenance life cycle. Under these circumstances is there a way to force a core dump of the process for further analysis?? ... (3 Replies)
Discussion started by: Un1xNewb1e
3 Replies

10. UNIX for Dummies Questions & Answers

Red Hat Linux 6.0

Ok here is my problem i do not know the command to load a driver for my network card in Ted hat linux 6.0 could sombody give me a hand. and if there is anyone that has a list of commands for red hat that would be great also (2 Replies)
Discussion started by: bbutler3295
2 Replies
Login or Register to Ask a Question