![]() |
|
|
|
|
|||||||
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 11:00 AM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 09:52 PM |
| how could i make a program mixed with many "|", "<" and ">" | strugglingman | High Level Programming | 2 | 04-29-2006 05:11 AM |
| No utpmx entry: you must exec "login" from lowest level "shell" | peterpan | UNIX for Dummies Questions & Answers | 0 | 01-18-2006 12:15 AM |
| "ap" command not dumping user profiles | rm -r * | UNIX for Dummies Questions & Answers | 0 | 08-31-2005 08:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
script running with "ksh" dumping core but not with "sh"
Hi,
I have small script written in korn shell. When it is called from different script, its dumping core, but no core dump when we run it standalone. And its not dumping core if we run the script using "/bin/sh" instead of "ksh" Can some body please help me how to resolve this issue. strings -a core is not giving much information. Thanxs in advance, simhe02 |
| Forum Sponsor | ||
|
|
|
|||
|
ksh dumping, tip
An old known problem could be a corrupted history file.
try deleting your .sh_history file in your home dir. Another thing is start your script with set -x to do some debugging and maybe you can find out at what point this coredump starts. Also look at the tombstones file or of course your /var/adm/messages/syslog/syslog.log file. Hope this helps. René |
|
|||
|
Hi,
Thanx for the immediate reply. I dont see any file line .sh_history. Are there any other possibilities?? Please note that If we run the same script standalone its working with out any core. This issue is coming only in HP-UX but not in other Unix machines. Please help me to resolve this issue. Thanx in advance. simhe02. |
|
|||
|
Hi,
Narrowed down the issue. While starting some service korn shell script is called from another script for 4 to 5 times. First 2 times, korn shell script is executed successfully and no core dump also. But from third time, korn shell script needs to be called but its not getting executed. i mean control is not going into the korn shell script. From this time its dumping core also. I am thinking may be address is corrupted.. or some thing.. not sure what exaclt causing the core dump. Please suggest me some solution for the same. Thanx in advance simhe02 |
|||
| Google UNIX.COM |