Bug 241903 - unhandled syscall: 294
Summary: unhandled syscall: 294
Status: RESOLVED DUPLICATE of bug 202315
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.5.0
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 12:53 UTC by revel
Modified: 2010-06-16 13:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***