This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: openssl crashes when compiled with 4.0 [was Re: can't compile 4.0 here]


On Monday 17 January 2005 01:32, James A. Morrison wrote:
> Tommy Vercetti <vercetti@zlew.org> writes:
> > More details:
> >
> > Doing cast cbc for 3s on 8192 size blocks: 17361 cast cbc's in 2.96s
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x00002aaaaad71cf4 in bn_add_words () from /usr/lib64/libcrypto.so.0.9.7
>
>                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  Did you install the openssl version that you compiled?  Or are you simply
> running the openssl binary that you compiled without installing?  If you
> simply are running a binary that you built it may be an incompatibility
> between openssl and itself.

It's PLD rpm package, that I simply compiled using their .spec and than 
replaced with rpm -Uvh. So no, there is no conflict between versions here 
clearly.

I'll test it later on today with current snap from cvs too.
Anyone interested in more details ?
seems like the function it crashes in, is (re)written mostly in assembly by 
openssl folks.

-- 
Vercetti


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]