[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#46749: marked as done (clear SA_INTERRUPT)



Your message dated Sun, 14 Sep 2003 17:34:24 -0500 (CDT)
with message-id <Pine.LNX.4.44.0309141733580.26334-100000@gradall.private.brainfood.com>
and subject line #46749: clear SA_INTERRUPT
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 Oct 1999 01:31:07 +0000
Received: (qmail 7007 invoked from network); 6 Oct 1999 01:30:45 -0000
Received: from sunu450.rz.ruhr-uni-bochum.de (134.147.222.33)
  by master.debian.org with SMTP; 6 Oct 1999 01:30:45 -0000
Received: (qmail 21142 invoked from network); 6 Oct 1999 01:30:40 -0000
Received: from dialppp-7-156.rz.ruhr-uni-bochum.de (HELO localhost) (mail@134.147.7.156)
  by mailhost.rz.ruhr-uni-bochum.de with SMTP; 6 Oct 1999 01:30:40 -0000
Received: from marcus by localhost with local (Exim 3.03 #1 (Debian))
	id 11YfIg-0000Pb-00; Wed, 06 Oct 1999 02:51:22 +0200
From: Marcus.Brinkmann@ruhr-uni-bochum.de
Subject: dpkg: clear SA_INTERRUPT
To: submit@bugs.debian.org
X-Mailer: bug 3.2.4
Message-Id: <E11YfIg-0000Pb-00@localhost>
Date: Wed, 06 Oct 1999 02:51:22 +0200
Organization: Marcus Brinkmann's Home

Package: dpkg
Version: 1.4.1.11
Severity: important

Hello,

this is one of the many patches needed to get dpkg working on the Hurd. It
is by no means release critical for Linux.

SA_INTERRUPT is only available on Linux. We take a look at asm/signal.h
and see:

 * SA_INTERRUPT is a no-op, but left due to historical reasons. Use the
 * SA_RESTART flag to get restarting signals (which were the default long ago)

Thanks,
Marcus

--- ../../official/dpkg-1.4.1.13/dselect/baselist.cc	Sun Nov  1 17:04:21 1998
+++ dselect/baselist.cc	Wed Oct  6 02:45:04 1999
@@ -77,7 +77,7 @@
   memset(&nsigact,0,sizeof(nsigact));
   nsigact.sa_handler= sigwinchhandler;
   sigemptyset(&nsigact.sa_mask);
-  nsigact.sa_flags= SA_INTERRUPT;
+  nsigact.sa_flags= SA_RESTART;
   if (sigaction(SIGWINCH,&nsigact,0)) ohshite("failed to set new SIGWINCH sigact");
 }
 


-- System Information
Debian Release: potato
Kernel Version: Linux ulysses 2.2.12 #7 Mon Sep 27 01:09:52 CEST 1999 i586 unknown

Versions of the packages dpkg depends on:
hi  libc6           2.1.2-0pre11   GNU C Library: Shared libraries and timezone
hi  libstdc++2.10   2.95.2-0pre2   The GNU stdc++ library
ii  libncurses4     4.2-3.3        Shared libraries for terminal handling
---------------------------------------
Received: (at 46749-done) by bugs.debian.org; 14 Sep 2003 22:34:27 +0000
>From doogie@brainfood.com Sun Sep 14 17:34:25 2003
Return-path: <doogie@brainfood.com>
Received: from boof.brainfood.com (gradall.private.brainfood.com) [146.82.138.61] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19yfRp-0008Jx-00; Sun, 14 Sep 2003 17:34:25 -0500
Received: from localhost ([127.0.0.1] ident=adam)
	by gradall.private.brainfood.com with esmtp (Exim 3.35 #1 (Debian))
	id 19yfRo-0008Jh-00
	for <46749-done@bugs.debian.org>; Sun, 14 Sep 2003 17:34:24 -0500
Date: Sun, 14 Sep 2003 17:34:24 -0500 (CDT)
From: Adam Heath <doogie@brainfood.com>
X-X-Sender: adam@gradall.private.brainfood.com
To: 46749-done@bugs.debian.org
Subject: Re: #46749: clear SA_INTERRUPT
Message-ID: <Pine.LNX.4.44.0309141733580.26334-100000@gradall.private.brainfood.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 46749-done@bugs.debian.org
X-Spam-Status: No, hits=2.0 required=4.0
	tests=BAYES_99
	version=2.53-bugs.debian.org_2003_9_14
X-Spam-Level: **
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_14 (1.174.2.15-2003-03-30-exp)

Closing, as recommended in the bug.




Reply to: