Re: How to debug under Solaris-x86?

2005-05-31 Thread Victor B. Wagner
On 2005.05.25 at 23:53:13 +0200, Andy Polyakov wrote: I guess it was erroneously omitted in some newer release. Try to patch your run-time environment by executing http://www.openssl.org/~appro/values.c and report back. The patch is designed to work with both old and new GCC releases. A.

Re: How to debug under Solaris-x86?

2005-05-31 Thread Andy Polyakov
I guess it was erroneously omitted in some newer release. Try to patch your run-time environment by executing http://www.openssl.org/~appro/values.c and report back. The patch is designed to work with both old and new GCC releases. A. With this patch it works on both my Solaris x86 machines

Re: How to debug under Solaris-x86?

2005-05-25 Thread Andy Polyakov
Buf if you issue disassemble command at debugger prompt, you should see that you're in _init and if you follow to failing address you're most likely to spot mov (%eax),%al, right? You are right: Dump of assembler code for function _init: 0xdfb1b7c0 _init+0: call 0xdfa6532c frame_dummy

Re: How to debug under Solaris-x86?

2005-05-24 Thread Victor B. Wagner
On 2005.05.23 at 17:30:04 +0200, Andy Polyakov wrote: ./config shared zlib no-sse2 -L/usr/local/lib -R/usr/local/lib uname -a, ld -V, as -V. Sorry, I' forgot to attach output of make report OpenSSL self-test report: OpenSSL version: 0.9.8-beta2-dev Last change: Add attribute

Re: How to debug under Solaris-x86?

2005-05-24 Thread Victor B. Wagner
On 2005.05.23 at 17:30:04 +0200, Andy Polyakov wrote: Buf if you issue disassemble command at debugger prompt, you should see that you're in _init and if you follow to failing address you're most likely to spot mov (%eax),%al, right? You are right: Dump of assembler code for function

Re: How to debug under Solaris-x86?

2005-05-23 Thread eugeny gladkih
Victor B. Wagner [EMAIL PROTECTED] writes: I'm testing my application with 0penssl-0.9.8 stable snapshot on several platforms. And encounter some problems on most architectures except Linux. do you have troubles only with 0.9.8 and 0.9.7 seems to be working well? -- Yours sincerely,

Re: How to debug under Solaris-x86?

2005-05-23 Thread Victor B. Wagner
On 2005.05.23 at 18:50:44 +0400, eugeny gladkih wrote: Victor B. Wagner [EMAIL PROTECTED] writes: I'm testing my application with 0penssl-0.9.8 stable snapshot on several platforms. And encounter some problems on most architectures except Linux. do you have troubles only with 0.9.8

Re: How to debug under Solaris-x86?

2005-05-23 Thread Andy Polyakov
On Solaris-x86 current openssl-0.9.8-stable-SNAP-20050523 snapshot segfaults on every operation. G-r-r-r-r-r! I've ran into this problem and thought I've fixed it... and ran into again and attempted again... and then again... and not again:-) The trouble is that Solaris x86 linker under