If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > how do I stop a dump of a failing process

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-16-04, 13:06
WiccaChic WiccaChic is offline
Registered User
 
Join Date: Jan 2004
Posts: 71
Question how do I stop a dump of a failing process

Hello. I have a process that dumps from time to time due to a known bug in the way informix frees memory. This is usually not a big deal since this process has been dumping after hours and not really causing any harm and we know its going away with an upgrade.

Well, recently this job started dumping during the day and when it does the database grinds to a very slow pace and users notice it. The dump takes about 20 minutes to write its junk out to file...Is there a way to stop this process from occurring and terminate it immediatly? I dont want to turn off the dumps in my onconfig file because then I want capture info on any other issues we have.

I dont care about this particular dump...we know what does it and we know its going away with an upgrade so if I could skip this 20 minutes of total user torture it would be greate! Someone help please!
Reply With Quote
  #2 (permalink)  
Old 02-16-04, 14:14
bull_abraham bull_abraham is offline
Registered User
 
Join Date: Feb 2004
Posts: 32
Re: how do I stop a dump of a failing process

Quote:
Originally posted by WiccaChic
Hello. I have a process that dumps from time to time due to a known bug in the way informix frees memory. This is usually not a big deal since this process has been dumping after hours and not really causing any harm and we know its going away with an upgrade.

Well, recently this job started dumping during the day and when it does the database grinds to a very slow pace and users notice it. The dump takes about 20 minutes to write its junk out to file...Is there a way to stop this process from occurring and terminate it immediatly? I dont want to turn off the dumps in my onconfig file because then I want capture info on any other issues we have.

I dont care about this particular dump...we know what does it and we know its going away with an upgrade so if I could skip this 20 minutes of total user torture it would be greate! Someone help please!
I doubt, if you can turn off selectively. But if the DUMP_DIR is set, change that location to a link as $DUMP_DIR ---> /dev/null.

Just a thought.
-Abraham
Reply With Quote
  #3 (permalink)  
Old 02-17-04, 08:19
WiccaChic WiccaChic is offline
Registered User
 
Join Date: Jan 2004
Posts: 71
I was afraid of that. Thanks!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On