Displaying 20 results from an estimated 1000 matches similar to: "assertion failed -0.99 -> 1.0-stable"
2005 Jul 20
1
CR LF in stable
Hello,
It seems that mbox format mailboxes holding \r\n (CR + LF) character
sequences (instead of \n only) still cause assertion failures when
moving messages from one folder to another.
--
dovecot: Jul 19 17:14:52 Error: IMAP(dovetest): file istream-raw-mbox.c: line 38
3 (istream_raw_mbox_get_body_size): assertion failed: (rstream->body_offset != (
uoff_t)-1)
--
I seems to work in -test78
2005 Apr 12
2
assertion failed in 1.0-stable
Hello everybody,
I get the following assertion error with dovecot 1.0-stable when
accessing a large folder:
file istream-raw-mbox.c: line 383 (istream_raw_mbox_get_body_size):
assertion failed: (rstream->body_offset != (uoff_t)-1)
There is no error when using dovecot 0.99.14.
Any ideas ?
Martin
-----------------------------------------------------------------
Martin Preen, Universitaet
2005 Aug 13
2
IMAP can't read inbox: istream_raw_mbox_get_body_size assertion failed
Yesterday, I upgraded my debian packages from 0.99.14 to 0.99.20050712-2. IMAP service has not been reliable since, and I was seeing crashes with one user.
I tried deleting the user's .subscriptions and .imap folders, and forcing the client (Mac OS X's Mail.app) to redownload everything, but that resulted in an empty inbox.
Here's what I have:
# dpkg -l dovecot*
2010 Mar 09
1
Panic: file istream-raw-mbox.c: line 583 (istream_raw_mbox_get_body_size): assertion failed: (rstream->body_offset != (uoff_t)-1)
Hi
We run dovecot 1.2.10 on Solaris 10 and had a few days ago this error
message in the logs:
Mar 6 21:48:55 dovecot: [ID 583609 mail.crit] IMAP(username): Panic: file
istream-raw-mbox.c: line 583 (istream_raw_mbox_get_body_size): assertion
failed: (rstream->body_offset != (uoff_t)-1)
Mar 6 21:48:55 dovecot: [ID 583609 mail.error] IMAP(username): Raw
backtrace: 0xb1064 -> 0xb0aa0 ->
2005 Mar 21
2
stable assert error
Hello,
When moving a message from my inbox to an existing mailbox folder I get:
dovecot: Mar 21 12:52:48 Error: IMAP(paulj): file istream-raw-mbox.c:
line 383 (istream_raw_mbox_get_body_size): assertion failed:
(rstream->body_offset != (uoff_t)-1)
dovecot: Mar 21 12:52:48 Error: child 10265 (imap) killed with signal 6
This after moving from 0.99 to 1.0 stable on 5.3-RELEASE-p5
Client is
2009 Nov 12
1
Bug report
One of my users is causing dovecot to exit with signal 6 and generate a core file. Seems to be in the mbox code.
Dovecot configuration:
# 1.2.4: /usr/local/etc/dovecot.conf
# OS: FreeBSD 7.2-STABLE amd64
protocols: imap imaps pop3s
listen(default): localhost:143
listen(imap): localhost:143
listen(pop3): *
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
2011 Aug 26
1
occasional dovecot crash, core captured but no symbol table info?
Dovecot is crashing occasionally for me. Today it crashed six times in quick succession, as I fired up a computer (Mac) I hadn't used in a while, and my mail application (Apple Mail) tried to synchronize many large mailboxes.
The log entries look like this:
Aug 26 10:26:15 computer dovecot: dovecot: child 23223 (imap) killed with signal 6 (core dumped)
Aug 26 10:26:30 computer dovecot:
2005 Feb 25
4
corruption and errors in dovecot-stable
Hi,
We switched from dovecot 0.99.something to 1.0-stable (on FreeBSD 4.10)
a few days ago and have been seeing many errors and one corrupted
mailbox so far. Almost everyone uses mbox format, and most users
primarily use SquirrelMail; I use Apple Mail and Thunderbird, as well
as accessing the mailboxes locally with Mutt, and have not noted any
visible problems.
There have been several of
2008 Jun 23
2
Awk help
I have csvde dump from active directory I process on my postfix mta.
It takes output like this:
"CN=Curtis xxx,OU=Domain Users,OU=xxx xxx,DC=xxx-xxx,DC=local",X400:c=US\;a= \;p=xxx xxx xxx\;o=Exchange\;s=xxx\;g=xxx\;;SMTP:Cxxx at xxx-xxx.com
and should return a relay_recipient map in the form of:
Cxxx at xxx-xxx.com OK
The command I am using is:
cat $1 | tr -d \" | tr , \\n|
2005 Oct 02
2
file istream-raw-mbox.c: line 450 (istream_raw_mbox_get_body_size): assertion failed: (rstream->mail_size != (uoff_t)-1)
Hi list,
Today i tried upgrading my dovecot server from 0.99.14 to 1.0alpha3.
Unfortunately the new version does not work. The log file says:
Oct 2 20:40:02 knut dovecot: imap-login: Login: user=<arved>,
method=PLAIN, rip=213.225.30.218, lip=213.9.70.XXX, TLS
Oct 2 20:40:02 knut dovecot: imap(arved): file istream-raw-mbox.c:
line 450 (istream_raw_mbox_get_body_size): assertion failed:
2008 Oct 27
1
Embedded "From<space>" Lines
Hi.
As some of you may remember, I reported a problem a while back where
dovecot 1.1.beta14 (as well as dovecot 1.0) would corrupt mbox-style
mailboxes by ignoring the Content-Length header and breaking up
messages with embededed "From<space>" lines.
I recently downloaded Dovecot 1.1.5 and noted to my pleasure that this
bug now has been fixed. That's great! This fix
2012 Jun 05
1
PATCH: btrfs defrag ioctl, override extent count and size checks compression enabled.
I noticed a few days ago that btrfs fi defrag -cXXX can not be used to
compress files unless they are fragmented. The attached patch passes
the compression flag to should_defrag_range, where it disables the
adjacent-extent and extent size checks if set. The inline/sparse
extent check is not modified - I assumed it would not be useful to
compress inline extents.
--
Andrew Mahone
andrew DOT mahone
2006 Nov 16
1
two assertion failures
Hello!
I was able to overcome the earlier-reported problems (of dovecot treating
the standard mailboxes in /var/mail/ as directories) by specifying
mail_location (continuing to use the 0.99-era dovecot.conf did not work).
Then I started seeing assertion-failures like:
file istream-raw-mbox.c: line 499 (istream_raw_mbox_get_body_size): assertion failed: (rstream->mail_size != (uoff_t)-1)
2009 Oct 03
1
Another 1.2.5 imap panic
We've had another random imap process crash. This is with the original
1.2.5 imap (I haven't applied the patch for two processes creating an
index simultaneously):
> Oct 03 13:24:56 imap-login: Info: Login: user=<xxxxxxxx>, method=PLAIN, rip=134.225.1.46, lip=134.225.16.6
> Oct 03 13:25:59 IMAP 6067 xxxxxxxx 134.225.1.46 : Info: delete: uid=483, msgid=<xxxxxxxx>
> Oct
2007 Jan 08
1
unable to read mail - file istream-raw-mbox.c: line 499...
Greetings all,
I (nor anyone else) am suddely unable to read mail.
Dovecot dumps the following in it's log:
# BEGIN LOG ENTRIES #
dovecot: Jan 07 18:15:52 Info: imap-login: Login: user=<username>,
method=PLAIN, rip=::1, lip=::1, TLS
dovecot: Jan 07 18:15:52 Error: IMAP(username): file
istream-raw-mbox.c: line 499 (istream_raw_mbox_get_body_size):
assertion failed:
2008 Mar 28
1
Deleting file in /tmp directory
Hi,
This is a bit of-topic, but since it has to do with /tmp permissions
here it goes.
Anyway, I'm sorry in advance for posting this.
I have this PHP script (simplificated here), called delete_tmp.php
that basically calls external commands:
<?php
$session_file = '/tmp/sess_89765'
system(''rm -f' . ' ' . $session_file);
?>
delete_tmp.php file is owned by
2006 Dec 04
3
assertion failed
Hi,
Would anyone know what these errors mean?
Running DoveCot RC15 on RedHat ES 4
Dec 1 17:30:53 serv-01 dovecot: pop3-login: file client.c: line 423
(client_unref): assertion failed: (client->destroyed)
Dec 1 17:31:21 serv-01 dovecot: pop3-login: file client.c: line 423
(client_unref): assertion failed: (client->destroyed)
Dec 1 17:31:25 serv-01 dovecot: pop3-login: file client.c:
2007 Feb 27
1
Trying to share HP Officejet 5610 Multi-function
I'm trying to share my HP 5610 on my Samba (3.0.24-1 fc6 x86_64) machine and
am running into a typical HP related SANFU. The XP drivers supplied only
install through the installation program. (ie. I can't use device manager
to point XP to the driver and install it) So I installed the printer on my
XP machine, used the installation program to install the drivers and then
shared the
2003 Jan 01
1
Can't change directory to /public (Permission denied)-Illogical error in Samba 2.2.6
The following error occured persistently, when trying to access a world
rw-able directory public from Win2000 (samba version 2.2.6):
(log file:)
[2003/01/01 17:45:57, 0] smbd/service.c:make_connection(597)
harm (192.168.0.3) Can't change directory to /public (Permission denied)
The following is the share in the smb.conf file:
[public]
comment = public share: read & write, no
2003 Feb 20
2
Need solution to Printers window access denied, unable to connect message.
Hi,
I hope this is the right list to submit this request to
I have the following problem with samba 2.2.2 that I upgraded to
samba 2.2.7 to try to see if the problem
would go away. But I still have the following problem:
When I open the Start->Settings->Printers window
It shows the printers that I have connected to from the samba
print server