I have an application developed using Glade, C, postgresql, on Centos 4. It was easily ported upto Centos 6.2 Now, when I recompile it on Ubuntu 12.10 and run it, I get the following error, and such lines go on and on. Can someone help me the direction that I need to take to resolve it ? :
*** buffer overflow detected ***: kalculate terminated
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x45)[0xcac045]
/lib/i386-linux-gnu/libc.so.6(+0x102e1a)[0xcaae1a]
/lib/i386-linux-gnu/libc.so.6(+0x102478)[0xcaa478]
/lib/i386-linux-gnu/libc.so.6(_IO_default_xsputn+0x91)[0xc1b501]
/lib/i386-linux-gnu/libc.so.6(_IO_vfprintf+0x2352)[0xbece02]
/lib/i386-linux-gnu/libc.so.6(__vsprintf_chk+0xc9)[0xcaa549]
/lib/i386-linux-gnu/libc.so.6(__sprintf_chk+0x2f)[0xcaa45f]
kalculate[0x8053a96]
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x8c)[0x24b1ec]
Thanks a lot.
Sudhir Gandotra