Date: Sat, 19 May 2007 18:28:30 -0000 From: Vladimir Novoseltsev <vvn@by.frontex.com> To: freebsd-current@freebsd.org Subject: PINE: SIG 6 Message-ID: <E9F56A79-ED08-4FFC-ABF1-DF777CEAAC5E@by.frontex.com>
index | next in thread | raw e-mail
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 Novoseltsevhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E9F56A79-ED08-4FFC-ABF1-DF777CEAAC5E>
