stack size exceeded maxssiz ? -
03-07-2005
, 11:35 PM
Hi All,
We have a ABF application which works fine in ingres 6.4 on HP 10.20.
The application include esqlc scripts. We run imageapp to produce a new
executable file on a new server which run ingres 2.6 on HP 11.11 . It
has some error message below when we run the executable file.
Pid 9971 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
BTW, we have another esqlc scripts and it was compiled as below
esqlc process_so.sc
cc -Aa process_so.c -o process_so.exe /opt/sdo/ingres/lib/libingres.a
-lm -lc
It has the same error message as above when we ran process_so.exe
Thanks
Frank |