Hi,
I've run into the problem mentioned in:
Scott Tuc Ellentuch at T-B-O-H ml at t-b-o-h.net Fri Apr 21 23:45:11 CEST 2006
Hi,
I just did a portupgrade in FreeBSD from 4.14 to 4.15, and now it seems to be looping the command that I asked it, instead of just doing it once. Has there been an option added I need to tell it to just do once?
Thanks, Tuc
I'm running stunnel in client mode. It execs uucico which receives and sends uucp jobs via stdin/stdout. The first call to uucico actually succeeds. It seems like stunnel is segfaulting and then re-exec-ing when it would normally quit. A core file is created in the current directory. But stunnel never quits and indefinitely continues to re-exec itself.
Has there been any progress in solving this problem?
On 2006-05-16, at 15:42, Michael Weiser wrote:
It seems like stunnel is segfaulting and then re-exec-ing when it would normally quit. A core file is created in the current directory.
Can you send us a stack backtrace of this core dump? http://www.gentoo.org/proj/en/qa/backtraces.xml?style=printable
Best regards, Mike
Michal Trojnara wrote:
On 2006-05-16, at 15:42, Michael Weiser wrote:
It seems like stunnel is segfaulting and then re-exec-ing when it would normally quit. A core file is created in the current directory.
Can you send us a stack backtrace of this core dump? http://www.gentoo.org/proj/en/qa/backtraces.xml?style=printable
I recompiled it without any patches and "-ggdb -O1". The problem persists and the backtrace reads:
[root@khazad-dum:/home/michael/stunnel-4.15] gdb src/stunnel --core stunnel.core --batch -ex "thread apply all bt full" -ex "quit" Core was generated by `stunnel'. Program terminated with signal 11, Segmentation fault. #0 0x280caf44 in SSL_get_peer_certificate () from /usr/lib/libssl.so.4 [New LWP 100077]
I'm now retrying with a freshly compiled openssl-0.9.8b to see if that has anything to do with anything.
Michael Weiser wrote:
I'm now retrying with a freshly compiled openssl-0.9.8b to see if that has anything to do with anything.
The problem persists with openssl-0.9.8b:
# gdb src/stunnel --core stunnel.core --batch -ex "thread apply all bt full" -ex "quit" Core was generated by `stunnel'. Program terminated with signal 11, Segmentation fault. #0 0x280d07b5 in SSL_get_peer_certificate () from ../bin/openssl-0.9.8b/lib/libssl.so.0.9.8 [New LWP 100077]