> >When building openssl-0.9.3 on HP-UX 9.07 with the HP-UX native unbundled cc,
> >exptest dies with a floating point exception before even displaying the first
> >dot. This is independent from compiler optimization settings and reproducable
> >on different hardware. The stack tracebacks differ due to random data
> 
> >The 0.9.3 exptest works fine when linked with the 0.9.2b libcrypto.
> 
> Did the IRIX bug fix break this,
I find it hard to beleive. I mean if it really doesn't depend on
optimization flags including "no optimization" one.
> or is there anything else that might
> cause it?
It should be easy to track down. Just take object files from 0.9.2b one
by one and inject 'em between exptest.o and -lcrypto into compiler
command line. See when it breaks. After file is located edit
corresponfing source in 0.9.2b tree and prefix all functions but one
with e.g. _92_.  Recompile 0.9.2b and relink as in previous step. See
when breaks... With minimal luck you'll locate problem function in 1/2
hour. If it appears to be caused by my IRIX fix, I'm more than ready to
discuss it.

Now the real problem:-) Being HP-UX illiterate (well, when it comes to
application development:-) I naturally ignored-n-deleted the original
message so that I don't know now who has posed the question and if he's
a member of this list. Consequently I don't know if this message reaches
the right person...

Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to