Your message dated Thu, 02 Jan 2003 15:32:11 +0900 with message-id <[EMAIL PROTECTED]> and subject line libc6: msync with flags = MS_SYNC|MS_ASYNC succeeds has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 6 Mar 2002 19:58:33 +0000 >From [EMAIL PROTECTED] Wed Mar 06 13:58:33 2002 Return-path: <[EMAIL PROTECTED]> Received: from as5800-82-144.access.naxs.com (silk.kitenet.net) [216.98.82.144] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16ihYX-0008JB-00; Wed, 06 Mar 2002 13:58:33 -0600 Received: from joey by silk.kitenet.net with local (Exim 3.35 #1 (Debian)) id 16ihbJ-0003Kn-00; Wed, 06 Mar 2002 15:01:25 -0500 From: Joey Hess <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libc6: msync with flags = MS_SYNC|MS_ASYNC succeeds X-Mailer: reportbug 1.44 Date: Wed, 06 Mar 2002 15:01:25 -0500 Message-Id: <[EMAIL PROTECTED]> Sender: Joey Hess <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: libc6 Version: 2.2.5-3 Severity: normal If msync is called with flags set to the invalid value of MS_SYNC|MS_ASYNC, it returns 0 and does not set errno. According to the docs in the lsb test suite, which cite System Interfaces and Headers, Issue 5: A call to msync() when flags is invalid shall return -1 and set errno to EINVAL. -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux silk 2.4.18 #1 Tue Feb 26 00:23:37 EST 2002 i686 Locale: LANG=C, LC_CTYPE=C --------------------------------------- Received: (at 137127-done) by bugs.debian.org; 2 Jan 2003 06:32:13 +0000 >From [EMAIL PROTECTED] Thu Jan 02 00:32:13 2003 Return-path: <[EMAIL PROTECTED]> Received: from oris.opensource.jp (oris.opensource.gr.jp) [218.44.239.73] (postfix) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18Tytp-000692-00; Thu, 02 Jan 2003 00:32:13 -0600 Received: from oris.opensource.jp (oris.opensource.jp [218.44.239.73]) by oris.opensource.gr.jp (Postfix) with ESMTP id CD694C33C6 for <[EMAIL PROTECTED]>; Thu, 2 Jan 2003 15:32:11 +0900 (JST) Date: Thu, 02 Jan 2003 15:32:11 +0900 Message-ID: <[EMAIL PROTECTED]> From: GOTO Masanori <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: libc6: msync with flags = MS_SYNC|MS_ASYNC succeeds User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-4.7 required=5.0 tests=QUOTED_EMAIL_TEXT,SPAM_PHRASE_01_02,USER_AGENT version=2.41 X-Spam-Level: > If msync is called with flags set to the invalid value of > MS_SYNC|MS_ASYNC, it returns 0 and does not set errno. According to the > docs in the lsb test suite, which cite System Interfaces and Headers, > Issue 5: > > A call to msync() when flags is invalid shall return > -1 and set errno to EINVAL. This problem is fixed in linux kernel 2.4.20 and 2.5.43. This is not glibc issue. I close this bug. Regards, -- gotom