0

I have a binary that I generated from a program written in C language and that stucks in this line of code:

EXEC SQL PREPARE x FROM: y;

with 'y' is a simple selection request:

select count(distinct id_appli) FROM APPLICATION WHERE id_appli = '2' ;

could you tell me the cause of such a problem ?

PS : I'm working on AIX Sometimes I got a core file, when I used gdb command I got this result :

core: AIX core file fulldump 32-bit,

Program terminated with signal 11, Segmentation fault.
#0  0xd482acac in skgesig_sigactionHandler ()
   from /produits/oracle/db/11.2.0.2/lib32/libclntsh.so
(gdb) where
#0  0xd482acac in skgesig_sigactionHandler ()
   from /produits/oracle/db/11.2.0.2/lib32/libclntsh.so
#1  <signal handler called>
phuclv
  • 37,963
  • 15
  • 156
  • 475
Alma
  • 31
  • 1
  • 10

0 Answers0