On 11/02/2015 04:25 PM, Stefan G. Weichinger wrote:
Am 2015-11-02 um 21:45 schrieb Ken Murchison:
On 11/02/2015 03:34 PM, Stefan G. Weichinger wrote:
Am 2015-11-02 um 21:26 schrieb Ken Murchison:

Can you get a backtrace from a lmtpd  core dump?
if you tell me what to do ;)
I am not that experienced in doing that, sorry.
Is lmtpd dumping core anywhere?  You can look in the directory that you
started master from.
can't find any core dump, sorry.

Is this the way to go ->

# systemctl stop cyrus-imapd.service
# gdb /usr/lib/cyrus/master

(gdb) run
Starting program: /usr/lib64/cyrus/master
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

( it keeps this way now )

You shouldn't have to run master in gdb.

Do something like this:

cd /tmp
ulimit -c unlimited
/usr/lib64/cyrus/master &

Hopefully any lmtpd cores will end up in /tmp



--
Kenneth Murchison
Principal Systems Software Engineer
Carnegie Mellon University

----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Reply via email to