Bug 241903

Summary: unhandled syscall: 294
Product: [Developer tools] valgrind Reporter: revel
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED DUPLICATE    
Severity: minor CC: tom
Priority: NOR    
Version: 3.5.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description revel 2010-06-16 12:53:26 UTC
Version:           3.5.0
OS:                Linux

==2862== Memcheck, a memory error detector
==2862== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==2862== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
==2862== Command: epiphany --sync
==2862== 
--2862-- WARNING: unhandled syscall: 294
--2862-- You may be able to write your own handler.
--2862-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--2862-- Nevertheless we consider this a bug.  Please report
--2862-- it at http://valgrind.org/support/bug_reports.html.


Reproducible: Always

Steps to Reproduce:
invoke 'valgrind epiphany'



$ uname -a
Linux archer 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010 x86_64 Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz GenuineIntel GNU/Linux

$ ldd `which valgrind`
	linux-vdso.so.1 =>  (0x00007fff775ff000)
	libc.so.6 => /lib/libc.so.6 (0x00007fa678e7b000)
	/lib/ld-linux-x86-64.so.2 (0x00007fa6791d7000)
Comment 1 Tom Hughes 2010-06-16 13:24:33 UTC

*** This bug has been marked as a duplicate of bug 202315 ***