Package: valgrind
Version: 1:3.3.1-2
Severity: normal
Steps to reproduce:
1) cat > a.c < EOF
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
int main(int argc, char *argv[]) {
int size;
return 0;
}
EOF
2) gcc a.c -o a
3) valgrind ./a 2> a
Expected results:
3) valgrind prints an error
Actual results:
3) valgrind crashes with only "Bus error (core dumped)"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]