The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM


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 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

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-16-2008
Registered User
 

Join Date: May 2008
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
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
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 05-16-2008
vbe vbe is offline
Registered User
 

Join Date: Sep 2005
Location: Switzerland
Posts: 364
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
For a start you should type # file core; to find the reason...
Reply With Quote
  #3 (permalink)  
Old 05-18-2008
Registered User
 

Join Date: Jul 2002
Posts: 11
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
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é
Reply With Quote
  #4 (permalink)  
Old 05-21-2008
Registered User
 

Join Date: May 2008
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
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.
Reply With Quote
  #5 (permalink)  
Old 05-21-2008
Registered User
 

Join Date: Feb 2005
Location: Bangalore
Posts: 36
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
try the command "ls -la" to find the hidden files (starts with .)
Reply With Quote
  #6 (permalink)  
Old 05-21-2008
Registered User
 

Join Date: May 2008
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi,

I tried with the same command. There is no such .sh_history file.

-simhe02
Reply With Quote
  #7 (permalink)  
Old 05-21-2008
Registered User
 

Join Date: Feb 2005
Location: Bangalore
Posts: 36
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
you are running "ls -la" from your login home ? Its normally available over there.
Reply With Quote
  #8 (permalink)  
Old 05-21-2008
Registered User
 

Join Date: May 2008
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi,

Yes i have verified in home directory only.

Any other guess on the problem??

-simhe02
Reply With Quote
  #9 (permalink)  
Old 05-22-2008
Registered User
 

Join Date: May 2008
Posts: 7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
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
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 05:14 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101