17 May
2019
17 May
'19
7:22 a.m.
On 16 May 2019 21:58 LuKreme via dovecot dovecot@dovecot.org wrote:
At a loss. I've removed and reinstalled all the ports that use openssl.so.10 now, and still having the same issue. At this point, I'm looking at just upgrading the whole system to freebsd 12.0 and seeing what happens. Not sure why the core files don't seem to cooperate with gdb, butI assume that is some freebsd configuration issue.
If anyone has any other ideas though I am all ears.
Hi!
gdb usually works if you provide it both binary and core file, like
gdb /path/to/some/binary /path/to/some/core
e.g.
gdb /usr/libexec/dovecot/imap-login /var/core/core.imap-login.1234
Aki