From owner-freebsd-hackers Fri Dec 7 7:59:51 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id F09CA37B419; Fri, 7 Dec 2001 07:59:40 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id RAA94155; Fri, 7 Dec 2001 17:59:21 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h37.227.dialup.iptcom.net [212.9.227.37]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA00715; Fri, 7 Dec 2001 17:59:00 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fB7Fw7k30986; Fri, 7 Dec 2001 17:58:07 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C10E7BE.DA33C569@FreeBSD.org> Date: Fri, 07 Dec 2001 18:01:02 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "Jacques A. Vidrine" Cc: hackers@FreeBSD.org, gnome@FreeBSD.org Subject: Re: evolution & sigreturn: eflags = 0x246 References: <20011207154903.GA54055@madman.nectar.cc> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Jacques A. Vidrine" wrote: > > Hi, > > I decided to give Evolution a try. It seems that with large mail > folder (via Maildir or IMAP), the mail component dies (signal 6). I > notice the following: > > Dec 7 09:24:56 madman /kernel: sigreturn: eflags = 0x246 > Dec 7 09:24:56 madman /kernel: pid 56881 (evolution-mail), uid 1001: exited on signal 6 > > The sigreturn message is generated inside of `sigreturn', around > line 947 on sys./i386/i386/machdep.c (in 4.4-RELEASE). This code is > unfamiliar to me, but I suspect that there is a bug in Evolution's > signal handling that is causing corruption of the signal context. I > thought I'd ask for a second opinion before trying to track it down. > > Has anyone else seen this with Evolution, or something similar with > another application? Apply the following patch and rebuild/reinstall your kernel: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/include/psl.h.diff?r1=1.10&r2=1.11 -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message