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 NovoseltsevReceived on Sat May 19 2007 - 16:28:29 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:36 UTC