3 Sep
2006
3 Sep
'06
23:02
On Sunday 03 September 2006 16:22, Vadym Krevs wrote:
I'd try valgrind'ing your application. Install the latest valgrind*.rpm and then run your application under valgrind - this will pinpoint any dodgy memory accesses/operations in the application.
valgrind can't diagnose stack corruptions unfortunately (except for use of uninitialized data), only heap issues. -Andi