Here it goes another one Paul,

Program received signal SIGPIPE, Broken pipe.
[Switching to Thread 0xb758db00 (LWP 2439)]
0xb7ca0eb1 in write () from /lib/libc.so.6
(gdb) bt
#0  0xb7ca0eb1 in write () from /lib/libc.so.6
#1  0xb7d67845 in ci_write (self=0xadbdb000,
    msg=0xadb335c8 "ZZZZ OK LOGOUT completed\r\n") at clientbase.c:165
#2  0x0804eb4b in imap_session_printf (self=0xadb71f20,
    message=0x805c61c "%s OK LOGOUT completed\r\n") at imap4.c:159
#3  0x0804ec61 in imap_handle_exit (session=0xadb71f20, status=2) at imap4.c:241
#4  0x0804f59f in imap_cb_read (arg=0xadb71f20) at imap4.c:317
#5  0xb7e379e2 in event_base_loop () from /usr/lib/libevent-1.3e.so.1
#6  0xb7e37c79 in event_loop () from /usr/lib/libevent-1.3e.so.1
#7  0xb7e37c9e in event_dispatch () from /usr/lib/libevent-1.3e.so.1
#8  0xb7d65cb5 in server_run (conf=0xbfa79ec8) at server.c:636
#9  0xb7d66949 in server_mainloop (config=0xbfa79ec8, service=0x805c63a "IMAP",
    servicename=0x805f127 "dbmail-imapd") at server.c:760
#10 0x0805c097 in main (argc=2, argv=0x204b4f20) at imapd.c:70
(gdb) f 1
#1  0xb7d67845 in ci_write (self=0xadbdb000,
    msg=0xadb335c8 "ZZZZ OK LOGOUT completed\r\n") at clientbase.c:165
165                     t = write(self->tx, 
(gconstpointer)self->write_buffer->str, self->write_buffer->len);
(gdb) f 2
#2  0x0804eb4b in imap_session_printf (self=0xadb71f20,
    message=0x805c61c "%s OK LOGOUT completed\r\n") at imap4.c:159
159             ci_write(self->ci, self->buff->str);
(gdb) f 3
#3  0x0804ec61 in imap_handle_exit (session=0xadb71f20, status=2) at imap4.c:241
241                             imap_session_printf(session, "%s OK LOGOUT 
completed\r\n", session->tag);
(gdb) f 4
#4  0x0804f59f in imap_cb_read (arg=0xadb71f20) at imap4.c:317
317                     imap_handle_exit(session, result);
(gdb) f 5
#5  0xb7e379e2 in event_base_loop () from /usr/lib/libevent-1.3e.so.1
(gdb) f 6
#6  0xb7e37c79 in event_loop () from /usr/lib/libevent-1.3e.so.1
(gdb) f 7
#7  0xb7e37c9e in event_dispatch () from /usr/lib/libevent-1.3e.so.1
(gdb) quit




> -----Original Message-----
> From: dbmail-dev-boun...@dbmail.org [mailto:dbmail-dev-
> boun...@dbmail.org] On Behalf Of Jorge Bastos
> Sent: segunda-feira, 15 de Dezembro de 2008 9:24
> To: 'DBMAIL Developers Mailinglist'
> Subject: RE: [Dbmail-dev] opening tmpfile failed: Too many open files
> 
> What do you want me to do to track this sieve issue?
> 
> About imapd, I had a crash just right now, nothing related to the
> tmpfile:
> Check the attach file.
> 
> I say nothing related to tmpfile because:
> ---
> lira:/var/log# cat syslog|grep -i imap|grep -i tmp lira:/var/log#
> ---
> 
> 
> 
> > -----Original Message-----
> > From: dbmail-dev-boun...@dbmail.org [mailto:dbmail-dev-
> > boun...@dbmail.org] On Behalf Of Paul J Stevens
> > Sent: segunda-feira, 15 de Dezembro de 2008 8:09
> > To: DBMAIL Developers Mailinglist
> > Subject: Re: [Dbmail-dev] opening tmpfile failed: Too many open files
> >
> > Jorge Bastos wrote:
> > > Paul,
> > >
> > > flecha:~# telnet 192.168.1.222 2000
> > > Trying 192.168.1.222...
> > > Connected to 192.168.1.222.
> > > Escape character is '^]'.
> > > "IMPLEMENTATION" "DBMail timsieved 2.3.4"
> > > "SASL" "PLAIN"
> > > "SIEVE" "regex imap4flags relational subaddress fileinto reject
> > envelope vacation "
> > >
> > > Should it be: ? =>
> > >
> > > "SIEVE" "regex imap4flags relational subaddress fileinto reject
> > envelope vacation"
> > >
> > > Without the space in the end? Or no problem for the space
> existence?
> >
> > Good idea. Maybe your php client is tripping over that. But that
> > doesn't explain the strange behaviour during telnet sessions.
> >
> >
> > --
> >   ________________________________________________________________
> >   Paul Stevens                                      paul at nfg.nl
> >   NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
> >   The Netherlands________________________________http://www.nfg.nl
> > _______________________________________________
> > Dbmail-dev mailing list
> > Dbmail-dev@dbmail.org
> > http://twister.fastxs.net/mailman/listinfo/dbmail-dev

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to