Find the answer to your Linux question:
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, ...
  1. #1
    Just 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 ()

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,097
    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 IBM
    You must always face the curtain with a bow.

  3. #3
    Just 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).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...