*** This bug is a duplicate of bug 208120 ***
    https://bugs.launchpad.net/bugs/208120

FWIW, the program that I was valgrinding when this particular crash
happened was:

int main(int argc, char* argv[])
{
        int *ptr = 0;
        *ptr = 0;
        return 0;
}


So even the most basic program will freak out memcheck on x64 it seems.

-- 
memcheck crashed with SIGSEGV in do_syscall_WRK()
https://bugs.launchpad.net/bugs/278542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to