Displaying 6 results from an estimated 6 matches for "eng_init".
Did you mean:
rng_init
2017 Sep 11
1
pop3-login core dump when using TLSSTART on version dovecot-2.2.32 (INTERNAL)
...157.el7_3.1.x86_64
(gdb) bt full
#0 0x00007ff0bd9cf1d7 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x00007ff0bd9d08c8 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x00007ff0bd3c0f2f in engine_unlocked_finish (e=0x1c51c60, unlock_for_handlers=1) at eng_init.c:115
to_return = 1
#3 0x00007ff0bd3c1064 in ENGINE_finish (e=0x1c51c60) at eng_init.c:150
to_return = 1
#4 0x00007ff0be0f9300 in ssl_proxy_deinit () from /local/nextmail/dovecot/lib64/dovecot/libdovecot-login.so.0
No symbol table info available.
#5 0x00007ff0be0f4472 in main_dei...
2017 Sep 11
1
pop3-login core dump when using TLSSTART on version dovecot-2.2.32 (INTERNAL)
...full
> #0 0x00007ff0bd9cf1d7 in raise () from /lib64/libc.so.6 No symbol
> table info available.
> #1 0x00007ff0bd9d08c8 in abort () from /lib64/libc.so.6 No symbol
> table info available.
> #2 0x00007ff0bd3c0f2f in engine_unlocked_finish (e=0x1c51c60, unlock_for_handlers=1) at eng_init.c:115
> to_return = 1
> #3 0x00007ff0bd3c1064 in ENGINE_finish (e=0x1c51c60) at eng_init.c:150
> to_return = 1
> #4 0x00007ff0be0f9300 in ssl_proxy_deinit () from
> /local/nextmail/dovecot/lib64/dovecot/libdovecot-login.so.0
> No symbol table info available.
>...
2017 Sep 08
1
pop3-login core dump when using TLSSTART on version dovecot-2.2.32 (OPEN)
...0.0.1, lip=127.0.0.1, mpid=18361, secured, session=<65m8ZXBYtpN/AAAB>
Sep 05 14:30:50 pop3-login: Error: ENGINE_finish, bad functional reference count
Sep 05 14:30:50 pop3-login: Fatal: master: service(pop3-login): child 18359 killed with signal 6 (core dumped)
>From ./crypto/engine/eng_init.c
.........
int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
{
int to_return = 1;
/*
* Reduce the functional reference count here so if it's the terminating
* case, we can release the lock safely and call the finish() handler
* without risk of a race. We g...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...x00007ff0bd9cf1d7 in raise () from /lib64/libc.so.6 No symbol
>> table info available.
>> #1 0x00007ff0bd9d08c8 in abort () from /lib64/libc.so.6 No symbol
>> table info available.
>> #2 0x00007ff0bd3c0f2f in engine_unlocked_finish (e=0x1c51c60, unlock_for_handlers=1) at eng_init.c:115
>> to_return = 1
>> #3 0x00007ff0bd3c1064 in ENGINE_finish (e=0x1c51c60) at eng_init.c:150
>> to_return = 1
>> #4 0x00007ff0be0f9300 in ssl_proxy_deinit () from
>> /local/nextmail/dovecot/lib64/dovecot/libdovecot-login.so.0
>> No symbol ta...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...7 in raise () from /lib64/libc.so.6 No symbol
>>> table info available.
>>> #1 0x00007ff0bd9d08c8 in abort () from /lib64/libc.so.6 No symbol
>>> table info available.
>>> #2 0x00007ff0bd3c0f2f in engine_unlocked_finish (e=0x1c51c60, unlock_for_handlers=1) at eng_init.c:115
>>> to_return = 1
>>> #3 0x00007ff0bd3c1064 in ENGINE_finish (e=0x1c51c60) at eng_init.c:150
>>> to_return = 1
>>> #4 0x00007ff0be0f9300 in ssl_proxy_deinit () from
>>> /local/nextmail/dovecot/lib64/dovecot/libdovecot-login.so.0
&...
2014 Feb 09
1
openssh 6.5p1 configure and ssl location/shared
...nk /usr/local/ssl to work around that.
Then it failed again, this time because the link with libcrypto failed.
This is because I only install a static openssl, where configure was
assuming a shared library. The error looked like this, from config.log:
/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(eng_init.o): relocation
R_X86_64_32 against `.rodata.str1.1' can not be used when making a
shared object; recompile with -fPIC
/usr/local/ssl/lib/libcrypto.a: could not read symbols: Bad value
This happened because the -Wl,-z,relro option is now being included by
default. This is on CentOS 6...