From owner-freebsd-bugs Thu Jan 17 22: 0:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02CD837B426 for ; Thu, 17 Jan 2002 22:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0I600q90309; Thu, 17 Jan 2002 22:00:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE85937B41A for ; Thu, 17 Jan 2002 21:59:08 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0I5x8h90245; Thu, 17 Jan 2002 21:59:08 -0800 (PST) (envelope-from nobody) Message-Id: <200201180559.g0I5x8h90245@freefall.freebsd.org> Date: Thu, 17 Jan 2002 21:59:08 -0800 (PST) From: Kip Macy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34017: The siginfo_t passed to the signal handling routine is not filled out for AIO Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34017 >Category: kern >Synopsis: The siginfo_t passed to the signal handling routine is not filled out for AIO >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 17 22:00:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kip Macy >Release: -CURRENT >Organization: Extended Solutions >Environment: FreeBSD weizen.extendedsolutions.com 5.0-20020106-CURRENT FreeBSD 5.0-20020106-CURRENT #0: Thu Jan 17 15:36:56 PST 2002 root@weizen.extendedsolutions.com:/usr/src/sys/i386/compile/HADES_UP i386 FreeBSD weizen.extendedsolutions.com 5.0-20020106-CURRENT FreeBSD 5.0-20020106-CURRENT #0: Thu Jan 17 15:36:56 PST 2002 root@weizen.extendedsolutions.com:/usr/src/sys/i386/compile/HADES_UP i386 >Description: This happens on both CURRENT and STABLE One can, when using AIO, enable a signal to be delivered on completion. The siginfo_t passed to the signal handling routine that gets called on completion is supposed to have a reference to the sigev_value that is set when the aio_* operation is dispatched. This does not happen. >How-To-Repeat: run aiotest_sigio from http://www.eventdriven.org/aio_lat_test.tgz There is an assertion that a value is set that fails. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message