Re: Segfaults after upgrade to Debian Jessie

2015-08-18 Thread Andrew Beverley
On Tue, 2015-08-18 at 08:53 +0200, Stephan Bosch wrote: > Unfortunately, Jessie is stuck at a very old version of Pigeonhole which > has this problem. Thanks Stephan. I've heard from the Debian packager that he's planning to package a newer version soon, so that will help. Andy

Re: Segfaults after upgrade to Debian Jessie

2015-08-17 Thread Stephan Bosch
Op 8/18/2015 om 2:04 AM schreef Andrew Beverley: > On Mon, 2015-08-17 at 17:37 +0200, Stephan Bosch wrote: >>> Unfortunately my vacation rule no longer works though. I'm getting "sieve: >>> user's script dict:proxy::sieve;name=active doesn't exist (trying default >>> script location instead)" >> [

Re: Segfaults after upgrade to Debian Jessie

2015-08-17 Thread Andrew Beverley
On Mon, 2015-08-17 at 17:37 +0200, Stephan Bosch wrote: > > Unfortunately my vacation rule no longer works though. I'm getting "sieve: > > user's script dict:proxy::sieve;name=active doesn't exist (trying default > > script location instead)" > [...] > > I guess I'm doing something stupid. Any ide

Re: Segfaults after upgrade to Debian Jessie

2015-08-17 Thread Stephan Bosch
Andrew Beverley schreef op 17-8-2015 om 16:50: On Mon, 2015-08-17 at 15:23 +0200, Stephan Bosch wrote: Still looks like the executed extdata plugin was compiled against a different pigeonhole. Got it. There was an old version in /usr/lib/dovecot/modules/sieve/, whereas the new one was install

Re: Segfaults after upgrade to Debian Jessie

2015-08-17 Thread Andrew Beverley
On Mon, 2015-08-17 at 15:23 +0200, Stephan Bosch wrote: > Still looks like the executed extdata plugin was compiled against a > different pigeonhole. Got it. There was an old version in /usr/lib/dovecot/modules/sieve/, whereas the new one was installed into /usr/local/lib/dovecot/sieve/. That all

Re: Segfaults after upgrade to Debian Jessie

2015-08-17 Thread Stephan Bosch
Andrew Beverley schreef op 17-8-2015 om 14:35: On Mon, 2015-08-17 at 14:13 +0200, Stephan Bosch wrote: but until then you can avoid this by using the the exdata hg revision before tip (57c8d3e6b562). Great, thanks for the quick reply, that fixed the compilation problem. I'm still getting a s

Re: Segfaults after upgrade to Debian Jessie

2015-08-17 Thread Andrew Beverley
On Mon, 2015-08-17 at 14:13 +0200, Stephan Bosch wrote: > but until then you can avoid this by using the the exdata hg revision before > tip > (57c8d3e6b562). Great, thanks for the quick reply, that fixed the compilation problem. I'm still getting a segfault though. This time the backtrace is:

Re: Segfaults after upgrade to Debian Jessie

2015-08-17 Thread Stephan Bosch
Andrew Beverley schreef op 17-8-2015 om 14:05: On Thu, 2015-08-06 at 16:10 +0200, Stephan Bosch wrote: Since the extdata plugin is not part of the normal Debian packages (not afaik anyway), you likely compiled and installed the extdata plugin manually in the past while using Dovecot 2.1. Do th

Re: Segfaults after upgrade to Debian Jessie

2015-08-17 Thread Andrew Beverley
On Thu, 2015-08-06 at 16:10 +0200, Stephan Bosch wrote: > Since the extdata plugin is not part of the normal Debian packages (not > afaik anyway), you likely compiled and installed the extdata plugin > manually in the past while using Dovecot 2.1. Do that again, but use > this repository: http:/

Re: Segfaults after upgrade to Debian Jessie

2015-08-06 Thread Andrew Beverley
On Thu, 2015-08-06 at 16:10 +0200, Stephan Bosch wrote: > What version of the extdata plugin are you using? This looks like a > version built for Dovecot v2.1/Pigeonhole 0.3.0. Keep in mind that the > extdata plugin is not part of the Pigeonhole distribution, so that will > not be upgraded along

Re: Segfaults after upgrade to Debian Jessie

2015-08-06 Thread Stephan Bosch
What version of the extdata plugin are you using? This looks like a version built for Dovecot v2.1/Pigeonhole 0.3.0. Keep in mind that the extdata plugin is not part of the Pigeonhole distribution, so that will not be upgraded along with Pigeonhole. Since the extdata plugin is not part of the

Re: Segfaults after upgrade to Debian Jessie

2015-08-06 Thread Andrew Beverley
On Thu, 2015-08-06 at 09:49 +0200, Stephan Bosch wrote: > You have no debug symbols installed. Could you install dovecot-dbg > package and try again? Sorry, how's this: #0 sieve_validator_find_command_registration (valdtr=0x, command=0x7fc573c4bcd8 "extdata") at sieve-validator.c:309 No

Re: Segfaults after upgrade to Debian Jessie

2015-08-06 Thread Stephan Bosch
Op 8/6/2015 om 9:35 AM schreef Andrew Beverley: > On Thu, 2015-08-06 at 09:12 +0200, Stephan Bosch wrote: >> Could you provide a full backtrace using the gdb command `bt full'? > Thanks for the reply. Is this everything you need? You have no debug symbols installed. Could you install dovecot-dbg p

Re: Segfaults after upgrade to Debian Jessie

2015-08-06 Thread Andrew Beverley
On Thu, 2015-08-06 at 09:12 +0200, Stephan Bosch wrote: > Could you provide a full backtrace using the gdb command `bt full'? Thanks for the reply. Is this everything you need? #0 0x7f8553969626 in sieve_validator_register_command () from /usr/lib/dovecot/libdovecot-sieve.so.0 No symbol tab

Re: Segfaults after upgrade to Debian Jessie

2015-08-06 Thread Stephan Bosch
Op 7/25/2015 om 1:32 AM schreef Andrew Beverley: > Hi, > > I've just upgrade from Debian Wheezy to Debian Jessie and am getting: > > Fatal: master: service(lmtp): child 6761 killed with signal 11 (core dumped) > > It seems to be something to do with sieve. When I disable that from lmtp then > every

Re: Segfaults after upgrade to Debian Jessie

2015-08-05 Thread Andrew Beverley
On Sat, 2015-07-25 at 00:32 +0100, Andrew Beverley wrote: > Hi, > > I've just upgrade from Debian Wheezy to Debian Jessie and am getting: > > Fatal: master: service(lmtp): child 6761 killed with signal 11 (core dumped) > > It seems to be something to do with sieve. When I disable that from lmtp