Public bug reported:

Binary package hint: valgrind

Put this into main.c:

#include <fcntl.h>
main(void) {
        loff_t offset;
        splice (0, &offset, 0, 0, 0, 0);
        return 0;
}


...then do "gcc main.c" followed by "valgrind ./a.out"

On Lucid you get:
--11637-- WARNING: unhandled syscall: 275
--11637-- You may be able to write your own handler.
--11637-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--11637-- Nevertheless we consider this a bug.  Please report
--11637-- it at http://valgrind.org/support/bug_reports.html.

On Karmic you get:
--6196-- WARNING: unhandled syscall: 313
--6196-- You may be able to write your own handler.
--6196-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--6196-- Nevertheless we consider this a bug.  Please report
--6196-- it at http://valgrind.org/support/bug_reports.html.

ProblemType: Bug
Architecture: amd64
Date: Thu Mar 11 22:47:47 2010
DistroRelease: Ubuntu 10.04
Package: valgrind 1:3.6.0~svn20100212-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.24-generic
SourcePackage: valgrind
Uname: Linux 2.6.32-16-generic x86_64

** Affects: valgrind (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug lucid

-- 
valgrind can't handle splice Linux syscall
https://bugs.launchpad.net/bugs/537688
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