Results 1 to 3 of 3
Hi All,
I am getting below information from the core file on our production servers. one of our server is crashing with segmentation fault .
Program terminated with signal 11, ...
- 05-02-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 2
server crashing
Hi All,
I am getting below information from the core file on our production servers. one of our server is crashing with segmentation fault
.
Program terminated with signal 11, Segmentation fault.
#0 0x00b24332 in _int_malloc () from /lib/libc.so.6
(gdb) where
#0 0x00b24332 in _int_malloc () from /lib/libc.so.6
#1 0x00b25e97 in malloc () from /lib/libc.so.6
#2 0x00951909 in rtrealloc () from /var/informix/lib/esql/libifsql.so
#3 0x00940048 in sendrettype () from /var/informix/lib/esql/libifsql.so
#4 0x009420e0 in _sqinsput () from /var/informix/lib/esql/libifsql.so
#5 0x00942258 in sqli_curs_put () from /var/informix/lib/esql/libifsql.so
#6 0x08064168 in addFareAmt ()
- 05-02-2011 #2
Can you provide more information?
- What is your OS and in which version?
- What version of informix is running?
- Did that server ever work?
- If not, what happened before it started crashing? Updates, probably a hwardware failure?
- Is the crashing machine different to the others?
Other than that:
Informix is commercial, so you can get service/support from IBMYou must always face the curtain with a bow.
- 05-02-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 2
Thanks Irithori -
The server is still working and providing services but it is crashing occasionlly and is again started by tuxedo (Transaction Manager).


Reply With Quote