Comment 4 for bug 1402726

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2015-02-27 10:04 EDT-------
I have checked that on vivid the simple program works:
#include <stdio.h>
main() {
printf("test");
}
$ gcc -gp -o tests tests.c
$ ./tests
test
$ ls gmon.out
gmon.out

when on utopic I get:
$ ./tests
monstartup: out of memory
test
$ ls gmon.out
ls: cannot access gmon.out: No such file or directory

So problem is fixed under vivid, but the patch needs to added to utopic release