Hello,

I do not use DIGEST-MD5, DIGEST-MD5 is removed from upstream Cyrus SASL, so 
soon or late it will disappear.  Does the problem resolve, if you disable 
DIGEST-MD5?

Otherwise please 
• install the debug symbols for Cyrus IMAP and perl, 
• create core dump (call «ulimit -c unlimited» before executing «cyradm -u 
cyrus localhost»), then 
• get the backtrace from the coredump (ideally fullbacktrace, thus including 
values of the variables) and
• share the backtrace.

Instead of dealing with backtraces and coredumps, after installing debug 
symbols, you can run 

$ valgrind --memcheck:leak-check=full --num-callers=30 
--memcheck:track-origins=yes --read-var-info=yes --memcheck:show-leak-kinds=all 
--error-limit=no --trace-children=yes cyradm -u cyrus localhost 2> 
valgrind-report

and then share the valgrind-report file.

Kind regards
  Dilyan

-----Original Message-----
From: leo via SASL <[email protected]>
Reply-To: SASL <[email protected]>
To: SASL <[email protected]>
Subject: FreeBSD / SASL couldn't init cipher
Date: 12/16/2023 10:15:13 PM

Hello,

I use FreeBSD 14.0 release.
I'm trying to use Cyrus-IMAPd 3.8 with Cyrus-SASLauthd, I've built them from 
ports or from packages but I ultimately face the same issue : When I reach the 
moment where I have to configure cyradm, there's an error that I cannot 
understand or debug.

cyradm -u cyrus localhost
Password: ********
Segmentation fault (core dumped)

I don't know where to start investigation, I went to the logs but there only 
was the same error without any pointers.

tail -f /var/log/messages
Dec 16 22:13:25 *** imap[65949]: SASL couldn't init cipher
Dec 16 22:13:25 *** imap[65949]: login: localhost [127.0.0.1] cyrus DIGEST-MD5 
User logged in SESSIONID=<****.****.***-1702761200-65949-1-11910669555581225800>
Dec 16 22:13:25 *** kernel: pid 65948 (perl), jid 0, uid 0: exited on signal 11 
(core dumped)
Someone has any clue about how identify that problem here ?
Google didn't help on that one...

Thanks,

-- 
Leo.
Cyrus / SASL / seediscussions +participants +delivery options
Permalink


------------------------------------------
Cyrus: SASL
Permalink: 
https://cyrus.topicbox.com/groups/sasl/T62fef7e4edb52485-M131de8d8b3bf14da2f4cebfa
Delivery options: https://cyrus.topicbox.com/groups/sasl/subscription

Reply via email to