From owner-ssh@clinet.fi  Tue May 29 15:28:56 2001
Received: from smtp1.clinet.fi (smtp1.clinet.fi [194.100.2.57])
	by hutcs.cs.hut.fi (8.9.3/8.9.3) with ESMTP id PAA03876
	for <ssh-archiver@cs.hut.fi>; Tue, 29 May 2001 15:28:56 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id 68B99212DC; Tue, 29 May 2001 15:28:55 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id PAA05475
	for ssh-outgoing; Tue, 29 May 2001 15:03:56 +0300
Received: from imadev.eeg.ccf.org (imadev.eeg.ccf.org [139.137.100.50])
	by mail.clinet.fi (8.9.3/8.9.3) with SMTP id PAA05465
	for <ssh@clinet.fi>; Tue, 29 May 2001 15:03:54 +0300
Received: (qmail 20192 invoked by uid 563); 29 May 2001 12:03:35 -0000
Date: Tue, 29 May 2001 08:03:35 -0400
From: Greg Wooledge <wooledg@eeg.ccf.org>
To: OpenSSH <ssh@clinet.fi>
Subject: Re: Receiving Signal 11
Message-ID: <20010529080334.J14412@eeg.ccf.org>
References: <28pvgmm2c6e.fsf@pc193-c.stud.ies.auc.dk> <Pine.LNX.4.21.0105290520490.9082-100000@marlene.cybercebu.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <Pine.LNX.4.21.0105290520490.9082-100000@marlene.cybercebu.com>; from jcduque@cybercebu.com on Tue, May 29, 2001 at 06:04:10AM +0800
Sender: owner-ssh@clinet.fi
Precedence: bulk

On Tue, May 29, 2001 at 06:04:10AM +0800, Julius C. Duque wrote:

> You did upgrade your kernel, right? If you have upgraded to
> Linux 2.4.3 (BTW, 2.4.5 is already out), get the source for
> 2.4.3 and find out what part of the kernel is giving out
> the error message. Also, you won't find an exact "signal 11"
> phrase. 11 is most probably #define-ed elsewhere.

You mean <errno.h>, I guess.

If all you want is a list of the names and numbers of the signals,
try "kill -l".  But I can tell you without even looking that sig11
is SIGSEGV, segmentation violation.
