|
| |||||||||
| Tags: kernel, linux, lkcd, memory dump, program crash |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Working on program crash in linux with LKCD
I need some working information of LKCD. I have linux server in which my applications are crashed. It is possible to troubleshoot them via LKCD. But the same is not used before. Where to download it and how does it works in getting information on a crash program under linux based operating system. |
|
#2
| ||||
| ||||
| Re: Working on program crash in linux with LKCD
The project LKCD is a set of Linux kernel patches and tools to save a copy of kernel memory when it panic. The kernel memory dump analysis allows after wards the cause of his panic. Thanks to the tools included in the package. Most commercial Unix systems come with similar tools. |
|
#3
| ||||
| ||||
| Re: Working on program crash in linux with LKCD
On Linux, however, this package is fairly new and should be added manually. The utility LKCD is not intended to provide useful information in the case of a panic caused by a hardware problem or in violation of the memory segmentation. The complete package LKCD can be downloaded also from it's site. So that you will get more or additional information on it. And you can get rid of your problem. |
|
#4
| ||||
| ||||
| Re: Working on program crash in linux with LKCD
The Working on program crash in linux with LKCD this only happen, when a kernel encounters certain errors it calls the panic which is produced by an irreversible mistake. In such a situation, LKCD carry a copy of the memory kernel to a pre-designated area. The area is the default swap partition primary (primary swap). Better collect more information on it. |
|
#5
| ||||
| ||||
| Re: Working on program crash in linux with LKCD
The kernel is not fully functional at this stage, but there has sufficient capacity to copy memory to disk. When the copy is complete, the system restarts. When rebooting the system, if a new copy of the memory is found on the main swap partition, it is copied by default to the directory /var/log/dump Once the image is copied, the boot continues normally and forensic analysis can be done later. |
|
#6
| ||||
| ||||
| Re: Working on program crash in linux with LKCD
There is a binary rpm package for i386 processors. It is available on lkcd.sourceforge.net. However, you still need the patches to be applied to startup scripts. You can find these patches in the source rpm package. Download lkcdutils-xxx.src.rpm and install it using the command: kcdutils xxx src.rpm. The download file of LKCD will place a file called lkcdutils- xxx .tar.gz in the directory /usr/src/redhat/SOURCES This file is an archive in tar format of the compressed source tree LKCD. Unzip the sources into the directory of your choice, eg /usr/src with the command: tar-zxvf xxx src.rpm. This will create a directory called kcdutils- xxx sources LKCD tools. In this way you can solve the problem of crash in linux with LKCD. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Working on program crash in linux with LKCD" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Error Reporting for crash program | Chhaya786 | Operating Systems | 5 | 25-02-2010 10:35 PM |
| kernel patching of LKCD | Balamohan | Operating Systems | 5 | 19-01-2010 03:24 AM |
| Programs crash in Linux | Crespin | Operating Systems | 5 | 17-01-2010 02:43 AM |
| vista program crash log | Amitesh | Operating Systems | 3 | 10-07-2009 01:12 AM |
| Crash When Printing From Any Program | Jason Freeman | Windows XP Support | 8 | 08-07-2009 01:19 AM |