![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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. |
More UNIX and Linux Forum Topics 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 03:00 PM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-20-2007 01:52 AM |
| how could i make a program mixed with many "|", "<" and ">" | strugglingman | High Level Programming | 2 | 04-29-2006 08:11 AM |
| No utpmx entry: you must exec "login" from lowest level "shell" | peterpan | UNIX for Dummies Questions & Answers | 0 | 01-18-2006 04:15 AM |
| "ap" command not dumping user profiles | rm -r * | UNIX for Dummies Questions & Answers | 0 | 08-31-2005 11:44 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate 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 |
|
||||
|
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. |
|
||||
|
you are running "ls -la" from your login home ? Its normally available over there.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|