Re: Segmentation fault with doveadm search

2017-08-31 Thread Stefán Tamás
> 2017. aug. 30. dátummal, 12:02 időpontban Aki Tuomi > írta: > > Something goes wrong when opening "Junk" mailbox. Are you sure it exists? Can > you doveadm with > > doveadm -Dv search -u em...@example.com mailbox Junk savedbefore 30d There is public namespace

Re: Segmentation fault with doveadm search

2017-08-31 Thread Stefán Tamás
> > Can you do > > p *box $1 = {name = 0x557e1f18 "Junk", vname = 0x557e1f10 "Junk", storage = 0x557e1860, list = 0x557e1050, v = { is_readonly = 0x776e5a50 , enable = 0x776e5a60 , exists = 0x776e5a70 , open = 0x776e5e60 , close =

Re: Segmentation fault with doveadm search

2017-08-31 Thread Stefán Tamás
> 2017. aug. 30. dátummal, 12:56 időpontban Aki Tuomi > írta: > > I think the problem is that you should be using INBOX.Junk instead of Junk. You are right! It is OK that way. Thanks Aki! Üdvözlettel Stefán Tamás

Re: Segmentation fault with doveadm search

2017-08-31 Thread Aki Tuomi
On 30.08.2017 12:55, Stefán Tamás wrote: >> Can you do >> >> p *box > $1 = {name = 0x557e1f18 "Junk", vname = 0x557e1f10 "Junk", > storage = 0x557e1860, list = 0x557e1050, v = { > is_readonly = 0x776e5a50 , > Something goes wrong when opening "Junk" mailbox. Are you sure

Re: Segmentation fault with doveadm search

2017-08-31 Thread Aki Tuomi
On 30.08.2017 13:55, Stefán Tamás wrote: >> 2017. aug. 30. dátummal, 12:02 időpontban Aki Tuomi >> írta: >> >> Something goes wrong when opening "Junk" mailbox. Are you sure it exists? >> Can you doveadm with >> >> doveadm -Dv search -u em...@example.com mailbox Junk

Re: Segmentation fault with doveadm search

2017-08-30 Thread Aki Tuomi
On 30.08.2017 09:13, Stefán Tamás wrote: > Hi, > > We have a Ubuntu 14.04 server with dovecot 2.2.9 > > If I try to run > > /usr/bin/doveadm search -u em...@exmaple.com mailbox Junk savedbefore 30d > > It will dump a core file. > > We have a similar config on an other server and there is no

Segmentation fault with doveadm search

2017-08-30 Thread Stefán Tamás
Hi, We have a Ubuntu 14.04 server with dovecot 2.2.9 If I try to run /usr/bin/doveadm search -u em...@exmaple.com mailbox Junk savedbefore 30d It will dump a core file. We have a similar config on an other server and there is no problem there. Any ideas how to prevent the core dump?

Re: Segmentation fault on doveadm search -A with a huge user base

2016-02-12 Thread Andrey Fesenko
On Sat, Feb 13, 2016 at 1:36 AM, Heiko Schlittermann wrote: > Hi, > > I'm using dovecot 2.2.9 with a director/backend setup. The user base is > about 4711 users currently. > > If I start at one of the directors > > doveadm search -A all savedbefore 5000d > > it

Segmentation fault on doveadm search -A with a huge user base

2016-02-12 Thread Heiko Schlittermann
Hi, I'm using dovecot 2.2.9 with a director/backend setup. The user base is about 4711 users currently. If I start at one of the directors doveadm search -A all savedbefore 5000d it terminates with doveadm(1rrissma): Error: doveadm server disconnected before handshake: EOF

Re: Segmentation fault on doveadm search -A with a huge user base

2016-02-12 Thread Heiko Schlittermann
Andrey Fesenko (Sa 13 Feb 2016 00:01:01 CET): … Thank you for your fast response… doveadm user \* works on the director, gives us 4711 users. The LDAP limits are 'unlimited'. > For dovecot with LDAP we make this > After fix dovecot-ldap.conf > > user_filter = >

Re: [Dovecot] segmentation fault with doveadm search

2011-03-17 Thread Nick Rosier
Nick Rosier wrote: Configuration: Dovecot 2.0.11 on FreeBSD 8.2 When I run a search to generate the FTS search indexes I get following error: # doveadm search -A body dead_beef [1]34789 segmentation fault doveadm search -A body dead_beef How can I (help) troubleshoot

Re: [Dovecot] segmentation fault with doveadm search

2011-03-17 Thread Nick Rosier
Timo Sirainen wrote: On Thu, 2011-03-17 at 14:38 +0100, Nick Rosier wrote: # doveadm search -A body dead_beef [1]34789 segmentation fault doveadm search -A body dead_beef How can I (help) troubleshoot this? With the use of DTrace I was able to track that the last Folder it searched

Re: [Dovecot] segmentation fault with doveadm search

2011-03-17 Thread Timo Sirainen
On Thu, 2011-03-17 at 17:54 +0100, Nick Rosier wrote: Hope this is better: #1 0x00080231ab21 in fts_build_deinit (_ctx=0x801ea2640) at fts-storage.c:551 Yes, much better. Easy fix: http://hg.dovecot.org/dovecot-2.0/rev/3d48418b0501

[Dovecot] segmentation fault with doveadm search

2011-03-16 Thread Nick Rosier
Configuration: Dovecot 2.0.11 on FreeBSD 8.2 When I run a search to generate the FTS search indexes I get following error: # doveadm search -A body dead_beef [1]34789 segmentation fault doveadm search -A body dead_beef How can I (help) troubleshoot this? Rgds, N.