Re: [Valgrind-users] Problem running even simple programs

2014-12-03 Thread Mikhail Baikov
On Thu, 2014-11-27 at 23:06 +0300, Mikhail Baikov wrote: ==1654== Invalid read of size 4 ==1654==at 0x489B248: __uClibc_main (in /lib/libuClibc-0.9.32.1.so) ==1654== Address 0xbdd74b44 is on thread 1's stack ==1654== 20 bytes below stack pointer ==1654== I also have # valgrind -v

Re: [Valgrind-users] Problem running even simple programs

2014-12-03 Thread Philippe Waroquiers
On Wed, 2014-12-03 at 19:51 +0300, Mikhail Baikov wrote: The main problem for me is not in basic applications. The problem is that the application that I want to test works fine without valgrind but segfaults when I try to run it in valgrind. Then I might have missed something in the