PINE: SIG 6
Vladimir Novoseltsev
vvn at by.frontex.com
Sat May 19 18:28:30 UTC 2007
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
More information about the freebsd-current
mailing list