HAH! Got it. Thanks for the help getting my debug info set up. Here is the backtrace from gdb:
adev>#gdb /usr/local/sbin/stunnel /usr/local/ssl/core GNU gdb 5.0-aix51-020209 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-ibm-aix5.2.0.0"... Core was generated by `stunnel'. Program terminated with signal 11, Segmentation fault. #0 0xd01199e8 in _sigsetmask () (gdb) backtrace #0 0xd01199e8 in _sigsetmask () #1 0xffffffff in ?? () from (unknown load module)
(some reminders: I was trying to run stunnel 4.05 on AIX 5.2 with Openssl and keep get segmentation fault. Config sent previously)
Thanks. Baker
-----Original Message----- From: Michal Trojnara [mailto:Michal.Trojnara@mirt.net] Sent: Monday, August 23, 2004 5:05 PM To: Baker Nelson Subject: Re: [stunnel-users] Problem running Stunnel 4.05 on AIX 5.2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Monday 23 of August 2004 17:57, Baker Nelson wrote:
Finally got a new core dump to come out, was fooling with the client.c
code
last week and wanted to start all from scratch. But, I can not get gdb to work, does not find it. Is it an optional install for the gcc compiler?
Just another useful GNU programming tool. Just like binutils, make or gcc.
What about: http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html ?
Mike
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wednesday 25 of August 2004 15:12, Baker Nelson wrote:
HAH! Got it. Thanks for the help getting my debug info set up.
Great.
#0 0xd01199e8 in _sigsetmask () #1 0xffffffff in ?? () from (unknown load module)
Looks really strange. Stunnel does not directly use any signal masking in FORK+remote mode you use. I could use some help from an AIX guru.
Best regards, Mike