Re: [Dovecot] Problem with fts lucene, on solaris 10

2013-04-11 Thread Pigi
ere/how to find assist on fts-lucene to keep on analisys for this problem on sparc ? T.I.A. Pigi On Monday 08 April 2013, Pigi wrote: > On Monday 08 April 2013, Timo Sirainen wrote: > > On 8.4.2013, at 12.19, Pigi wrote: > > > > > Program received signal

Re: [Dovecot] Problem with fts lucene, on solaris 10

2013-04-08 Thread Pigi
On Monday 08 April 2013, Timo Sirainen wrote: > On 8.4.2013, at 12.19, Pigi wrote: > > > Program received signal SIGSEGV, Segmentation fault. > > 0xfebd65dc in _malloc_unlocked () from /lib/libc.so.1 > > (gdb) bt full > > #0 0xfebd65dc in _malloc_unlocked () fro

Re: [Dovecot] Problem with fts lucene, on solaris 10

2013-04-08 Thread Pigi
On Monday 08 April 2013, Timo Sirainen wrote: > On 8.4.2013, at 11.54, Pigi wrote: > > > gdb is just confused. Try another way if it works: > > gdb /usr/local/libexec/dovecot/imap 16400 > cont > bt full > > Timo, I took a sligtly different approach:

Re: [Dovecot] Problem with fts lucene, on solaris 10

2013-04-08 Thread Pigi
the COPYING file. 6 --*/ 7 #include "CLucene/_ApiHeader.h" 8 #include "CLucene/util/Misc.h" 9 10 #include "CLucene/search/Sort.h" (gdb) Should I compile with -g (and in case, how do I pass this flag to cmake ) ? Thanks. Pigi On Sunday

[Dovecot] Problem with fts lucene, on solaris 10

2013-04-05 Thread Pigi
r speed-up migration ) has ~ 4000 messages. The search ends, but I think it don't use the lucene plugin ( it crashes ). I'm sure I'm missing something, but I can't really find what. All stuff have been self compiled, using standard flags as per "configure" scripts. Tha