![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| 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 | Search this Thread | 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. |