Displaying 11 results from an estimated 11 matches similar to: "v1.1.alpha5 crashes with segmentation fault"
2005 Dec 12
1
1.0-alpha5 and Plugins
Hi girls,
trying to use the quota and trash plugins with dovecot-1.0-alpha5, but
becomes:
libquota_plugin.so: undefined symbol: dict_transaction_commit
libimap_quota_plugin.so: undefined symbol: quota
libtrash_plugin.so: undefined symbol: quota
by loading the modules
Compiling the source working fine.
Found no crtical messages
Any idea?
Thanks
Dominik Saar
2005 Dec 16
2
out of memory on dovecot alpha5
Hello
Once a day i have these errors in doveecot.log:
===========================================
dovecot: Dec 16 14:06:04 Error: auth-worker(default): .Out of memory
(Needed 52 bytes)
dovecot: Dec 16 14:06:04 Error: auth-worker(default): sql(login,<ip>):
Password query failed: MySQL
client ran out of memory
dovecot: Dec 16 14:06:06 Info: imap-login: Disconnected: user=<login>,
2005 Dec 21
0
1.0 alpha5: Plugin woes: quota/trash
Hello,
I'm running Dovecot v1.0.alpha5 and I'm trying to get the quota
plugins to work. I've enabled modules in dovecot.conf, but when
the IMAP connection is opened, the log shows undefined symbols.
: Loading modules from directory: /usr/local/lib/dovecot/imap
: dlopen(/usr/local/lib/dovecot/imap/libtrash_plugin.so) failed: /usr/local/lib/dovecot/imap/libtrash_plugin.so: undefined
2006 Feb 13
1
Upgrade alpha5 to beta3
Hello,
after an upgrade from alpha5 to beta3, every operation after login from
an MUA returns
ERROR: Could not complete request.
Query: COPY 9 "Trash"
Reason Given: (null)
Both were built with
./configure --prefix=/usr/local \
--disable-ipv6 \
--with-passwd \
--with-passwd-file \
--with-ldap \
--with-ssl=openssl \
--with-ssldir=/etc/dovecot/ssl \
2006 Apr 04
1
About Released 1.0 alpha5 version
Hi,
I'm woking with dovecot at my work and I would want to upgrade the actual
version to Released 1.0 alpha5 version, but when I saw the download section
at dovecot home page, I noticed that you have only beta versions available.
Because of this, I would want to ask you if since now you only put
available beta versions or those of them will be replace for the next alpha
version.
Thanks for
2007 Sep 15
0
v1.1.alpha5 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha5.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha5.tar.gz.sig
I think we're finally close to v1.1.betas.
- Fixed "messages_count too large" index errors.
- deliver was crashing.
- Saving messages with maildir accessed freed memory, which might have
caused crashes.
- Index files are now never marked as
2008 Dec 15
1
v1.2.alpha5 released
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha5.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha5.tar.gz.sig
It's been a while since alpha4 so I thought I'd release a new one while
waiting for Apple's patches..
- mbox fixes.
- Lots of Solr fixes
- Virtual mailboxes + Solr works now nicely instead of duplicating the
indexed data.
- Added alias_for setting
2005 Dec 19
0
alpha5: assert and core
My setup: Solaris 9, dovecot built with gcc 4.0.2. Mailboxes on
remote NFS file mount from another S9 box (mbox format), index files
local disk. IMAP usage only. Dovecot build like so:
VERSION=1.0.alpha5
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include \
LDFLAGS=-L/opt/openssl/lib \
./configure --prefix=/opt/dovecot.$VERSION --with-ssl=openssl \
--with-ssldir=/opt/openssl/ssl
2005 Dec 22
1
alpha5: (message_body_search_ctx) assert
Hi,
My second case of this assert, gdb analysis of the core
dump attached. My setup: Solaris 9, dovecot built with
gcc 4.0.2, mbox format, imap usage only. INBOX is NFS
mounted from another Solaris 9 system, index files are local.
Syslog complaint is:
imap(user): file message-body-search.c: line 414 (message_body_search_ctx):
assertion failed: (input->v_offset == part->physical_pos +
2009 Jan 06
3
Problem with opening ports in alpha5 ?
If I leave the "listen" value as the default in /etc/dovecot.conf I'll
get a message similar to the following on each port that it tries to
open during startup:
# dovecot -F
Fatal: listen(::, 143) failed: Address already in use
If I set either:
listen = *
or
listen = [::]
then it will start up fine. Perhaps it is as though the code tries to
open the port twice for both
2007 Sep 16
3
v1.1.alpha6 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha6.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha6.tar.gz.sig
Most importantly doesn't crash anymore if both pop3 and imap aren't
used. :) I'm hoping people won't find anything too bad from this release
anymore, so I'll release v1.1.beta1 in a week or so.
I also finally did some larger API changes and code