Bug 231076 - WARNING: unhandled syscall: 332
Summary: WARNING: unhandled syscall: 332
Status: RESOLVED DUPLICATE of bug 202315
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 10:30 UTC by R
Modified: 2010-03-17 10:55 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 R 2010-03-17 10:30:06 UTC
Version:           Valgrind-3.5.0-Debian (using Devel)
Compiler:          g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1 
OS:                Linux
Installed from:    Compiled sources

I have run "valgrind ./myprg" and got the following output on Ubuntu 9.10:

==3192== Memcheck, a memory error detector
==3192== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==3192== Using Valgrind-3.5.0-Debian and LibVEX; rerun with -h for copyright info
==3192== Command: ./myprg
==3192== 

** (<unknown>:3192): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
--3192-- WARNING: unhandled syscall: 332
--3192-- You may be able to write your own handler.
--3192-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--3192-- Nevertheless we consider this a bug.  Please report
--3192-- it at http://valgrind.org/support/bug_reports.html.
Comment 1 Tom Hughes 2010-03-17 10:55:59 UTC

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