------- Comment From <email address hidden> 2015-02-27 10:38 EDT------- On trusty $ gcc -pg tests.c ubuntu@fauck3:~$ ./a.out monstartup: out of memory tests ubuntu@fauck3:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
Problem is fixed on vivid with: $ gcc --version gcc (Ubuntu 4.9.2-10ubuntu1) 4.9.2
On utopic, not fixed with: $ gcc --version gcc (Ubuntu 4.9.1-16ubuntu6) 4.9.1
------- Comment From <email address hidden> 2015-02-27 10:38 EDT------- RELEASE= 14.04 CODENAME= trusty DESCRIPTION= "Ubuntu 14.04.2 LTS"
On trusty
$ gcc -pg tests.c
ubuntu@fauck3:~$ ./a.out
monstartup: out of memory
tests
ubuntu@fauck3:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
Problem is fixed on vivid with:
$ gcc --version
gcc (Ubuntu 4.9.2-10ubuntu1) 4.9.2
On utopic, not fixed with:
$ gcc --version
gcc (Ubuntu 4.9.1-16ubuntu6) 4.9.1