Re: [Dovecot] Dovecot 2.0.beta3: Child killed with signal 11

2010-02-28 Thread Bernhard Schmidt
Bernhard Schmidt wrote: >> On Sun, 2010-02-28 at 16:09 +0100, Thomas Leuxner wrote: >>> Feb 28 16:07:00 spectre dovecot: master: service(lmtp): child 17322 kille= >> d with signal 11 (core dumps disabled) >> Could you get gdb backtrace? http://dovecot.org/bugreport.html > > For the record, I see

Re: [Dovecot] Dovecot 2.0.beta3: Child killed with signal 11

2010-02-28 Thread Thomas Leuxner
Am 28.02.2010 um 19:11 schrieb Timo Sirainen: > On Sun, 2010-02-28 at 17:25 +0100, Thomas Leuxner wrote: >> #0 0x7f256d8c86ee in hash_table_destroy () from >> /usr/lib/dovecot/libdovecot.so.0 >> No symbol table info available. >> #1 0x7f256d8a54c4 in settings_parser_deinit () from >>

Re: [Dovecot] Dovecot 2.0.beta3: Child killed with signal 11

2010-02-28 Thread Timo Sirainen
On Sun, 2010-02-28 at 17:25 +0100, Thomas Leuxner wrote: > #0 0x7f256d8c86ee in hash_table_destroy () from > /usr/lib/dovecot/libdovecot.so.0 > No symbol table info available. > #1 0x7f256d8a54c4 in settings_parser_deinit () from > /usr/lib/dovecot/libdovecot.so.0 > No symbol table info

Re: [Dovecot] Dovecot 2.0.beta3: Child killed with signal 11

2010-02-28 Thread Thomas Leuxner
Hopefully useful now... GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type

Re: [Dovecot] Dovecot 2.0.beta3: Child killed with signal 11

2010-02-28 Thread Bernhard Schmidt
Timo Sirainen wrote: > On Sun, 2010-02-28 at 16:09 +0100, Thomas Leuxner wrote: >> Feb 28 16:07:00 spectre dovecot: master: service(lmtp): child 17322 kille= > d with signal 11 (core dumps disabled) > Could you get gdb backtrace? http://dovecot.org/bugreport.html For the record, I see those too.

Re: [Dovecot] Dovecot 2.0.beta3: Child killed with signal 11

2010-02-28 Thread Thomas Leuxner
> If you have trouble getting a core, an easy way should be to attach to > existing lmtp process: > > 1. telnet localhost > quit > 2. gdb -p `pidof lmtp` > cont > 3. make it crash > 4. gdb: bt full Not sure I'm doing this correctly. Core Dumps seem to be disabled in my vanilla Kernel. Running '

Re: [Dovecot] Dovecot 2.0.beta3: Child killed with signal 11

2010-02-28 Thread Timo Sirainen
On Sun, 2010-02-28 at 16:09 +0100, Thomas Leuxner wrote: > Feb 28 16:07:00 spectre dovecot: master: service(lmtp): child 17322 killed > with signal 11 (core dumps disabled) Could you get gdb backtrace? http://dovecot.org/bugreport.html If you have trouble getting a core, an easy way should be to

[Dovecot] Dovecot 2.0.beta3: Child killed with signal 11

2010-02-28 Thread Thomas Leuxner
Hi, I'm seeing these after the latest Mercurial updates: ==> /var/log/dovecot.info <== Feb 28 16:07:00 spectre dovecot: master: service(lmtp): child 17322 killed with signal 11 (core dumps disabled) Regards Thomas