From owner-freebsd-current@FreeBSD.ORG Sat May 19 18:28:29 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0F5816A468 for ; Sat, 19 May 2007 18:28:29 +0000 (UTC) (envelope-from vvn@by.frontex.com) Received: from speedy.tutby.com (mail.tut.by [195.137.160.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3745313C4AD for ; Sat, 19 May 2007 18:28:28 +0000 (UTC) (envelope-from vvn@by.frontex.com) Received: from [87.252.227.49] (account blacknova@tut.by HELO [10.23.11.156]) by speedy.tutby.com (CommuniGate Pro SMTP 4.3.8) with ESMTPA id 329967471 for freebsd-current@freebsd.org; Sat, 19 May 2007 21:13:21 +0300 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-current@freebsd.org From: Vladimir Novoseltsev X-Mailer: Apple Mail (2.752.3) X-Mailman-Approved-At: Sat, 19 May 2007 22:06:47 +0000 Subject: PINE: SIG 6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 19 May 2007 18:28:30 -0000 X-Original-Date: Sat, 19 May 2007 21:13:19 +0300 X-List-Received-Date: Sat, 19 May 2007 18:28:30 -0000 Hi, I've encountered similar problem with SSL by just trying to update port tree via portsnap (i.e. portsnap fetch). narrowing down problem I came to pem_all.c file, thru which most of PEM_read/write functions are generated. It look like some functions have been generated and in basic replaced with the following stub: push %ebp movl %esp,%ebp ud2a the last instruction with op. code (0f 0b) is illegal and the cause of SIGILL. gcc 4.2.0 emits this instruction as 'trap' instruction. WBR, Vladimir Novoseltsev