------- 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
------- 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