472,353 Members | 1,378 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

WSE 8.1.5 LUW Trap file not written as claimed?

aj
DB2 WSE LUW 8.1 Fixpak 5
Red Hat AS 2.1

Has anyone ever seen a db2diag.log indicate that a trap file
was written, but it is *not* written?

For the 3rd time in 18 months, I had a production server abend
and shut itself down w/ a signal 11 ala:

2005-10-30-02.05.02.430065 Instance:md Node:000
PID:5772(db2gds) TID:8192 Appid:none
oper system services sqloEDUSIGCHLDHandler Probe:50

Detected the death of an EDU with process id 30157
The signal number that terminated this process was 11
Look for trap files (t30157.*) in the dump directory

2005-10-30-02.05.02.566374 Instance:md Node:000
PID:5772(db2gds) TID:8192 Appid:none
oper system services sqloEDUCodeTrapHandler Probe:10

ADM0503C An unexpected internal processing error has occurred. ALL DB2
PROCESSES ASSOCIATED WITH THIS INSTANCE HAVE BEEN SHUTDOWN. Diagnostic
information has been recorded. Contact IBM Support for further assistance.

//(Isn't it funny how these always happen in the wee hours?)

But no t30157.* files are in the dump dir. I do, however,
see a t5772.000 file there - so I don't think there's some
misconfiguration that prevents the engine from writing trap
files.

Yes, yes..I know - I need to call IBM support, and I will.
But I've gone thru this before - they will be unable to assist
me w/o that 30157 trap file. The 5772 trap will not indicate
the root cause of the problem.

A signal 11 is a segmentation violation - a memory problem.

I'm on Dell h/w.

Has anyone ever seen behavior like this? Any ideas?

thanks

aj
Nov 12 '05 #1
2 2632

"aj" <ro****@mcdonalds.com> wrote in message
news:11*************@news.supernews.com...
DB2 WSE LUW 8.1 Fixpak 5
Red Hat AS 2.1

Has anyone ever seen a db2diag.log indicate that a trap file
was written, but it is *not* written?

For the 3rd time in 18 months, I had a production server abend
and shut itself down w/ a signal 11 ala:

2005-10-30-02.05.02.430065 Instance:md Node:000
PID:5772(db2gds) TID:8192 Appid:none
oper system services sqloEDUSIGCHLDHandler Probe:50

Detected the death of an EDU with process id 30157
The signal number that terminated this process was 11
Look for trap files (t30157.*) in the dump directory

2005-10-30-02.05.02.566374 Instance:md Node:000
PID:5772(db2gds) TID:8192 Appid:none
oper system services sqloEDUCodeTrapHandler Probe:10

ADM0503C An unexpected internal processing error has occurred. ALL DB2 PROCESSES ASSOCIATED WITH THIS INSTANCE HAVE BEEN SHUTDOWN. Diagnostic information has been recorded. Contact IBM Support for further assistance.
//(Isn't it funny how these always happen in the wee hours?)

But no t30157.* files are in the dump dir. I do, however,
see a t5772.000 file there - so I don't think there's some
misconfiguration that prevents the engine from writing trap
files.

Yes, yes..I know - I need to call IBM support, and I will.
But I've gone thru this before - they will be unable to assist
me w/o that 30157 trap file. The 5772 trap will not indicate
the root cause of the problem.

A signal 11 is a segmentation violation - a memory problem.

I'm on Dell h/w.

Has anyone ever seen behavior like this? Any ideas?


Since this is a SEGV issue, DB2 will likely dump core, which will be placed
in the dump directory in a directory called c<pid>.000. If you have a
multi-GB machine with tons of bufferpool configured, this core file can fill
up your filesystem which prevents the trap file from being successfully
written to the filesystem.

--
Matt Emmerton
Nov 12 '05 #2
Wonder if a SIG is initiated by the os or the hw ... whether DB2 would
have had a chance to write out its trap files. I seem to remember coming
across something like this before. If a SIG is under DB2's control, it
shouldn't have a problem. But if not, and if DB2 is simply killed before
it has a chance? I'd leave it to the service team to comment.

Larry Edelstein

aj wrote:
DB2 WSE LUW 8.1 Fixpak 5
Red Hat AS 2.1

Has anyone ever seen a db2diag.log indicate that a trap file
was written, but it is *not* written?

For the 3rd time in 18 months, I had a production server abend
and shut itself down w/ a signal 11 ala:

2005-10-30-02.05.02.430065 Instance:md Node:000
PID:5772(db2gds) TID:8192 Appid:none
oper system services sqloEDUSIGCHLDHandler Probe:50

Detected the death of an EDU with process id 30157
The signal number that terminated this process was 11
Look for trap files (t30157.*) in the dump directory

2005-10-30-02.05.02.566374 Instance:md Node:000
PID:5772(db2gds) TID:8192 Appid:none
oper system services sqloEDUCodeTrapHandler Probe:10

ADM0503C An unexpected internal processing error has occurred. ALL DB2
PROCESSES ASSOCIATED WITH THIS INSTANCE HAVE BEEN SHUTDOWN. Diagnostic
information has been recorded. Contact IBM Support for further assistance.

//(Isn't it funny how these always happen in the wee hours?)

But no t30157.* files are in the dump dir. I do, however,
see a t5772.000 file there - so I don't think there's some
misconfiguration that prevents the engine from writing trap
files.

Yes, yes..I know - I need to call IBM support, and I will.
But I've gone thru this before - they will be unable to assist
me w/o that 30157 trap file. The 5772 trap will not indicate
the root cause of the problem.

A signal 11 is a segmentation violation - a memory problem.

I'm on Dell h/w.

Has anyone ever seen behavior like this? Any ideas?

thanks

aj

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Thomas Wulke | last post by:
i moved to a new server. there the following error occurs: when trying to upload a file the variable $_FILES isn't set. it is not a bug since it...
36
by: Jack Hughes | last post by:
This argument has come up two or three times lately. We have a web standards document at our company that say "Use valid HTML 4; We don't...
3
by: Eitan | last post by:
Hello, I want to emphasize a point for my prior posts : How can I trap a message in ASP (not dotnet), to a specific label. (I know : on error...
8
by: Jean-Marc Blaise | last post by:
Dear all, It seems there is a problem with some snapshot table functions, if you try to divide by some element that is unset or equal to 0. This...
2
by: Steve Bishop | last post by:
I want to be able to design an online file upload portal for the Web. Is there any popular .Net examples of this? Help apprecaited. Thanks. Steve...
10
by: pemo | last post by:
As far as I understand it, a trap representation means something like - an uninitialised automatic variable might /implicitly/ hold a bit-pattern...
1
by: Massimiliano Campagnoli | last post by:
Hi All, I know that db2 V7.2 is no more supported and nor OS/2 is supported anymore but I wonder if someone here can give me some help on this. ...
8
by: Tom Wright | last post by:
I'm writing a program which reads a series of data files as they are dumped into a directory by another process. At the moment, it gets sporadic...
80
by: nicolas.sitbon | last post by:
Hi everybody, in a french C book, the author says that only {fgetc, getc, getchar, fgetwc, getwc, getwchar, fgets, gets, fgetws, getws, fputc,...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.