At a guess I'd say your program segfaulted because of a stack overflow caused
by infinite (or too much) recursion.  I say that because (1) you have a 
number of identical frames on the stack, and (2) the faulting address ..

> ==7850==  Bad permissions for mapped region at address 0xA69DFF4

.. 0xA69DFF4 is just below a page boundary (the FF4 bit).

J


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to