I have noticed the same SIGSEGV error appears now and then on our Ingres 9.3.0 server (Ingres Linux Version II 9.3.0 (a64.lnx/151)NPTL).
Stack trace
ALWAYS looks the same (sure addresses are different):
Code:
-----------BEGIN STACK TRACE------------
0: 408a6800 iidbms(qeq_cleanup+0x49e) [0x4ec3e8]( ... )
1: 408a7050 iidbms(qeq_query+0x28be) [0x4eb1b5]( ... )
2: 408a7990 iidbms(qef_call+0xf5d) [0x4e2acd]( ... )
3: 408a9fa0 iidbms(scs_sequencer+0x63a7) [0x489647]( ... )
4: 408b2130 iidbms(CSMT_setup+0x50e) [0x702eae]( ... )
-----------END STACK TRACE----------
It is always qeq_cleanup, qeq_query, qef_call, scs_sequencer, CSMT_setup and *BOOM* - IIDMBS goes down.
Queries that are executed are various, and on different tables...
Does anyone know how to prevent this from happening because this starts to annoy me, and it happens on our production server few times a month...
Note: this is not a supported version of Ingres RDBMS, so I cannot file a support request.
Any hint/idea would be greatly appreciated.
Kind regards