NetBSD-Bugs archive

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

Re: bin/51323: ping6 -c sends a SIGINT to itself



The following reply was made to PR bin/51323; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: Silas Silva <silasdb%gmail.com@localhost>, gnats-bugs%NetBSD.org@localhost
Cc: gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: bin/51323: ping6 -c sends a SIGINT to itself
Date: Thu, 7 Jul 2016 20:15:17 -0400

 On Jul 7,  8:28pm, silasdb%gmail.com@localhost (Silas Silva) wrote:
 -- Subject: Re: bin/51323: ping6 -c sends a SIGINT to itself
 
 | On Thu, Jul 07, 2016 at 09:00:01PM +0000, Christos Zoulas wrote:
 | >  I don't think this is true. Become root and ktrace it. It seems to be
 | >  getting a SIGALRM (on -7)... Nevertheless the code does not use SIGALRM
 | >  anymore, and we could pull the fixes up...
 | 
 | This is the kdump ktrace.out output (also, it may be worth to mention
 | that exit code is 130):
 
 Yes, indeed this version kills itself with SIGINT, argh 7.0 is so old...
 I fixed it a while ago.
 
 christos
 
 revision 1.84
 date: 2014-09-16 17:29:12 -0400;  author: christos;  state: Exp;  lines: +11 -10;  commitid: DLegappGTp9ZfCQx;
 PR/49206: ping6 dies with SIGINT even when it just fails to ping
 When reusing the same handler for SIGALRM, make don't pretend you
 got SIGINT.
 


Home | Main Index | Thread Index | Old Index