Re: [BUGS] segmentation fault on Dynamic query using C

2009-01-22 Thread Michael Meskes
On Thu, Jan 22, 2009 at 11:40:22AM +0530, Priyank Raj wrote: > I have a code(mention below), when i run this code on Intel machine it works > perfectly fine, but when i use AMD machine it giving me segmentation fault > at "EXEC SQL EXECUTE IMMEDIATE :qqq;" line. what could be the problem?? Difficu

[BUGS] segmentation fault on Dynamic query using C

2009-01-22 Thread Priyank Raj
I have a code(mention below), when i run this code on Intel machine it works perfectly fine, but when i use AMD machine it giving me segmentation fault at "EXEC SQL EXECUTE IMMEDIATE :qqq;" line. what could be the problem?? int main(int argc,char *argv[]) { EXEC SQL BEGIN DECLARE SECTION;